Bitcoin VerityOpen comparator

Level 1 · First principles

Bitcoin in five minutes—accurate, not superficial

The network, unit, transactions, nodes, mining, supply and user responsibility in one coherent model.

Article
08
Reading time
11 minutes
Reviewed
8 September 2026

In a nutshell

Bitcoin is an open protocol and network that maintains a shared history of digital units without a single central administrator. Ownership is exercised through cryptographic keys, nodes check the rules, and mining orders valid transactions into proof-of-work-protected blocks.

01

Network, protocol and unit

Bitcoin with a capital B often means the network and protocol; bitcoin or BTC means the accounting unit. There is no central database containing accounts with one operator. Many independent computers store and validate history under compatible rules.

The protocol specifies valid transactions, signature checks, block creation and issuance. Source code can be changed, but a change cannot force others to use the new rules. Its practical effect depends on adoption by network participants.

02

What happens in a payment

A wallet creates a transaction referencing earlier unspent outputs and defining new spending conditions. It uses a private key to create a digital signature. In a properly designed wallet the key does not leave the device; the signed transaction is sent to the network.

Nodes check signatures, format, available inputs and other consensus rules. They may relay a valid transaction and hold it in the mempool. Miners select transactions for a candidate block. A transaction before inclusion is not as final as one with several confirmations.

  • a wallet manages keys and prepares transactions
  • nodes independently check compliance with the rules
  • miners propose transaction order and prove expended computation
03

Blocks, mining and consensus

A miner searches for a block-header hash below a target. Attempts consume computation and energy; a node can verify the result quickly. A successful block references the previous one, forming a chain. Nodes accept only rule-compliant blocks, so a miner cannot arbitrarily create extra bitcoin or spend somebody else's coins.

When two temporary branches appear, nodes follow the chain with the greatest accumulated work under the rules. Further blocks raise the cost of changing history. Confirmation is not magical absolute finality, but increasing economic assurance whose required level depends on a payment's value and risk.

04

Supply, strengths and limits

New bitcoin enters through the block subsidy, which halves roughly every 210,000 blocks. Consensus rules converge on a maximum supply of 21 million BTC. Users pay fees for block space, and fees are expected to become a larger share of miner revenue over time.

Strengths include open access, independent verification, portability and self-custody. Limits include volatility, base-layer capacity, proof-of-work energy use, a public transaction trail and high responsibility for key holders. Lightning and other layers improve some payments but bring their own trade-offs.

05

What is inside a wallet

Bitcoin is not stored in a phone or hardware wallet as a file of coins. The network records unspent outputs and their spending conditions. A wallet stores or derives keys, monitors relevant records and helps create a valid signature.

Anyone obtaining the seed phrase or private key can generally create a valid transfer. If it is irretrievably lost without a backup, there is no central password reset. The first security step should therefore be a small test of backup, receipt, sending and recovery—not a large purchase.

Level 1 · First principles

Terms to know

Private key
A secret value used to create a cryptographic signature authorising the spending of corresponding outputs.
Node
Software that checks transactions and blocks against its rules; a full node stores or can validate the necessary chain.
Proof of work
Evidence of computation through which miners compete to add a block and make historical rewriting costly.
UTXO
An unspent transaction output that a future valid transaction can use as an input.

Common misconception

Bitcoin is stored inside a hardware wallet.

A more accurate explanation

The wallet protects keys. Unit balances follow from the transaction history validated by the network. The device can be replaced if the correct keys are safely restored from a backup.

A more accurate explanation

Does Bitcoin solve every problem with today's money?

No. It removes the need for a central issuer and enables independent verification, but does not create price stability, consumer protection or automatically simple use. It is a different set of rules and trade-offs, not a universal repair for every economic question.

08

Key takeaways

  1. 01Bitcoin is a network, protocol and unit; those meanings should be distinguished.
  2. 02Wallets sign, nodes verify and miners propose proof-of-work blocks.
  3. 03Predictable supply does not mean a predictable market price.
  4. 04Self-custody provides control but makes key and backup responsibility irreversible.

A child-friendly recap

In very simple terms

Bitcoin is a shared digital ledger without one boss. A wallet uses a secret key, nodes check the rules, and miners place valid payments into blocks. If the only key backup is lost, there is no central help desk that can restore it.

Reviewed: 8 September 2026

Sources and further reading

Sources support particular facts and definitions; listing one does not mean the editors endorse every view of its author.

01
Bitcoin: A Peer-to-Peer Electronic Cash SystemBitcoin.org
bitcoin.org
02
Technical developer guideBitcoin Developer Guide
developer.bitcoin.org
03
BIP 42: Bitcoin's finite supplyBitcoin Improvement Proposals
github.com

Educational material, not an investment recommendation.