Crypto
2 min read

Bitcoin (BTC)

The first cryptocurrency, launched in 2009 by the pseudonymous Satoshi Nakamoto. It runs on a decentralized proof-of-work blockchain with a hard cap of 21 million coins, and is widely treated as digital gold.

How it works

Every Bitcoin transaction is broadcast to a global network of nodes that validate it against the protocol's rules: the sender must have sufficient balance, the signature must match the spending public key, and the transaction must not double-spend coins already used elsewhere. Valid transactions wait in a mempool until a miner bundles them into a block and solves a computational puzzle (proof of work) hard enough to be selected as the next block in the chain. Each new block references the previous block's hash, making the entire history practically immutable — rewriting old blocks would require redoing every proof of work since.

The supply schedule is hard-coded into the protocol. Miners receive a block reward, currently 3.125 BTC per block, that halves roughly every four years in an event called the halving. The last bitcoin will be mined around 2140, and the total supply will never exceed 21 million. After that, miners will be paid entirely from transaction fees.

Why it matters

Bitcoin was the first asset to solve the digital scarcity problem without a trusted issuer. Before it, every digital "coin" could be copy-pasted infinitely; the breakthrough of Bitcoin's consensus mechanism was making double-spending economically irrational at scale. That property — verifiable scarcity enforced by code rather than by an institution — is what enables all the cryptocurrencies that came after.

Beyond the technology, Bitcoin has become a macro asset. It now sits in corporate treasuries (MicroStrategy, Tesla, Block), in spot ETFs offered by BlackRock and Fidelity, and on the balance sheets of nation-states like El Salvador. Its $1T+ market capitalization makes it the dominant non-sovereign reserve asset of the crypto era, often described as "digital gold" for its combination of fixed supply, portability, and resistance to seizure.

Common misconceptions

Bitcoin is anonymous. Wrong: it is pseudonymous. Every transaction is permanently visible on the public blockchain. Address-to-identity links are routinely uncovered by chain analysis firms, exchanges' KYC records, and forensic investigation. Privacy requires deliberate effort and tools like CoinJoin.

Bitcoin can be hacked. The Bitcoin protocol itself has never been successfully hacked since launch. Almost every "Bitcoin hack" headline refers to an exchange or custodial wallet being compromised, not the underlying network.

Mining wastes energy. Mining does consume significant energy, but a growing share — by some estimates over half — comes from stranded renewables, flared natural gas, and excess grid capacity. Whether the security guarantee is worth the energy cost is a real debate; the framing of "wasted" energy is often misleading.

Bitcoin's design directly inspired the broader cryptocurrency ecosystem and the entire blockchain industry. The newer Layer 2 ecosystem — with the Lightning Network as the most prominent example — is an attempt to scale Bitcoin's throughput beyond its base-layer limit of about seven transactions per second.