What is a Blockchain?
Aurika•Sep 3, 2026•8 min read

Summary: A blockchain is a shared record of transactions that thousands of computers keep copies of, so no single company controls it and no entry can be quietly edited later. It is the technology underneath Bitcoin and every other cryptocurrency, but it is not the same thing as a cryptocurrency. This guide covers what a blockchain does, how a block gets added, what the different types are, and what you can look up on one yourself.
- A blockchain is a database that many computers hold copies of, with new entries added in batches called blocks.
- Once a block is confirmed, altering it would mean redoing the work on every copy at once, which is what makes the record hard to tamper with.
- Blockchain is the underlying technology. A cryptocurrency is one of the things you can build on top of it.
- Most blockchains are public, so anyone can read them for free, including the transactions you send yourself.
If you have ever sent crypto and watched it sit at pending for a few minutes, you have already used a blockchain without needing a definition for it. The word gets thrown around loosely, often to mean anything vaguely crypto-adjacent. The real idea is narrower and simpler than the jargon suggests, and it is worth understanding because it explains why crypto payments behave the way they do: why they are sometimes slow, why fees move, and why a transaction cannot be called back once it goes through.
A Blockchain in Plain Words
Picture a notebook that records every payment in a group. Instead of one person keeping it in a drawer, everyone in the group holds an identical copy. When a payment happens, it gets announced to everybody, and each person writes the same line in their own copy. If one person later crosses out a line, their notebook simply disagrees with the thousands of others, and the group ignores it.
The chain part comes from how the pages are stitched together. Entries are grouped into batches called blocks, and every block carries a short mathematical fingerprint of the block before it. Change anything in an old block and its fingerprint changes, which breaks the fingerprint stored in the next block, and the next, all the way to the present. Rewriting one old line means rewriting everything after it, on most copies at once, faster than the rest of the network keeps building. That is the whole security model.

How a Block Gets Added
The trip from tapping send to the payment being final follows the same four steps on nearly every network:
- Your wallet signs the transaction with your private key and broadcasts it to the network.
- It waits in a holding area with everyone else's pending transactions.
- A miner or validator picks transactions out of that pool, usually favoring the ones paying higher fees, and packages them into a block.
- The block is accepted by the network and copied everywhere, and your transaction now has one confirmation.
Each block built on top of yours adds another confirmation. More confirmations mean more work would be needed to undo it, which is why an exchange might credit a small deposit after one confirmation and make you wait for several on a large one. It also explains the fee market: when the pool is crowded, paying more moves you up the queue, and paying too little can leave a transaction stuck for hours.
Blockchain vs Cryptocurrency: Not the Same Thing
This is the most common mix-up, and the distinction is easy. The blockchain is the ledger. The cryptocurrency is the unit being tracked in it. Bitcoin the network is a blockchain; bitcoin the coin is what moves across it. Plenty of blockchains carry things other than money, including domain names, supply chain records and ownership certificates, and plenty of large companies run blockchains with no tradable coin attached at all.
The Four Types of Blockchain
Not every blockchain is open to the public. The grouping used in NIST's technical overview of blockchain technology and in most industry references is four:
- Public. Anyone can read it, send to it, and help run it. Bitcoin and Ethereum are the obvious examples.
- Private. One organization controls who can read and write. Useful for internal record-keeping, but the trust assumptions are closer to a normal database.
- Consortium. A group of organizations shares control, common in banking and logistics where several companies need one shared version of events.
- Hybrid. Some data is public and verifiable while the rest stays restricted.
As a buyer or spender you will almost only ever touch public blockchains. The private and consortium kinds matter to enterprises, and they are where a lot of the corporate blockchain talk of the last decade ended up.
What a Blockchain Explorer Shows You
A block explorer is a free website that reads a public blockchain and displays it in a form people can follow. Paste in a transaction ID and you can see:
- Whether the transaction is still pending or confirmed, and how many confirmations it has.
- The exact amount, the fee that was paid, and the sending and receiving addresses.
- The block it landed in and the time that block was produced.
This is the tool to reach for when a payment has not arrived, because it tells you whether the delay is on the network or at the other end. It also makes a point about privacy that surprises people: on a public chain, balances and payment history attached to an address are visible to anyone who has that address. Nothing is hidden, it is just not labelled with your name.
What is a Blockchain Wallet?
A wallet does not hold coins. The coins never leave the blockchain. What a wallet holds is the private key that proves you control a particular address, which is why a recovery phrase can restore your funds on a brand new phone, and why losing that phrase loses the money. For larger amounts the key can sit on a dedicated device rather than a phone, which is what hardware wallets like Ledger are built for. Worth knowing too that Blockchain.com is a company name, so searches for a blockchain wallet often land on one specific provider rather than an explanation of the category.
What Blockchain Nodes Actually Do
A node is any computer running the network's software and keeping a copy of the ledger. Nodes check that incoming transactions follow the rules, pass valid ones along, and reject anything that does not add up, such as an attempt to spend the same coin twice. Miners and validators are nodes with the extra job of producing blocks. The number of independent nodes is a rough measure of how hard the network is to capture, since instructions have to be accepted by most of them to stick.
Is Blockchain Good or Bad?
The honest answer is that it is a tool with sharp trade-offs. On the useful side: no single party can freeze or reverse a payment, the record is auditable by anyone, and it works across borders without a bank in the middle, which is a real advantage for cross-border payments and for people whose local banking is unreliable.
On the other side: irreversibility cuts both ways, because a payment to the wrong address is gone with no support line to call. Proof-of-work networks consume significant energy, though newer designs use a fraction of it. And a decade of projects have put a blockchain behind problems a normal database would have solved more cheaply. It is genuinely good at one thing, which is letting parties who do not trust each other agree on a shared record without a referee, and mediocre at most other things.
What a Blockchain Means for Your Next Payment
Three practical habits follow from all of the above. Check the address character by character before confirming, because there is no undo. Check that you are sending on the network the recipient expects, since the same token often exists on several and they do not mix. And if a payment has not arrived, look it up on a block explorer before assuming it is lost, because pending and gone are very different states.
Once the mechanics stop being mysterious, the everyday question becomes a simpler one: what the coins in your wallet can actually buy. The quickest way to find out is to browse gift cards you can buy with crypto and spend a small amount end to end.


