Learn Bitcoin from first principles
You do not need a background in cryptography or finance. You need the mechanism explained honestly, in order, with the hand-waving removed. This track builds from what Bitcoin is, through how it actually functions, to how to hold it safely and how to read the data the network publishes about itself.
The tracks
Bitcoin Basics
Start from zero. What Bitcoin is, what a coin actually is, and why it works without anyone running it.
Open the track →How It Works
Under the hood: proof of work, blocks, keys, issuance and the fee market.
Open the track →Guides & Tutorials
Doing things safely: custody, backups, fees, verifying what you are told.
Open the track →The ten things worth understanding first
Nobody runs Bitcoin
There is no company, no server and no administrator. Thousands of independent nodes each check every rule, and a block that breaks one is rejected no matter who produced it.
Definition →Supply is fixed, and you can verify it
Issuance follows a schedule written into the software: the block reward halves every 210,000 blocks, converging just under 21 million. Every node enforces it independently.
Definition →Keys are ownership
Coins are not in an account. They are outputs on the chain that can only be spent by whoever holds the corresponding private key. There is no recovery process.
Definition →The seed phrase is the key
Those twelve or twenty-four words derive every key in your wallet. Anyone with them has your coins. No legitimate service ever needs to see them.
Definition →Proof of work is brute force, not cleverness
Miners guess enormous numbers of values until a hash falls below a target. It is expensive to produce and instant to check, and that asymmetry is the entire security model.
Definition →Block space is scarce on purpose
Only so much fits every ten minutes, so users bid for inclusion in satoshis per virtual byte. That auction is why fees rise when the network is busy.
Definition →Confirmations are a probability, not a switch
Each block on top of yours makes reversal more expensive. Six confirmations is a convention for large amounts, not a protocol rule.
Definition →Bitcoin is pseudonymous, not anonymous
Every transaction is public forever. Addresses can be linked to each other and often to people. The ledger does not forget.
Definition →Addresses are not people
One person can generate thousands; one exchange can serve millions from a handful. Any metric that counts addresses as users is measuring something else.
Definition →Transactions cannot be undone
There is no chargeback, no support line and no reversal. This is what removes the need for a trusted intermediary, and it is why verification before sending matters.
Definition →Never share your seed phrase. No wallet, exchange, support agent or publication — including this one — will ever have a legitimate reason to ask for it. Anyone who asks is trying to steal from you.
Bitcoin is volatile and transactions are irreversible. Nothing in this education section is financial advice, and none of it is a recommendation to buy.
Reference and tools
Glossary →Fee estimator
What a Bitcoin transaction costs right now, at each confirmation tier.
ToolBTC / sat / fiat + DCA
Convert units at live rates and model a regular-buy schedule.
ToolHalving countdown
Blocks remaining, computed from chain height.
ToolPosition-size calculator
Turn a risk limit into a maximum position. Educational only.