Bitcoin as MoneyPractical Guides20 June 2026 · 3 min read

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.

Start from first principles with a free course →

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

Practical Guides6 July 2026 · 2 min read

How to Dollar-Cost Average Into Bitcoin

Dollar-cost averaging is the simplest, most disciplined way to accumulate bitcoin without trying to time the market. Here is exactly how it works and how to set it up.

Read →
Bitcoin as Money2 July 2026 · 3 min read

Is It Too Late to Buy Bitcoin?

The question assumes bitcoin is a trade you might have missed. It is a monetary protocol. Here is a more useful way to think about timing, adoption, and what you are actually buying.

Read →