Bitcoin Whitepaper vs Bitcoin Today
The Bitcoin Whitepaper describes a system as it was envisioned in 2008. The Bitcoin network as it operates today has evolved significantly, though its core structure remains recognisable from the original design.
What Stayed the Same Since the Bitcoin Whitepaper
The fundamental architecture described in the whitepaper is intact: transactions are broadcast to a peer-to-peer network, verified by nodes, grouped into blocks, and secured by a proof-of-work chain. The 21-million coin supply limit and the halving schedule — implied by the whitepaper's incentive structure — have been implemented as described.
Mining: From CPUs to ASICs
The whitepaper describes a system where ordinary computers contribute CPU power to mining. Today, mining is dominated by specialised hardware (ASICs) that perform SHA-256 hashing orders of magnitude faster than general-purpose processors. Mining has consolidated into large industrial operations. This was not anticipated in the original paper.
Transaction Script
The whitepaper describes a relatively simple transaction model: digital signatures prove ownership. Bitcoin as implemented includes a more flexible scripting language that enables multi-signature transactions, time-locked payments, and other conditional transfers. This adds programmability the whitepaper does not describe.
Scalability and the Lightning Network
The whitepaper does not address transaction throughput limits in depth. Bitcoin's base layer processes roughly 7 transactions per second. The Lightning Network — a second-layer payment channel system built on top of Bitcoin — enables faster and cheaper payments but operates outside the model described in the 2008 paper.
Bitcoin Whitepaper Privacy
The whitepaper's privacy model — public transactions but pseudonymous addresses — has proven less private in practice than Satoshi suggested. On-chain analysis can link transactions to real identities, particularly when coins move through regulated exchanges. Privacy-enhancing techniques like CoinJoin and separate key generation remain optional and are not widely adopted by default.
Bitcoin Whitepaper Conclusion
The whitepaper remains an accurate description of Bitcoin's core consensus mechanism. Its description of the incentive structure, proof-of-work security model, and transaction chain is still applicable. Many practical details of how Bitcoin operates today, however, go beyond or diverge from what the original nine-page paper described.