Live prices are currently unavailable — the exchange feed could not be reached and no recent cached reading is held.

Economics

Lost bitcoin and the effective supply

Some bitcoin is unrecoverable. The keys were destroyed, the coins were sent to an address no one controls, or the owner died without leaving a way to spend them. The total is unknowable, and any figure quoted for it is an estimate built on assumptions.

Protocol referenceSource: Bitcoin Core documentation and the Bitcoin white paperNo lost-coin total is presented here as a measured figure; the page explains why the quantity cannot be measured.

How coins become unrecoverable

Bitcoin ownership is control of a private key. There is no account holder, no customer service line and no password reset. A coin is spendable by whoever can produce a signature that satisfies the condition attached to the output holding it, and if no one can produce that signature, the coin is inert. It remains on the ledger, counted in the supply, and it can never move again.

The most common mechanism is a lost key. A wallet file is deleted, a hard drive fails without a backup, a paper record is thrown away, or a hardware device is destroyed. The coins are still there, but the only thing that could spend them is gone. A second mechanism is death: a holder who did not leave their seed phrase or key material to anyone has effectively destroyed the coins, even though nothing was deleted.

A third mechanism is deliberate. Coins can be sent to an address for which no one holds the key, and this has been done on purpose. The best-known example is the genesis block's coinbase output, which the protocol's own design makes unspendable: the block's coinbase transaction is not included in the UTXO set, so those fifty coins can never be spent by anyone. Other coins have been sent to addresses whose keys were generated and then discarded, or to addresses that are provably unspendable by construction.

A fourth mechanism is a bug or an accident. A malformed transaction, a wallet that derived the wrong address, or a script that can never evaluate to true can all strand coins. These cases are rarer than lost keys, but they are real, and they are the reason the Bitcoin Script page treats unspendable outputs as a category rather than an anomaly.

Why the total is an estimate

The ledger records every output and whether it has been spent. What it does not record is whether the key that controls an unspent output still exists. An output that has not moved in a decade might belong to a long-term holder, to an exchange's cold storage, or to no one at all. The ledger cannot tell the difference, and neither can an observer.

This is why lost-coin figures are estimates. Analysts build them by identifying outputs that are provably unspendable, such as the genesis coinbase, and by applying heuristics to outputs that have been dormant for a long time. The heuristics rest on assumptions: that a coin untouched for a given number of years is probably lost, that certain address patterns indicate a discarded key, that coins sent to particular scripts are unrecoverable. Each assumption is reasonable and each can be wrong.

The dormancy heuristic is the weakest of them. A coin that has not moved is not necessarily lost; it may be held deliberately by someone who intends never to sell, or by an institution that has simply not needed to move it. Treating dormancy as loss will overstate the lost total. Conversely, a coin whose key was lost yesterday will not appear in any dormancy-based estimate for years, which understates it. The two errors run in opposite directions and neither can be quantified from the ledger alone.

There is a further problem with any single number. The set of lost coins changes over time, and it changes in one direction only: coins are lost but never found. A figure published in one year is a snapshot of an estimate, and it is not comparable with a figure published in another year unless the method is identical. Readers should treat any quoted total as an order of magnitude rather than a measurement.

What effective supply means

The effective supply is the quantity of bitcoin that is actually available to change hands. It is the protocol supply minus the coins that are unrecoverable, and it is the figure that matters for thinking about how much bitcoin could in principle be sold. The protocol supply is exact and verifiable; the effective supply is an estimate, because one of its two terms is an estimate.

The distinction matters for market analysis. A market capitalisation calculated from the protocol supply will overstate the value of the tradeable float, because it prices coins that can never be sold. A market capitalisation calculated from an estimated effective supply will be closer to the truth, but it inherits every assumption in the estimate. Neither figure is wrong; they answer different questions, and the market capitalisation page sets out where the measure misleads.

The practical conclusion is that the effective supply should be treated as a range rather than a point. The protocol supply is a fact; the lost total is a judgement; the effective supply is the difference between them and carries the uncertainty of the weaker term. A reader who needs a single number should use the protocol supply and note that it overstates the tradeable quantity, rather than adopting an estimate whose error bars are unknown.

Sources and references