How Does Cryptocurrency Actually Work?
Not what it is, but what happens mechanically when you send some. Four moving parts, and once you have seen how they fit together most of the jargon stops being jargon.

TL;DR
- You never hold coins. You hold a key that lets you authorise changes to a shared ledger, and the coins are entries on it.
- Four parts do the work: keys prove who you are, the ledger records balances, consensus agrees the order, and incentives pay for the effort.
- Nothing moves. A transfer subtracts from one entry and adds to another, in a record thousands of computers hold a copy of.
- The double-spend problem is what all of it exists to solve, and it went unsolved for two decades before Bitcoin in 2009.
Plenty of explanations tell you what cryptocurrency is. Fewer tell you what actually happens in the ninety seconds after you press send, which is the part that makes everything else make sense.
There are four moving parts, and once you have seen how they fit together most of the vocabulary stops being jargon and starts being description. Educational guide, not financial advice.
The problem all of it exists to solve
Start here or none of the rest has a reason to exist.
Digital things copy perfectly, which is fine for a photograph and fatal for money, because a currency anybody can duplicate at will is worth precisely nothing. Traditional systems solve it with a trusted central record: your bank knows your balance, subtracts when you pay, and nobody can spend the same ten pounds twice because the bank will not allow it.
Remove the bank and the problem returns immediately. How does a stranger know the coins you just sent them were not sent to somebody else a second earlier? This is the double-spend problem, and it went unsolved for roughly two decades of cryptography research before Bitcoin's design in 2009.
Part one: keys, which are what you actually own
You do not hold coins in any physical sense, and there is no file, no object and nothing sitting on your phone that constitutes the money itself.
What you hold is a private key, an enormous secret number. A Bitcoin private key is a number with 256 binary digits, and from it a public address is derived mathematically. The derivation only runs one way: an address can be produced from a key, and no computer we can build can go backwards.
The key lets you produce signatures, and a signature proves that whoever created it knew the key without ever revealing what that key was, in a way anybody can check independently. So ownership on a blockchain is not possession of anything, it is the ability to sign.
Which is why losing a key loses the coins permanently, and why anybody who learns it owns them as fully as you do.
Part two: the ledger, which is the only thing there is
The blockchain is a record of every transaction ever made, held in complete copies by thousands of independent computers.
Your balance is not stored anywhere as a number, it is derived: everything ever sent to your address, minus everything ever sent from it. When you send coins, nothing travels. A new entry is written saying this address transferred that amount to that address, signed by your key, and every copy of the ledger updates.
Transactions arrive in batches called blocks, roughly 1 every 10 minutes on Bitcoin and 1 every 12 seconds on Ethereum, each referencing the one before it by a cryptographic fingerprint. Change anything in an old block and its fingerprint changes, which breaks the reference in the next block, and the next. That chaining is what makes history practically impossible to rewrite, and it is where the word blockchain comes from.
Part three: consensus, which is the hard bit
Thousands of computers with no boss between them somehow have to agree on the same order of events, and reaching that agreement without an authority is the actual invention.
There are two main approaches. Proof of work, used by Bitcoin, makes computers race to solve a pointlessly difficult puzzle, and the winner adds the next block. It is deliberately expensive, so rewriting history means redoing all that work faster than everyone else combined. Proof of stake, used by Ethereum since 2022, has participants lock up capital instead: misbehave and the network destroys it.
Different mechanisms, same logic: make cheating cost more than it pays.
Part four: incentives, which keep it running
None of this happens out of goodwill, so whoever adds a block is paid for it, partly in newly created coins and partly in fees from the transactions they included.
That is also how new coins come into existence: not printed by anyone, but issued as payment for the work of maintaining the record, on a schedule fixed in the software. Bitcoin's issuance halves roughly every four years and stops at 21 million. Others differ, and Dogecoin adds 5 billion a year for ever.
What happens when you press send
Your wallet builds a transaction and signs it with your private key.
It broadcasts to nearby nodes, which check the signature and that the coins are unspent.
Valid transactions spread across the network within seconds and wait in a queue.
A miner or validator selects transactions, assembles a block and adds it.
Every node verifies the block independently and updates its copy.
Each block added after yours makes reversal more implausible, which is what confirmations count.
No company approves it, no hours apply, and nobody can reverse it afterwards. That last part is the whole design and the reason a wrong address is unrecoverable.
Frequently Asked Questions
Nowhere, in the sense people expect. Coins are entries in a ledger held in full by thousands of computers. Your wallet stores a private key that lets you authorise changes to those entries. That is why a wallet can be restored on a new device from a seed phrase alone.
Digital data copies perfectly, so without a central record nothing stops someone spending the same coins twice. Banks solve it by being the single authority on balances. Doing it without any authority went unsolved for about two decades before Bitcoin's design in 2009.
That your transaction has been included in a block, and that further blocks have been added on top. Each additional block makes reversing it more implausible, because an attacker would have to redo that work faster than the rest of the network combined. More confirmations means more certainty.
Nobody decides case by case. New coins are issued automatically as payment to whoever adds a block, on a schedule fixed in the software. Bitcoin halves its issuance roughly every four years and stops at 21 million; Dogecoin adds 5 billion a year indefinitely.
Because there is no authority able to reverse one. A transaction is a signed instruction recorded in thousands of independent copies of a ledger, with each subsequent block making it harder to undo. That is the point of the design, and it is why a wrong address is usually final.
