The ideas

The ideas behind Bitcoin

24 concepts Bitcoin combined or introduced — from proof of work to digital scarcity. Each one explains why it mattered.

Consensus

Proof of Work

A scheme in which producing a valid block requires finding an input whose hash falls below a target — work that is expensive to perform but trivial to verify. Bitcoin adapts Hashcash to chain blocks together.

92
Core problem

The Double-Spending Problem

Digital information can be copied, so a unit of digital cash could be spent twice. Before Bitcoin, the only fixes required a central authority to track balances.

90
History

The Genesis Block

Block 0, mined by Satoshi on 3 January 2009. Its coinbase contains the text "The Times 03/Jan/2009 Chancellor on brink of second bailout for banks." Its 50 BTC reward is unspendable by the rules of the software.

88
Architecture

Decentralization

The property of having no single point of control or failure. Bitcoin's ledger is maintained by a distributed network of nodes that anyone can join.

86
Economics

The 21 Million Cap

Bitcoin's total supply is capped at ~21 million coins, issued on a geometric schedule that halves the block reward roughly every four years (every 210,000 blocks).

84
Architecture

Peer-to-Peer Network

A network where participating nodes connect directly to one another and relay transactions and blocks, with no central server.

80
Cryptography

Public-Key Cryptography

A system of paired keys where a private key signs and a public key verifies. In Bitcoin, ownership of coins is proven by signing with the private key behind an address.

78
Consensus

Distributed Timestamp Server

Satoshi's framing of the blockchain: a server that takes a hash of items to be timestamped and publishes it, with each timestamp including the previous one, forming a chain.

76
Consensus

Mining

The process of grouping transactions into a block and repeatedly hashing it until the result meets the network's difficulty target, in exchange for the block reward and fees.

74
Economics

Digital Scarcity

The property of a digital good that cannot be copied or counterfeited and exists only in strictly limited quantity — first achieved for money by Bitcoin.

72
Consensus

The Byzantine Generals Problem

A classic distributed-systems problem: how can parties reach agreement over an unreliable network when some participants may be faulty or malicious? Satoshi explicitly framed Bitcoin as a solution.

70
Precursor

Hashcash

Adam Back's 1997 proof-of-work system that required senders to compute a partial hash collision before sending email or a message, making spam and denial-of-service expensive. It is reference [6] in the Bitcoin white paper.

70
Cryptography

Cryptographic Hashing (SHA-256)

A one-way function that turns any input into a fixed-size fingerprint that is infeasible to reverse or forge. Bitcoin uses SHA-256 for mining, block linking, Merkle trees and addresses.

68
Economics

The Halving

Every 210,000 blocks the block subsidy paid to miners is cut in half, stepping the issuance rate down toward zero around the year 2140.

66
Precursor

b-money

Wei Dai's 1998 proposal for anonymous, distributed electronic cash in which all participants keep a collective ledger of who owns what and are rewarded for the computational work of maintaining it. Reference [1] in the white paper.

66
Cryptography

Merkle Tree

A tree of hashes in which each leaf is a transaction hash and each parent hashes its children, terminating in a single Merkle root that commits to all transactions in a block.

64
History

The Crypto Wars

The 1990s political fight over whether civilians could use strong cryptography — featuring export controls that treated crypto as a munition, the proposed Clipper chip backdoor, and the criminal investigation of Phil Zimmermann over PGP.

60
Forensics

The Patoshi Pattern

A fingerprint in the earliest blocks — an unusual way the ExtraNonce field was incremented — revealing that one miner dominated 2009–2010, deliberately capping at ~50% of the network. Researcher Sergio Lerner attributed it to Satoshi and estimated ~1.1 million BTC mined and never spent.

60
Consensus

The Honest-Majority Assumption

Bitcoin is secure as long as honest miners control the majority of hash power. A party with more than 50% could reorder or censor recent transactions — the famous "51% attack" — but cannot steal coins or break the supply cap.

60
Precursor

DigiCash / ecash

David Chaum's 1990s digital cash, built on his blind-signature cryptography to give users real payment privacy. It worked — but depended on Chaum's company as a central issuer, and DigiCash went bankrupt in 1998.

58
Consensus

Difficulty Adjustment

Every 2,016 blocks Bitcoin retargets how hard mining is, so that blocks keep arriving about every ten minutes no matter how much mining power joins or leaves the network.

58
Computer science

Smart Contracts

Self-executing agreements expressed in code, a term and concept introduced by Nick Szabo in the 1990s. Bitcoin's Script enables a constrained form of programmable conditions on spending.

56
Architecture

The UTXO Model

Bitcoin tracks money not as account balances but as a set of Unspent Transaction Outputs — discrete chunks of coin that are consumed and recreated by each transaction, like handing over exact bills and getting change.

56
Ideology

Crypto-Anarchy

Tim May's idea — set out in the 1988 Crypto Anarchist Manifesto — that strong cryptography would let people transact and associate beyond the reach of states, dissolving the power of surveillance and borders over money and speech.

56