The technical
truth.

READ4 min · UPDATED
Every factual claim on this page is cited to a primary source you can verify.

How Bitcoin actually works under the hood. BlockchainblockchainImagine a spreadsheet that tracks every Bitcoin transaction ever made, copied identically on thousands of computers worldwide. To rewrite a past entry, an attacker would have to change it on a majority of those computers at the same instant. That is mathematically impractical. That is why Bitcoin transactions cannot be undone.Full definition, mining, halvinghalvingThe event every four years where Bitcoin's new supply per block is cut in half, slowing the rate of new Bitcoin entering circulation.Full definition, Lightning. Explained without jargon.

THE SHORT VERSION

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.

HOW THE NETWORK STAYS HONEST

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 workproof of workBitcoin's security trick. Computers around the world race to roll the right random number, burning real electricity in the process. The winner adds the next batch of transactions and earns new Bitcoin. Because cheating means burning more electricity than everyone else combined, attacking the network costs real money.Full definition is secure: Proof of Work →

WHY IT CAN'T BE SHUT DOWN

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 ratehash rateA measure of how much computing power the world is putting into running Bitcoin. The higher this number, the harder and more expensive it would be for any attacker to overpower the network.Full definition reached new highs within a year.

Full argument, attempted shutdowns, and what governments can and cannot do: Why Bitcoin Can't Be Shut Down →

WHERE BITCOIN CAME FROM

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 SCRIPT

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, UTXOUnspent Transaction Output (UTXO)The fundamental unit of Bitcoin accounting, the "coins" you hold that have been received but not yet spent.Full definition management, and multisig patterns, see the Bitcoin Technical hub.

IF YOU WANT TO GO DEEPER

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 Moneylayered moneyThe concept that money exists in hierarchical layers, with gold as a base, paper as a claim on gold, and digital as a claim on paper.Full definition 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
Sources & Citations
  1. mempoolmempoolThe waiting area for Bitcoin transactions that have been broadcast to the network but not yet confirmed in a block.Full definition.space. Bitcoin network hash rate and difficultydifficultyA number that Bitcoin adjusts every 2,016 blocks (roughly two weeks) to keep the average block time at 10 minutes regardless of how much hashrate is on the network. Higher difficulty means each hash has a lower chance of finding a block.Full definition - mempool.space/graphs/mining/hashrate-difficulty. Cross-reference with hashrateindex.com.
  2. Stock-to-flow ratios derived from annual issuance vs. circulating supply. Bitcoin: 21M cap, post-2024 halving issuance ~164,000 BTCBitcoin (BTC)The ticker symbol for Bitcoin, used on exchanges and in price quotes.Full definition/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.
  3. Lightning NetworkLightning NetworkA faster lane built on top of Bitcoin. Lets two people pay each other instantly, for tiny fees, by keeping a running tab between them off Bitcoin's main public ledger.Full definition 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.
  4. Nakamoto, Satoshi. "Bitcoin: A Peer-to-Peer Electronic Cash System." 2008 - bitcoin.org/bitcoin.pdf.
  5. Bitcoin Improvement Proposal 341 (Taproot) and BIP 342 (Tapscript) - github.com/bitcoin/bips.
NEW TO THIS TOPIC?

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.