What Is Bitcoin and How Does It Work?
A clear explanation of what Bitcoin is, how it works, and why it matters. Learn about blockchain, mining, the 21 million supply cap, and BTC basics.

What Is Bitcoin and How Does It Work?
Bitcoin is a decentralized digital currency launched in 2009 by the pseudonymous developer Satoshi Nakamoto. It is the first cryptocurrency to solve the double-spending problem without a trusted intermediary, using a distributed ledger secured by a proof-of-work consensus mechanism. With a fixed supply of 21 million coins hard-coded into its protocol, Bitcoin serves as the foundational layer of the entire crypto economy and the closest digital analogue to gold that has yet been built.
How Bitcoin Transactions Work
Every Bitcoin payment begins with a transaction broadcast to the global network of nodes that maintain a full copy of the Bitcoin blockchain. Nodes validate the transaction against the protocol's rules: the sender must control sufficient unspent outputs, the cryptographic signature must be valid, and the coins must not have been spent elsewhere.
Validated transactions wait in a memory pool (mempool) until a miner bundles them into a block. The miner then competes to solve a computationally intensive puzzle—proof of work—hard enough that producing a valid block requires a real expenditure of energy. The first miner to find a solution earns the right to append the block to the chain and receives the current block reward.
Each block contains a reference to the previous block's cryptographic hash, creating an immutable chain. Rewriting any historical block would require redoing the proof of work for that block and every subsequent block—a feat that becomes computationally prohibitive as the chain grows older.
The Bitcoin Supply Schedule
Bitcoin's monetary policy is enforced by code, not by committee. The protocol caps total issuance at 21 million BTC, and the schedule for new coin creation is predictable: every 210,000 blocks (roughly four years), the block reward halves. This event, called the halving, is Bitcoin's anti-inflation mechanism.
The most recent halving occurred on April 20, 2024, reducing the reward from 6.25 BTC to 3.125 BTC per block. The next halving is estimated for April 2028, at which point the reward will fall to 1.5625 BTC. Approximately 19.7 million BTC have been mined as of 2026, with the final coins scheduled to enter circulation around 2140. After the final halving, miner compensation shifts entirely to transaction fees.
This predictable, diminishing supply is a deliberate contrast to sovereign currencies, whose issuance is subject to political decisions and can be expanded without hard limit.
Why Bitcoin Matters
Before Bitcoin, digital assets could be copied infinitely—a fundamental obstacle to creating digital money. Bitcoin's consensus mechanism made double-spending economically irrational at scale for the first time. The combination of cryptographic verification and economic incentive design produced a system where trust is placed in mathematics and game theory rather than in banks or governments.
This breakthrough enabled the entire cryptocurrency ecosystem that followed. Bitcoin's open-source design inspired hundreds of alternative blockchains, smart contract platforms, and decentralized applications. It remains the largest cryptocurrency by market capitalization and the dominant non-sovereign reserve asset in the digital asset class.
Beyond the technical achievement, Bitcoin has become a macro asset. Corporate treasuries hold BTC (MicroStrategy, Block, and others), sovereign nations have adopted it as legal tender (El Salvador), and institutional investors access it through regulated spot ETFs offered by BlackRock, Fidelity, and others. Its combination of fixed supply, portability, censorship resistance, and institutional infrastructure makes it the dominant store of value in crypto.
Common Misconceptions
Bitcoin is anonymous. Bitcoin transactions are publicly visible on the blockchain indefinitely. While addresses do not carry names attached, chain analysis firms, exchange compliance records, and forensic techniques routinely link pseudonymous addresses to real-world identities. Users seeking meaningful privacy must take deliberate steps using tools like CoinJoin.
Bitcoin can be hacked. The Bitcoin protocol itself has never been successfully exploited since its 2009 launch. Headlines about "Bitcoin hacks" almost always refer to centralized exchanges or custodial services being compromised—not the underlying network. Bitcoin's security comes from the collective computational power of its miners and the mathematical properties of its cryptographic functions.
Bitcoin transactions are slow and expensive. The base layer processes roughly seven transactions per second and fees vary with demand. However, the Lightning Network—Bitcoin's Layer 2 scaling protocol—enables near-instant, low-fee payments by handling most transactions off the main chain. The Lightning Network has grown substantially since its mainnet launch, serving as a real-world solution to Bitcoin's throughput limitations.
Risks and Limitations
Bitcoin's proof-of-work consensus mechanism requires significant energy expenditure to secure the network. While a growing share of mining uses stranded renewables and excess grid capacity, the energy debate remains live. Critics argue the environmental cost is unjustified; proponents argue the security guarantee is worth the resource investment in a world where monetary networks require physical infrastructure.
Bitcoin also lacks the smart contract functionality of platforms like Ethereum. It was designed primarily as a peer-to-peer electronic cash system, not as a general-purpose computational platform. Layer 2 solutions like the Lightning Network extend its capabilities, but developers seeking rich programmability typically build on other chains.
Finally, Bitcoin's price remains volatile relative to traditional assets. Its correlation with risk sentiment means it can drop sharply during market stress. Investors should treat Bitcoin as a high-risk, high-potential-return allocation rather than a stable store of value comparable to gold in the short term.
Related Concepts
Bitcoin's design principles directly underpin several foundational concepts in crypto:
- Blockchain: The distributed ledger technology that records all Bitcoin transactions in sequenced, cryptographically linked blocks.
- Proof-of-work: The consensus mechanism Bitcoin uses, requiring miners to expend computational energy to validate transactions and mint new coins.
- Public Key: The cryptographic address that receives Bitcoin. Transactions are verified using the corresponding private key.
- Hash: A fixed-length cryptographic fingerprint produced by running block data through a one-way function. Each block references the previous block's hash, making historical records tamper-evident.
- Layer 2: Protocols built on top of Bitcoin's base layer, such as the Lightning Network, that increase transaction throughput and reduce costs by settling most activity off the main chain.