Bitcoin
What Is Bitcoin?
Bitcoin is a decentralized digital currency that operates on a peer-to-peer network without a central issuing authority or clearing institution. Transactions are recorded on a public distributed ledger called the blockchain, and the supply of new coins is governed by a cryptographic protocol rather than monetary policy decisions. Bitcoin was introduced in 2008 when an author or group operating under the pseudonym Satoshi Nakamoto published the white paper "Bitcoin: A Peer-to-Peer Electronic Cash System," proposing a method for electronic payments that required no trusted third party to prevent double-spending.
The system launched in January 2009 with the mining of the genesis block. Bitcoin's design draws on prior work in public-key cryptography, hash functions, and digital cash research dating to the 1980s and 1990s. It became the first cryptocurrency to achieve widespread adoption and remains the largest by market capitalization, serving as the reference point against which all subsequent blockchain-based currencies are measured.
The Blockchain Ledger
Bitcoin's ledger is a chain of blocks, each containing a batch of validated transactions and a cryptographic hash of the preceding block. This structure makes the chain tamper-evident: altering a historical block changes its hash, invalidating all subsequent blocks and requiring an attacker to recompute all of them in sequence. Every participating full node maintains a complete copy of the chain and independently verifies each new block against the protocol rules. The chain grows by roughly one block every ten minutes on average, with each block holding up to a few thousand transactions. Because no single entity controls the ledger, the original Bitcoin white paper frames the security model in terms of the assumption that honest participants collectively control the majority of the network's computing power.
Proof of Work and Cryptographic Security
Bitcoin uses a consensus mechanism called proof of work (PoW) to determine which participant earns the right to append the next block. Miners compute repeated SHA-256 hash values over a candidate block header, incrementing a nonce field until the resulting hash falls below a target value. The difficulty of finding a valid hash is adjusted every 2,016 blocks so that new blocks arrive at roughly ten-minute intervals regardless of how much total hash power participates in the network. Honest mining is economically incentivized: the miner who finds a valid block receives newly issued bitcoin (the block reward) plus transaction fees paid by the senders in that block. The block reward started at 50 BTC in 2009 and halves approximately every four years; the halving schedule caps the total supply at 21 million coins. The MIT Digital Currency Initiative has analyzed the long-term security implications of the diminishing block reward for the proof-of-work incentive structure.
Wallets and Transaction Validation
Bitcoin wallets do not store coins directly; they hold private keys associated with one or more public addresses. A transaction is constructed by the sender's wallet, signed with the sender's private key using the Elliptic Curve Digital Signature Algorithm (ECDSA), and broadcast to the network. Nodes verify the signature against the corresponding public key and confirm that the referenced inputs have not been previously spent, a check performed by consulting the set of unspent transaction outputs (UTXOs). Confirmed transactions are irreversible once buried under several subsequent blocks because altering them would require outpacing the entire honest network in block production. The NIST guidelines on post-quantum cryptography are relevant to Bitcoin's long-term security, since ECDSA is vulnerable to a sufficiently powerful quantum adversary.
Applications
Bitcoin has applications in a range of fields, including:
- Peer-to-peer payments, enabling cross-border transfers without bank intermediaries
- Store of value and treasury management, used by institutions as an inflation hedge
- Online banking and fintech, integrated into payment gateways and digital banking platforms
- Remittances, reducing transfer costs for migrant workers sending money internationally
- Decentralized finance, serving as collateral and base currency in smart-contract lending platforms