How Does Bitcoin Actually Work? A Plain-English Explanation
No jargon, no hand-waving. Here is how bitcoin actually moves value from one person to another without a bank in the middle — the ledger, the keys, and the miners.
Bitcoin works by replacing the trusted middleman — the bank — with a shared ledger that thousands of independent computers maintain together. When you send bitcoin, you are not moving a file. You are broadcasting an update to that ledger, and the network agrees on whether it is valid.
That is the whole idea. Everything else is the machinery that makes it work without anyone in charge. Let us take it piece by piece.
The Ledger
At its core, bitcoin is a list of every transaction that has ever happened, held in identical copies by tens of thousands of computers around the world. These computers are called nodes. Because every node holds the full history, no single one has to be trusted. If one lies, the others disagree, and the lie is rejected.
This ledger is organised into blocks — batches of transactions — chained together in order. Hence the blockchain. Each block references the one before it, so the history cannot be quietly rewritten without redoing everything that came after.
The Keys
Ownership of bitcoin is proven with cryptography, not an account at an institution. Every wallet has two mathematically linked keys: a public key, which works like an address you can share, and a private key, which is the secret that authorises spending.
When you send bitcoin, your wallet uses the private key to produce a digital signature. Anyone can verify, using the matching public key, that the signature is genuine — without ever seeing the private key itself. This is why the phrase "not your keys, not your coins" is not a slogan. It is a literal description of how control works.
Why self-custody is not optional →
The Miners
New transactions need to be added to the ledger, and the network needs to agree on the order without a central authority. This is the job of miners. They collect pending transactions, bundle them into a candidate block, and compete to solve a hard mathematical puzzle called proof-of-work.
Solving the puzzle requires real computation and therefore real energy. The first miner to solve it earns the right to add the next block and collect the reward. Because the work is expensive to do and trivial to verify, it is prohibitively costly to cheat — an attacker would need more computing power than the rest of the network combined.
Putting It Together
So when you pay someone in bitcoin: your wallet signs the transaction with your private key, broadcasts it to the network, miners include it in a block by expending energy, and every node updates its copy of the ledger. Roughly ten minutes later, the payment is confirmed. No bank approved it. No company can reverse it.
The result is the first system in history that lets value move between any two people, anywhere, without a trusted third party in the middle. That was the design goal. Everything else follows from it.
Written by
The Bitcoin Transition
The Bitcoin Transition is an educational project of the Bitcoin Education Foundation. We publish from first principles, in the voice of the protocol itself: direct, technically precise, and free from fiat-denominated framing.
Related reading
Why Bitcoin Is Not 'Crypto'
Bitcoin is a monetary protocol with no issuer, no company, and a fixed supply. 'Crypto' is an industry of tokens with founders, treasuries, and discretionary rules. The difference is not branding — it is structural.
Bitcoin's Energy Use: What the Numbers Actually Say
Bitcoin mining consumes roughly half a percent of global electricity — about as much as household tumble dryers. The interesting question is not the size of the number but what the energy buys.
Is Bitcoin Safe? What 17 Years of Attacks Prove
The Bitcoin network has run since 2009 without being hacked. The losses you have read about happened at exchanges and in scams — at the edges, not the protocol. The distinction decides how you protect yourself.