Skip to content
Thursday, September 17, 2026
Cubed News Daily News, Reframed · cubednews.com · also cubednews com / CubedNews
Issue №109
Thursday, September 17, 2026 · Global Edition
Subscribe
Independent· Source-cited· Premium editorial standard· 8-editor team· cubednews.com
Latest How Blockchain Works
Technology TECHNOLOGY

How Blockchain Works

A plain-language explainer on how blockchain works, the shared, tamper-resistant digital ledger behind cryptocurrencies and many other applications.

𝕏 in f

A blockchain is a shared digital ledger that records data in linked blocks copied across many computers, with each block chained to the one before it using cryptography. Because the network must agree before new blocks are added, and because many identical copies exist, the record becomes very hard to change after the fact. That combination of sharing and tamper resistance is what makes the technology notable.

What is a blockchain, in simple terms?

Picture a ledger, the kind of book used to record transactions. In a blockchain, each page is a block that lists recent entries, and the pages are bound together in order. What is unusual is that the whole book is copied and kept in sync across many computers around the world rather than held in one office. This distribution of record keeping is the heart of the idea.

Because many participants hold the same copy, there is no single master version that one party controls. The network as a whole maintains the truth, which is why blockchains are often described as decentralised. New entries can be added, but existing ones cannot easily be edited or deleted, so the ledger is sometimes called append-only.

This design targets a long-standing challenge in computing: how can parties who do not trust each other agree on a shared record without appointing a referee everyone must trust? Traditional systems solve it with a central authority, such as a bank keeping the definitive account balances. A blockchain replaces that single authority with rules and cryptography spread across the whole network, so trust is placed in the system’s design rather than in any one organisation.

How are blocks linked together?

Each block contains a batch of data and a cryptographic fingerprint, called a hash, of the previous block. That fingerprint is what chains the blocks in sequence. A hash is produced by running the block’s contents through a mathematical function that always gives the same short output for the same input, but changes completely if even one detail is altered.

This is why tampering shows up. If someone tried to change the contents of an old block, its hash would change, and every block after it would no longer match. The chain would visibly break. To alter history convincingly, an attacker would have to redo that block and all the blocks after it, and do so on the majority of the distributed copies faster than the rest of the network adds new ones. On large networks this is prohibitively difficult, which is why the record is called immutable or tamper-resistant.

How does the network agree on new blocks?

Since no central authority approves entries, the network needs a way to agree on which new block is valid. This process is called consensus. It lets independent computers, which may not trust one another, settle on a single shared version of the ledger. Different blockchains use different consensus methods, and two are the most common.

Method How a block is added Notable trait
Proof of work Computers compete to solve a hard cryptographic puzzle; the first to succeed adds the block Secure but energy-intensive
Proof of stake Validators are chosen based on the amount of cryptocurrency they lock up as a stake Typically far less energy use

In proof of work, the specialised computers that compete are often called miners, and the winner is rewarded for adding the next valid block. In proof of stake, a validator that behaves dishonestly can lose part of the stake it has locked up. Both methods aim to make honest participation the most sensible strategy.

What is the life of a transaction?

A typical entry moves through a few stages. First, a transaction is created and broadcast to the network. Next, computers check that it is valid, for example that the sender genuinely holds what they are sending. Valid transactions are gathered into a candidate block. Through consensus, the network agrees to add that block, linking it to the chain. Once added and followed by further blocks, the entry is treated as settled and effectively permanent.

This sequence lets people who do not know each other transact with confidence, because the network, not a middleman, guarantees the record. It also means there is usually no customer-service desk to reverse a mistaken transfer, which places responsibility on the user.

Are all blockchains open to everyone?

No. Public, or permissionless, blockchains such as the one behind Bitcoin let anyone join, view the ledger and take part in validation. Private, or permissioned, blockchains restrict participation to approved members and are often used by businesses that want the shared-ledger benefits within a trusted group. Permissioned networks can be faster and more private, but they give up some of the openness and independence of public chains.

What are the trade-offs and limits?

Blockchains solve a specific problem well, but they come with costs. Storing the same data on many computers is far less efficient than keeping it in one place, so blockchains can be slower and handle fewer transactions per second than a conventional database. Proof-of-work networks in particular consume large amounts of electricity, which has raised environmental concerns and pushed some projects toward less energy-hungry methods.

The strength of immutability can also be a weakness. Because entries are extremely hard to change, a mistake or a fraudulent transaction can be difficult or impossible to undo. And while the ledger itself is hard to tamper with, the software, exchanges and wallets built around it can still be attacked. A blockchain guarantees the integrity of the record itself, not the honesty of every person, app or service connected to it.

Where is blockchain used?

Blockchain first became widely known as the technology behind Bitcoin, introduced in 2009, and it still underpins cryptocurrencies. But the same shared-ledger concept has been applied elsewhere, including tracking goods through supply chains, keeping tamper-evident records, managing digital identity and verifying the origin of products such as food or medicine as they move from supplier to shelf.

It is worth noting that a blockchain is not always the best tool. It shines when many parties who do not fully trust each other need a shared, tamper-resistant record without a central authority. For simpler situations, a traditional database is often faster, cheaper and easier to run. Understanding how blockchains work makes it easier to judge when the technology genuinely helps and when it is merely fashionable. The core ideas, a shared ledger, cryptographic links between blocks, and agreement by consensus, remain the same whatever the application, and they are what give the technology its distinctive mix of openness, transparency and durability.

Sources

Daniel Okoro

Health & Science Editor

Daniel Okoro leads health and science coverage at Cubed News, a desk that sits where the stakes for readers are often most personal and the temptation to oversell is greatest. His remit runs from public health and medicine to climate and the… More from this editor →

Related from Technology

Technology TECHNOLOGY

What an API Is, and Why It Matters

A clear guide to APIs, the software intermediaries that let different applications talk to each other and share data and features.

Wei Chen · Sep 16

Get Cubed News in your inbox

Daily premium coverage, free. Independent · Source-cited.