Blockchain
The public ledger of every Bitcoin transaction, organised into a chain of blocks.
The Bitcoin blockchain is the complete history of every transaction ever made on the network, stored as a chain of blocks. It is public — anyone with the software can download it, read it, and verify it. It is append-only — you can add new blocks but you cannot edit old ones without invalidating everything after.
The chain part matters. Each block contains a hash (a fingerprint) of the block before it. Change a transaction in an old block and the hash changes; that breaks the link to the next block, which breaks every block after. Rewriting history would require redoing all the proof-of-work since that point — economically impossible.
The blockchain is what makes Bitcoin trustworthy without a central authority. You don't have to trust me, or BTCBitByBit, or any exchange — you can run your own node and verify the entire ledger from scratch.
Learn this in our courses
Related terms
Learn Bitcoin the practical way
Real lessons, sats earned, your own wallet. Free to start.
Sign up free →