The technical
truth.
How Bitcoin actually works under the hood. Blockchain, mining, halving, Lightning. Explained without jargon.
You don't need to understand every technical detail to use Bitcoin, just like you don't need to understand TCP/IP to use the internet. But understanding the basics is what shows you why Bitcoin can't be shut down, copied, or corrupted. The blockchain stores every transaction across thousands of nodes. Miners race to add the next block, and they are paid in new bitcoin on a fixed schedule. Every four years, that schedule cuts in half. Lightning moves smaller payments off-chain for speed. Four guides, one per piece.
The ledger is secured by a guessing game. Thousands of computers race to solve a computational puzzle, and the winner gets to add the next block. The work required to win is what prevents anyone from rewriting history, because rewriting would mean redoing all that work faster than the rest of the network adds new blocks.
Full explanation of the mining lottery and why proof of work is secure: Proof of Work →
Bitcoin has no CEO, no headquarters, no single server. Thousands of computers run the same open-source software independently in every country on earth. Shutting it down would require shutting down every one of them simultaneously. China banned it multiple times; the network relocated and hash rate reached new highs within a year.
Full argument, attempted shutdowns, and what governments can and cannot do: Why Bitcoin Can't Be Shut Down →
Money started as memory. The first written records are accounting ledgers from Mesopotamia. Every culture independently converged on scarce commodities as money. Gold became global because it was rare everywhere. Paper fiat emerged when governments realized most people never redeemed their paper for the gold behind it. Bitcoin is the first ledger that nobody controls, gold that can cross the internet.
Full backstory from Mesopotamian ledgers to Song Dynasty paper to the double-spend problem Bitcoin solved: How Money Works →
Bitcoin transactions are validated by a deliberately constrained scripting language called Script. It is stack-based, has no loops, and is not Turing-complete. That is a design decision, not a missing feature. The base layer is intentionally boring so that it can be held stable for decades. Anything richer (multisig, timelocks, Lightning, DLCs) is built on top.
For the deeper mechanics, including Taproot, Tapscript, UTXO management, and multisig patterns, see the Bitcoin Technical hub.
The original source is still the best starting point: Satoshi Nakamoto's 2008 Bitcoin whitepaper (bitcoin.org/bitcoin.pdf) is 9 pages, readable in 30 minutes, and remarkably clear. It describes the whole system at the protocol level.
Yan Pritzker's Inventing Bitcoin is the shortest technically accurate book on how Bitcoin works, 97 pages, free online, written for non-engineers. If you bounce off the whitepaper, this is the bridge.
Nik Bhatia's Layered Money draws a direct parallel between Bitcoin's layer architecture (base chain + Lightning + future layers) and how the traditional monetary system evolved from gold to paper to digital credit. The analogy reframes Lightning as not a bolt-on but the expected next layer.
"It might make sense just to get some in case it catches on. If enough people think the same way, that becomes a self-fulfilling prophecy."
Satoshi Nakamoto, 2009- mempool.space. Bitcoin network hash rate and difficulty - mempool.space/graphs/mining/hashrate-difficulty. Cross-reference with hashrateindex.com.
- Stock-to-flow ratios derived from annual issuance vs. circulating supply. Bitcoin: 21M cap, post-2024 halving issuance ~164,000 BTC/yr against ~19.7M circulating. Gold and silver figures from World Gold Council and Silver Institute production statistics. Note: stock-to-flow as a price model has empirical problems documented in Stock-to-Flow: What It Gets Right and Wrong.
- Lightning Network public node and channel statistics - 1ml.com and mempool.space/lightning. Public-node figures undercount real usage because most Lightning activity now happens via private channels through routing services like LSPs.
- Nakamoto, Satoshi. "Bitcoin: A Peer-to-Peer Electronic Cash System." 2008 - bitcoin.org/bitcoin.pdf.
- Bitcoin Improvement Proposal 341 (Taproot) and BIP 342 (Tapscript) - github.com/bitcoin/bips.
See the glossary for plain-English definitions of every term used here.
Last updated 2026-04-14. Not financial advice. Do your own research.
Subscribe via RSS for new articles.