What is the blockchain?

A dummies guide

At its core, a blockchain is a shared record book.

Many computers keep a copy of that record book. The network has rules for agreeing on what gets written into it. Once something is written properly, changing it later should be extremely difficult and very obvious.

Key terms

Ledger
A record book that stores transactions and data.
Distributed
Many computers hold the same data. If some go offline, the network can still work.
Node
A computer that runs the blockchain software.
Transaction
A request to do something, like send crypto or use a smart contract.
Block
A chunk of transactions. Once accepted, it gets added to the chain.
Bitcoin block size
A single Bitcoin block is small (~1-2MB). The full Bitcoin blockchain is hundreds of gigabytes because it contains years of blocks.
Chain
Each new block points back to the block before it. They are essentially chained together.
Hash
A fingerprint for data. If the data changes, the fingerprint changes. This is how tampering becomes obvious.
Consensus
The nodes agreeing on whether an output is valid.
Gas
A transaction fee. You pay gas because the computers processing your transaction need to be paid.
Private key
Your secret key. If someone gets it, they can spend your funds.
Public key / address
The public part of your wallet. People can send funds to it.
Smart contract
Code that runs on a blockchain. It follows rules automatically, and everyone can view or audit it.

Types of proof

Proof of work
Computers compete to solve a hard puzzle. The first one to solve it gets to add the next block and earns a reward. Simple version: prove you spent real computing power.
Proof of stake
Validators lock up money in the network. That locked money is their stake. If they lie or cheat, they can lose some of it. Simple version: put money at risk.
Proof of history
A math-heavy way to derive a unique timestamp. It is more like a clock for the blockchain. Changing the timestamp means everything new gets out of sync, which makes tampering obvious.

Why use one?

Blockchain makes sense when people need to share records but do not want one central person or company to control everything.

Good for

  • Sending digital money without banks or middlemen.
  • Tracking ownership of digital assets.
  • Making records harder to secretly change.
  • Letting many people check the same history.

Bad at

  • Speed.
  • Cheap transactions.
  • Privacy by default.
  • Fixing mistakes.

Blockchain vs a normal database

If one company controls the app and everyone trusts that company, a normal database is usually better. It is faster, cheaper, and easier to fix. Blockchain makes sense when the whole point is that no single party should be fully in charge.

Where does the money come into this?

Interacting with a smart contract requires gas fees. Gas fees are paid in cryptocurrency.

Crypto prices are heavily affected by supply and demand. During hype periods, more people want to use a chain, buy tokens, or interact with smart contracts. That extra demand can push prices up.

For example, when a popular new project launches, everyone may want to try it at the same time. If the network is busy, people may pay more in fees to get their transactions processed faster.

During slower periods, fewer people want to use the chain or buy the token, so prices and fees can fall again. That is part of what causes crypto volatility.

Cryptocurrencies can have limited or unlimited supply depending on the chain. Bitcoin has a fixed supply, so people often compare it to gold. Like gold, it is also heavily traded. In that case, the price does not always match the technology itself; it mostly reflects what people are willing to pay for it.

Ethereum does not have a fixed maximum supply. When some transactions happen, part of the gas fee is burned, meaning it is removed from circulation. During busy periods, more ETH can be burned than created, which can put pressure on supply.

Stablecoins

Crypto can be used as digital money, especially when normal banking is difficult. For example, it can help people send money across borders, support family in restricted countries, or transact when they cannot easily access a bank account.

The volatility, however, makes normal crypto hard to use as everyday money. That is where stablecoins come in. Stablecoins are tokens designed to stay close to the value of a real-world currency. For example, USDC and USDT aim to stay close to one US dollar.

That means someone can send or receive crypto without worrying as much about the price suddenly moving up or down.

Conclusion

That is it. The words sound fancy, but the basic idea is relatively simple. Blockchain has genuinely valid uses when you are not just chasing the money. The problem is that investment hype makes people try to force blockchain into everything, which is part of why it gets a bad reputation.


Also read: Zero-Knowledge Proofs Explained