White Paper
The Bitcoin white paper is the original nine-page document titled 'Bitcoin: A Peer-to-Peer Electronic Cash System,' published by Satoshi Nakamoto on October 31, 2008. It describes the technical design for a decentralized digital currency using proof-of-work consensus.
How It Works
Satoshi Nakamoto posted the white paper to the cryptography mailing list on October 31, 2008, proposing a solution to the double-spending problem without a trusted intermediary. The paper introduces a system where transactions are timestamped by hashing them into a chain of proof-of-work, creating a record that cannot be altered without redoing the work. It laid out the core concepts: the blockchain, proof-of-work mining, the longest chain rule, and simplified payment verification.
The document is remarkably concise — just nine pages covering the entire system design. It does not discuss supply limits, the 21 million cap, or the halving schedule explicitly, though these were implemented in the code released a few months later. The white paper focuses on the consensus mechanism and the economic incentives that make the system work.
Every Bitcoiner should read the white paper at least once. It remains the foundational reference for understanding Bitcoin's design philosophy. While the protocol has evolved with upgrades like SegWit and Taproot, the core architecture described in the white paper remains intact. The system Satoshi described is the system running today, more than 17 years later.
Key Points
- Published October 31, 2008 by the pseudonymous Satoshi Nakamoto
- Only nine pages — a concise and complete system design
- Solves the double-spending problem without trusted third parties
- Introduces proof-of-work consensus and the longest chain rule
- Core architecture remains unchanged more than 17 years later