Blockchain — The Backend Evolution Powering Web3

Matti Jeremiah
5 min readSep 7, 2022

In my last article, “Understanding Web3”, we learnt that Web3 is based on these three premises;

1. The Backend evolution powering it (Blockchain technology)

2. Token economy (coins, tokens, and NFTs)

3. Autonomous governance (DAO)

If you haven’t read it, click on this link https://medium.com/@MattiJeremiah/understanding-web3-0-c252221af86c

I will, over time, distil these underlying fundamentals of web3, starting with “The Backend Evolution (Blockchain Technology)” in this article.

I will dive deeply into understanding blockchain in the simplest form, void of the technical Web3 jargon.

Let’s go!

From the beginning of time, humans have always cooperated and interacted via networks. We align with networks that meet our needs and suit our well-being; from trade to religion, social groups, finance, ethnicity, and a host of others. We have connected to and aligned with one network or another.

These networks are controlled by a central authority that lays down the rules and enforces them among participants.

However, who monitors this central authority and ensures they do right?

Blockchain technology allows us to govern a network without any central authority.

For example, you need a bank (a financial institution) to help with holding your money and allow you to make other financial transactions. The bank ensures everyone using them follows the laid down financial rules.

In blockchain, the code is the law!

What is Blockchain?

The blockchain is a distributed network of computers called nodes that maintains a continuously growing list of information called data in batches called blocks that are cryptographically connected (chains).

Simply put, blockchain is the instant and continuous storage of data and information on different computers connected in a network without the interference of a central authority.

Where did the term blockchain emanate from?

A block in this context is a bunch of data bundled together.

These blocks of data are cryptographically connected in a chain-like manner, and this means every new block is connected to the previous existing block cryptographically.

Yeah, I am sure it now makes sense why the coins used in the network are called "cryptocurrency."

Nodes (computers) ensure that everyone interacting with the blockchain network has the same blocks and data.

For example, if a blockchain network has 1000 nodes (computers), every node will have the same number of blocks and data. The data in Blocks 1, 2, and 3 in the above diagram will be the same across all the nodes, and as new blocks are formed, they are updated on every node.

Nodes (computers), also called miners in the blockchain, solve a cryptographic puzzle to form and validate the next block on the network. The process of solving this cryptographic puzzle is called mining. One of the core features of blockchain is the immutability of data. When a block is formed and validated by all the nodes, its data cannot be altered or erased by any entity.

A blockchain network confirms each block of data using a consensus mechanism. Consensus is a system where all nodes on the blockchain network agree before a new block is formed.

There are two significant types of consensus mechanisms which are;

  • Proof of Work (PoW)
  • Proof of Stake (PoS)

Proof of Work (PoW)

Proof of Work is a consensus process where all nodes in the blockchain solve a cryptographic puzzle to secure the next block on the network. This process is called mining.

The first node (computer) to solve the puzzle gets a “mining reward," a reward in the form of the network’s coins.

The node immediately broadcasts the answer to the other nodes, and they all agree with the node that solved the puzzle and then add the block to the network.

The proof-of-work concept stems from the fact that all the nodes must simultaneously put in the computational effort (work) to solve the cryptographic puzzle.

Examples of blockchain networks that use the proof-of-work consensus mechanism are Bitcoin, Litecoin, Monero, Dogecoin, Bitcoin Cash, and BSV.

Proof of Stake (PoS)

Proof-of-stake is a consensus process in which one of the nodes (computers) in the blockchain network is randomly chosen to solve a cryptographic puzzle and mint the next block.

The node gets a mining reward for validating and minting a new block on the network.

The probability of selection is directly correlated to the node’s number of network coins staked.

From the illustration, node A staked 200 coins with a 20% chance of selection, while node B staked 400 coins. The 100% staking increment of Node B over Node A gives it a high probability of selection. The higher the number of network coins staked by a node, the higher its chances of being selected to validate and mint a block.

Staking in this context is the deposit of the network’s cryptocurrency as a security deposit.

The networks that use proof-of-stake are Solana and Cardano. However, the Ethereum network, the most prominent blockchain network, is gradually transitioning from a proof-of-work to a proof-of-stake mechanism.

Why is it called a backend evolution?

Data and information on Web2 are stored on centralized servers owned by a central entity. These giant institutions own and control the use of these data to their financial advantage.

However, the advent of blockchain technology enables decentralized data storage and incentivizes participants who secure the networks by rewarding them with network coins.

A Blockchain network has the following features;

1. Openness: Anyone can participate in the network, and information in the network is open to the public.

2. Trustless: It doesn’t need a central entity to validate transactions on the network.

3. Ownership: Honest efforts are rewarded with the network’s coin.

4. Decentralized: Data are recorded and distributed among many computers.

5. Immutable: Data recorded on the network cannot be altered.

Thank you for joining me on this journey to explore the powerful evolution of blockchain technology fueling the Web3 revolution. Stay tuned for my upcoming article, “Blockchain — The Backend Evolution Powering Web3 Part 2”, where I will delve deeper into this exciting topic and bring you more insights into the future of this revolutionary technology.

Keep an eye out for the upcoming article.

--

--