Bitcoin: A Peer-to-Peer Electronic Cash System
Send money directly between people, with no bank in the middle and no way to forge the ledger.
A way to send money straight from person to person, with no bank in the middle and a shared record almost no one can fake.
The big idea
Normal digital money relies on a bank to keep the books: it knows who has what and stops you spending the same dollar twice. Nakamoto asked whether you could do that with no bank at all. The answer was a public ledger — a shared record of every transaction — copied onto thousands of computers worldwide, so there's no single master copy to hack or shut down.
To stop cheating, new pages of the ledger (called blocks) are sealed shut with a hard computational puzzle, and each page links to the one before it, forming a chain. Faking a past transaction would mean re-solving all those puzzles faster than every honest computer combined — practically impossible. So the system stays honest on its own, with no one in charge.
How it came about
In October 2008, as the global financial crisis shook trust in banks, someone using the name Satoshi Nakamoto posted a nine-page paper to a cryptography mailing list. It drew on decades of earlier ideas — digital signatures, hash functions, proof-of-work, and earlier attempts at digital cash — and fitted them together into something that finally worked.
Three months later the network went live, and its very first block carried a hidden newspaper headline about bank bailouts — a pointed comment on what Bitcoin was meant to replace. Nakamoto worked on the project for about two years, then vanished, never revealing who they were.
Why it mattered
This solved a problem that had stumped computer scientists for years and created the first money that lives entirely on a network rather than in a bank. The underlying idea — a shared, tamper-proof ledger maintained by many strangers — has since been applied far beyond currency, to supply chains, digital ownership, and contracts that enforce themselves.
A way to picture it
Imagine a notebook shared by a whole town, with a copy in every house. Each new page is stamped with a fiendishly hard puzzle, and every page quotes a fingerprint of the page before it. To forge an old entry you'd have to redo that page's puzzle and every puzzle since — in every copy — faster than the whole town can write the next page. You'd never catch up, so the notebook polices itself.
Where it sits
For decades, “digital cash” always needed a trusted company to prevent double-spending — and that company was a single point of control and failure. Nakamoto's contribution was to remove it. The same move — replacing a trusted middleman with a network and a clever incentive — now drives a whole field, from cryptocurrencies and stablecoins to “decentralised finance,” even as debates rage over energy use, regulation, and speculation.
A purely peer-to-peer version of electronic cash would allow online payments to be sent directly from one party to another without going through a financial institution.
The network timestamps transactions by hashing them into an ongoing chain of hash-based proof-of-work, forming a record that cannot be changed without redoing the proof-of-work.
As long as a majority of CPU power is controlled by nodes that are not cooperating to attack the network, they'll generate the longest chain and outpace attackers.
What is needed is an electronic payment system based on cryptographic proof instead of trust, allowing any two willing parties to transact directly with each other without the need for a trusted third party.