How does Bitcoin actually work?
Most Bitcoin explanations fail in the same way: they start with cryptography and never get to the point. Here is the plain version. Bitcoin is a shared record of who owns what, kept by thousands of independent computers that agree on updates on a regular schedule, with no company or government in charge of the record.
A ledger nobody owns
Start with the ledger. A bank keeps one master list of balances and you trust the bank's copy. Bitcoin flips that: every full node on the network keeps its own complete copy of the entire transaction history and independently checks every new entry against the rules.
Because everyone can verify everything, nobody has to be trusted. If one node tried to invent a payment, every other node would reject it as invalid. Agreement comes from the rules being checkable, not from any participant having authority.
Keys, not accounts
There are no accounts in the banking sense. Ownership is proven with a pair of cryptographic keys. Your public key produces the addresses you share to receive coins; your private key is the secret that signs instructions to spend them.
A signature proves the instruction came from the key holder without ever revealing the key itself. This is why the phrase “not your keys, not your coins” keeps coming up: whoever controls the private key controls the money, full stop. Losing it means losing access permanently, because there is no reset link and no support desk with an override.
Blocks and the ten-minute rhythm
Pending transactions wait in a queue called the mempool. Miners gather them into a block and compete to find a number that makes the block's cryptographic hash fall below a target value. There is no shortcut; it is brute-force guessing at enormous scale.
The network adjusts the difficulty of that puzzle so a block is found roughly every ten minutes on average regardless of how much computing power is competing. Once your transaction is inside a block, it has one confirmation. Each block built on top adds another, and rewriting history means redoing all that work faster than the rest of the network can extend the honest chain.
Where new coins come from
The miner who finds a valid block collects a reward: newly issued bitcoin plus the fees attached to the transactions included. That subsidy halves every 210,000 blocks, an event known as the halving, and the schedule caps total issuance at 21 million coins.
Each coin divides into 100,000,000 satoshis, so the smallest unit is 0.00000001 BTC. The mechanics of this competition are covered in more depth in our guide to Bitcoin mining.
What this means in practice
For a normal user, none of the above requires understanding. You install a wallet, receive an address, and send or receive. What the design buys you is that no intermediary can freeze the transfer or reverse it, and the flip side is that neither can you. There is no chargeback in Bitcoin, so verify addresses carefully.
If you want to watch the network's economics move in real time, the live dashboard shows circulating supply against the 21 million cap alongside current market data.
Frequently asked questions
Is a Bitcoin an actual file I can copy?
No. There is no file representing a coin. Ownership is simply an entry on the shared ledger that your private key can authorise spending from, which is why copying anything would achieve nothing.
How long does a Bitcoin transaction take?
A block is found roughly every ten minutes on average, so a first confirmation usually arrives within that window. Many services wait for several confirmations before treating a payment as final.
Can Bitcoin's rules be changed?
Only if the overwhelming majority of participants voluntarily adopt the same change. Because every node enforces the rules independently, a change nobody else runs simply gets rejected as invalid.