Article 04 · Bitcoin

What Is Bitcoin?

A ledger no one owns, money no one can print at will — explained in plain English, without code or hype.

7 min read · No technical background needed

Strip away the jargon and Bitcoin is one idea: a shared record of who owns what, maintained by no one in particular and everyone at once. To see why that matters, start with the problem it was built to solve.

The problem: digital money is easy to copy

Anything digital can be copied perfectly — a photo, a song, a file. That is a disaster for money. If a digital coin were just a file, you could spend it and keep a copy, spending the same coin twice. For decades the only fix was a trusted middleman — a bank — keeping the official ledger and making sure no one spent the same money twice. That works, but it puts one institution in charge: it can freeze your account, reverse payments, or simply make mistakes. Bitcoin's breakthrough was solving this double-spend problemThe risk that a piece of digital money could be copied and spent more than once. Solving it without a trusted middleman was Bitcoin's key innovation. with no middleman at all.

A ledger no one owns

Picture a giant shared spreadsheet listing every transaction ever made — not account names, but balances tied to addresses. Now imagine thousands of identical copies of that spreadsheet running on computers around the world, constantly checked against one another. That shared record is the blockchainA shared transaction ledger, grouped into "blocks" that are chained together in order. Copied across many computers so no single party controls it.. Transactions are bundled into blocks, and each block links to the one before it in an ordered chain — hence the name.

Because everyone holds a copy and the rules are public, no single party controls it. To change the record, you would have to convince the whole network at once, which the design makes extraordinarily hard. There is no head office, no CEO, no server you can switch off. This is what people mean when they say Bitcoin is decentralized.

Mining: issuance and security in one

Who keeps this ledger honest, and who decides which transactions are valid? This is the job of miningThe process where computers compete to add the next block of transactions by solving a hard math puzzle. The winner earns newly issued bitcoin plus fees.. Around the world, specialized computers compete to bundle the latest transactions into the next block. To win the right, they must expend real electricity solving a deliberately hard mathematical puzzle — a system called proof of work. The first to solve it adds the block and, as a reward, receives newly created bitcoin plus the fees from those transactions.

This single mechanism does two things at once. It is how new bitcoin enters circulation (issuance), and it is what secures the ledger (security). Rewriting history would mean redoing all that costly work faster than the rest of the world combined — so expensive that it is far more profitable to play by the rules than to attack them. The energy is not incidental; it is the wall that protects the record. Whether that cost is justified is a fair debate we take up later.

The 21-million cap

The mining reward is not constant. Roughly every four years it halves, in an event known as the halving. It started at 50 bitcoin per block, then 25, then 12.5, and so on. This geometric decline means the total number of bitcoin that will ever exist is mathematically capped at 21 million, a ceiling expected to be effectively reached around the year 2140. After that, miners are rewarded only by transaction fees.

This is the heart of why Bitcoin is described as "hard" money. Its supply schedule is fixed in advance and enforced by the network. No central bank, government, or founder can decide to make more. For the first time, a form of digital money has a scarcity that is not a policy choice but a rule.

For the first time, a digital money has a supply that no one — not even its creators — can expand.

Keys and self-custody

If there are no accounts at a bank, how do you own bitcoin? Through cryptographic keysA private key is a secret number that proves ownership and authorizes spending. A public key (or address) is what others use to send you bitcoin. Lose the private key and the funds are unrecoverable.. A public key is like an address you share so others can send you bitcoin. A private key is a secret only you hold; it is what authorizes spending from that address. Controlling the private key is ownership — this is called self-custody.

This is a profound shift in responsibility. With a bank, the institution holds your money and can help if you forget a password. With self-custody, you are the bank. No one can seize your bitcoin without the key — but equally, if you lose it, no one can restore your access. The freedom and the burden are the same coin. (Many people instead let an exchange hold their keys for convenience, which trades that independence for the familiar risks of trusting a third party.)

What we are not claiming

Explaining how Bitcoin works is not the same as claiming it is flawless or a good investment. It has real weaknesses and real risks, and we devote a whole article to the strongest objections. The point here is only to understand the machine clearly before judging it.

Key takeaways

  • Bitcoin solves the double-spend problem for digital money without a trusted middleman.
  • It is a public ledger (the blockchain) copied across many computers, controlled by no single party.
  • Mining issues new bitcoin and secures the ledger at the same time, using real energy as protection.
  • The supply is capped at 21 million by a fixed, halving schedule no one can override.
  • Ownership means controlling a private key; self-custody grants full control and full responsibility.