TL;DR

Bitcoin is the first decentralized cryptocurrency, launched in 2009, with a hard supply cap of 21 million coins. The network produces a block every ~10 minutes, and the block reward halves every 210,000 blocks (~4 years): after the 4th halving in April 2024 it is 3.125 BTC, with the 5th expected around 2028 (1.5625 BTC). Consensus is proof of work (PoW).

Core mechanics

MechanismDetail
LedgerPublic blockchain maintained by full nodes
ConsensusPoW: miners race to find a valid hash
Blocks~10 minutes each, difficulty auto-adjusts
Supply21M cap enforced by halvings
KeysPrivate key signs transactions; loss = permanent loss
Confirmations6 confirmations (~1 hour) is the common safety threshold

Halving timeline

EventDateBlock reward
Genesis2009-0150 BTC
1st halving2012-1125 BTC
2nd halving2016-0712.5 BTC
3rd halving2020-056.25 BTC
4th halving2024-043.125 BTC
5th (expected)~20281.5625 BTC

FAQ

How are bitcoins created?

By mining: miners package transactions and find a hash below the difficulty target to earn block rewards plus fees; rewards halve every 210,000 blocks.

How is the 21M cap enforced?

The halving schedule is hard-coded, pushing rewards toward zero (~2140). A version changing the cap would not be accepted by consensus.

Can I recover a lost private key?

No. Bitcoin is "keys = ownership"; there is no customer service. Back up seed phrases/private keys offline.

Sources

最后更新:2026-08-04