Latest dispatches
Learn

Bitcoin Explained in Plain English

Beginner · No prior crypto knowledge required

Understand the Bitcoin network, bitcoin the asset, wallets, transactions, mining, supply, confirmations, and the risks its design does not remove.

In one sentence

Bitcoin is a public peer-to-peer network that uses a shared transaction ledger, digital signatures, and proof-of-work mining to transfer and account for its native asset, bitcoin, without one central payment operator.

The network’s rules can verify transactions under the protocol. They cannot guarantee bitcoin’s future price, recover a lost key, identify every address owner, or make every payment safe.

The simple explanation

“Bitcoin” can mean the network and payment system. “Bitcoin” or “bitcoin” is also used for the asset tracked by that network. A bitcoin can be divided into 100 million smaller units called satoshis.

The original Bitcoin paper proposed a peer-to-peer electronic cash system that addresses the digital double-spending problem without sending every payment through a financial institution. The live network does this by maintaining a public history of transactions and applying shared validation rules.

A wallet shows a balance, but the network does not store a labeled pile of coins inside the wallet. Bitcoin tracks unspent transaction outputs, or UTXOs. The Bitcoin Developer Guide explains that a new transaction spends earlier outputs and creates new outputs that can be spent later.

A familiar example

Suppose Alice wants to send value to Bob. Bob shares a Bitcoin address. Alice’s wallet selects enough spendable outputs, creates a transaction with an output for Bob and usually another returning change, calculates a fee, and signs the transaction with Alice’s private-key authority.

Network nodes check whether the referenced outputs exist, remain unspent, and satisfy the required authorization rules. A miner may include the transaction in a block. Bob’s wallet then recognizes an output it can later spend.

This resembles a digital payment, but there is no universal chargeback desk. A mistaken destination, compromised key, deceptive request, or unsuitable fee can be difficult or impossible to fix.

How it works

  1. Keys and addresses: A wallet manages secret private keys and derives public information used to receive payments. Never share a private key or recovery seed.
  2. Transaction creation: The wallet chooses UTXOs, specifies new outputs, adds a fee, and prepares the transaction data.
  3. Signature: The wallet signs the transaction to prove the required spending authority without publishing the private key.
  4. Broadcast and validation: Peers relay valid transactions after checking them against Bitcoin’s consensus rules.
  5. Mining: Miners gather transactions into blocks and compete to produce a proof-of-work hash that satisfies the network target.
  6. Confirmation: Nodes accept a valid block, and later blocks add more proof-of-work after it. More confirmations can reduce reorganization risk, but no one confirmation count fits every situation.

Bitcoin’s How It Works guide gives a beginner overview of this ledger, signing, broadcasting, mining, and confirmation process.

Supply and mining rewards

Bitcoin’s protocol follows a predictable issuance schedule in which new bitcoin enters circulation through block rewards and the subsidy decreases over time. Bitcoin.org’s FAQ describes a total limit of 21 million bitcoin under the protocol rules.

That limit is a technical supply rule, not an investment guarantee. Market price still depends on buyers, sellers, liquidity, regulation, custody conditions, competing uses of money, and changing expectations. A scarce asset can fall in price, trade in an illiquid market, or fail to meet a holder’s needs.

What it is not

Bitcoin is not automatically anonymous. Addresses are not real-world names, but transactions are recorded on a public ledger and outside information can sometimes connect activity to people or services.

Bitcoin is also not a company account, bank deposit, or guaranteed hedge. Wallet providers, exchanges, miners, developers, node operators, and users play different roles; no single role is “Bitcoin” as a whole.

The CFTC's virtual-currency advisory highlights volatility, manipulation, platform, cyber, fraud, and recourse risks. Those risks exist alongside the protocol’s technical rules.

Why it matters

Bitcoin demonstrated that a public network could coordinate scarce digital units and validate transfers without one central ledger operator. That makes it important in the history of cryptocurrency and useful to understand when reading crypto news.

It does not answer whether a particular person should acquire bitcoin. That decision would depend on goals, finances, jurisdiction, custody capability, taxes, and risk tolerance—none of which a protocol description can evaluate.

Key terms

  • Satoshi: The smallest standard bitcoin unit; 100 million satoshis equal one bitcoin.
  • UTXO: A transaction output that has not yet been spent.
  • Private key: Secret authorization data used to sign spending activity.
  • Mining: Bitcoin’s proof-of-work process for proposing blocks and securing transaction history.
  • Confirmation: Evidence that a transaction entered a block, with later blocks adding history after it.

Review these terms in the Crypto Recon glossary.

What to learn next

Continue with what a crypto wallet actually stores, then follow a transaction from creation through confirmation in lesson five.

Informational content only; not financial, legal, tax, or security advice.