What is the Bitcoin whitepaper?
Quick Answer
A nine-page paper published by Satoshi Nakamoto on October 31, 2008, titled 'Bitcoin: A Peer-to-Peer Electronic Cash System.' It describes how strangers can transfer money online without any bank — the founding document of all cryptocurrency.
TL;DR
Nine pages from 2008 that solved digital cash without banks. Everything since is a footnote to it.
Key Takeaways
- 1Published Oct 31, 2008 to a cryptography mailing list
- 2Solves the double-spending problem without a trusted middleman
- 3Introduces proof-of-work and the longest-chain rule
- 4Still accurate today — the protocol follows it remarkably closely
Full Explanation
On Halloween 2008, weeks after Lehman Brothers collapsed, someone using the name Satoshi Nakamoto emailed a cryptography mailing list: 'I've been working on a new electronic cash system that's fully peer-to-peer, with no trusted third party.' Attached were nine pages that became the founding document of a trillion-dollar asset class.
The core problem it cracks is double-spending: digital files can be copied, so what stops someone spending the same digital coin twice? Every previous answer required a bank to keep the ledger. The whitepaper's answer: let everyone keep the ledger, order transactions into blocks chained by proof-of-work, and treat the longest chain as truth — making fraud cost more than honesty pays.
Sixteen-plus years later the paper holds up: the network runs essentially as designed, and the nine pages remain the best starting point for understanding why Bitcoin works. Our plain-language walkthrough decodes it section by section, and the original PDF is freely available at bitcoin.org.