Blockchain Books
The Bitcoin Whitepaper
Bitcoin: A Peer-to-Peer Electronic Cash System
Satoshi Nakamoto's nine-page 2008 PDF that set the entire cryptocurrency industry in motion.
Calling the Bitcoin whitepaper a "book" is a stretch — it's a nine-page PDF posted to the cypherpunk mailing list on 31 October 2008 — but no shelf about blockchain is complete without it. In about 3,200 words and a handful of diagrams, Satoshi Nakamoto sketches an electronic cash system that resists double-spending without a trusted third party, using proof-of-work, a chain of digital signatures, and the longest-chain rule as the consensus mechanism. Everything in the industry since then is a footnote to this document.
Who it's for
Anyone working in crypto who has not read it. That includes a startling number of professionals. It's also genuinely useful for non-technical readers willing to skim the math — the introduction, motivation, and conclusions are written in plain English and lay out the problem cleanly. Set aside an hour, read it twice, and you will have a better mental model of Bitcoin than most podcast hosts.
What it does well
The clarity is remarkable for a foundational document. Satoshi explains the double-spending problem, the role of timestamping, and the security argument behind proof-of-work in a way that builds up gradually. Section 11 — the probabilistic analysis of an attacker catching up to the honest chain — is a small classic of applied probability writing. The whole paper is also unusually honest about its assumptions: it explicitly says the system breaks if a majority of hash power is hostile, and shows the math.
Where it falls short
The whitepaper is a sketch, not a specification, and several things it describes are not what Bitcoin actually does today. The "simplified payment verification" section is the seed of SPV wallets but skips most of what makes them work in practice. The script language, the UTXO model, the difficulty adjustment, the wire protocol — none of these are specified in the paper, and you have to read the original C++ source or Mastering Bitcoin to learn them.
Treat the whitepaper as the philosophical and cryptographic mission statement, not as documentation. The genius of Bitcoin is in this document; the engineering of Bitcoin is everywhere else. Both matter, but don't confuse the two. Read it, then read everything else.