What Is a Blockchain?

What Is a Blockchain?

Beginner Crypto & Money Basics · 4 views

How a blockchain works as a shared, tamper-resistant ledger that no single party controls.

The word "blockchain" gets used to sell everything from supply chains to social networks, but the core idea is refreshingly simple. A blockchain is a shared, tamper-resistant ledger that no single person controls. In this lesson you will learn what a ledger is, how chaining blocks together makes the record nearly impossible to forge, and how a network of strangers can agree on one shared truth without a boss.

Start With a Ledger

A ledger is just a record of transactions — who paid whom, and how much. Your bank keeps one for your account. The radical idea of a blockchain is to make that ledger public and shared: instead of one company holding the only copy, thousands of computers each hold an identical copy and keep it in sync. There is no master version locked in a vault; the truth is whatever the network agrees on.

Because everyone can hold a copy and check it, no one has to trust a single institution to be honest. This is the foundation of the problems crypto solves: remove the single point of control, and you remove a single point of failure and censorship.

Why "Blocks" and "Chain"?

New transactions are gathered into batches called blocks. Roughly every couple of minutes (about two minutes in Monero's case), the network packages recent transactions into a new block and adds it to the end of the record. Each block contains a compact fingerprint, called a hash, of the block before it. That linking is what makes it a chain.

This chaining is the clever part. A hash is like a digital fingerprint of data: change even one tiny detail, and the fingerprint changes completely. Because each block carries the previous block's fingerprint, the blocks are locked together in order:

  • To alter a past transaction, you would change that old block.
  • That changes its fingerprint, which breaks the next block's reference to it.
  • So you would have to redo every block after it — across thousands of computers, faster than the rest of the network keeps adding new ones.

In practice this is so costly that the history becomes effectively tamper-resistant. The deeper a transaction is buried under later blocks, the more "set in stone" it becomes — which is why funds you receive are considered settled after a number of confirmations.

How Strangers Agree: Consensus

If thousands of independent computers each hold a copy, how do they agree on which new block is valid? The answer is a consensus mechanism. Monero, like Bitcoin, uses proof of work: computers called miners compete to solve a hard mathematical puzzle. The winner gets to add the next block and earns newly created coins as a reward.

The puzzle is hard to solve but easy for everyone else to check. This does two things: it spaces out blocks at a steady rhythm, and it makes cheating expensive, because rewriting history would require out-computing the entire honest network. Monero's particular twist is a puzzle called RandomX, designed so ordinary computer processors (CPUs) can compete, keeping mining open to regular people rather than specialized factories. You will see how this supports decentralization in Why Monero Is Unique.

What a Blockchain Is Not

A few myths are worth clearing up early:

  • It is not stored in one place. There is no central server to hack or shut down; copies live all over the world.
  • It is not automatically private. Most blockchains are fully public, so anyone can read every transaction. Monero adds privacy on top, which we cover in Monero vs Bitcoin: Privacy.
  • It is not instant or infinite. Blocks arrive at a set pace, and each one has limited room, so there are real trade-offs between speed, cost, and security.

Why This Matters for Monero

Monero is built on a blockchain, but with a crucial difference from most: the records are deliberately obscured so that outsiders cannot tell who sent what to whom or how much. The chain still prevents double-spending and stays tamper-resistant, yet the sensitive details stay private. Achieving both — a verifiable public ledger and real privacy — is Monero's central engineering feat, and we explore exactly how in the intermediate course How Monero Works.

A blockchain, then, is a shared notebook that everyone can read, no one can secretly edit, and no single party owns. Hold onto that mental image. Next, we sharpen the contrast between systems where a company holds your money and systems where you do, in Centralized vs Decentralized.

Comments

Log in or create a free account to comment.

No comments yet — be the first.