Blockchain – definition and meaning

A blockchain is a list of records that is forever growing. We call those records blocks. The blocks are linked and secured using cryptography. Cryptography is the art of creating and deciphering code. In the world of cryptocurrencies, a blockchain provides the validity of each cryptocurrency’s chain.

Each block has a hash pointer which serves as a link to the block that came before it. The hash pointer has a timestamp as well as transaction data.

The creators of cryptocurrencies designed blockchains to be resistant to modification. Specifically, resistant to data modification.

A block is like a ledger page while a blockchain is the whole ledger book.

Each block has data on the block preceding it. However, the Genesis Block has no such data because there is no block before it. The Genesis Block is the first one in the chain.

Blockchain or block chain?

There are two possible spellings for the term: ‘blockchain’ or ‘block chain.’ Initially, the two-word form was more common. Now, however, it is the other way round, i.e., the single-word form is more common.

Webopedia has the following definition of blockchain:

“Blockchain refers to a type of data structure that enables identifying and tracking transactions digitally and sharing this information across a distributed network of computers, creating in a sense a distributed trust network.”

“The distributed ledger technology offered by blockchain provides a transparent and secure means for tracking the ownership and transfer of assets.”

Blockchain - definition and example
In a Blockgeeks.com article, Ameer Rosic writes the following regarding blockchain technology: “Originally devised for the digital currency, Bitcoin, the tech community is now finding other potential uses for the technology.”

Blockchain miners

We call the people who check that transaction information is correct ‘miners.’ Miners also add data to each block.

When miners have completed each process, they receive a reward. Their reward consists of cryptocurrency units.

We call this procedure of validation, adding data and then receiving rewards, ‘cryptocurrency mining.

Blockchain – distributed ledger

A distributed ledger is a ledger of all transactions supported by a decentralized network from across several locations and people. We also call it a shared ledger.

It is not a centralized ledger. Instead, the same data appears and remains in many different places. With a distributed ledger, there is no central authority.

A blockchain is a distributed ledger database. It stores each transaction in a separate block. The blocks link to each other in chronological order.

Smart contracts

Blockchains store what we call smart contracts. A smart contract consists of lines of code that allow the contract to be self-executing. There is not need for lawyers or other intermediaries.

Block explorers

If you want to know what is happening and has happened throughout a blockchain, you need a block explorer. It is an online tool that allows you to search through the whole network.

With this tool, you can monitor balances, check confirmations, track transfers, and examine network statistics.

Each explorer only works for a specific coin. A Litecoin explorer, for example, won’t work on a Bitcoin blockchain.

Brief blockchain history

1991 –  Stornetta and Haber

W. Scott Stornetta and Stuart Haber were the first people to describe work using cryptography to secure a chain of blocks.

They incorporated hash trees into their design. This made it possible to collect many documents in one block, thus making it considerably more efficient.

The term ‘hash tree’ or ‘Merkel tree’ has a specific meaning in computer science and cryptography. It is a tree in which each leaf node has a label containing the hash of a data block. Also, each non-leaf node has a label with the cryptographic hash of the labels of its preceding nodes.

In this context, a node is a computer that connect to the network.

Wikipedia says the following regarding hash trees:

“Hash trees allow efficient and secure verification of the contents of large data structures. Hash trees are a generalization of hash lists and hash chains.”

2002 – Shasha and Mazières

Dennis Shasha and David Mazières proposed a network system of files with decentralized trust. In this system, writers to the file system trusted one another. However, the trust did not extend to the network in between.

Shasha and Mazières’ system achieved file system integrity by writing signed commits to a shared, append-only signature chain. The chain captured the file system root (which in turn was a hash tree).

This was a proto-blockchain in which all clients with authorization could write. In modern blockchains, however, clients (miners) need to solve a cryptographic puzzle before they can write one block.

2005 – Szabo

Nick Szabo proposed a system with many blockchain properties. He designed it for decentralized property titles and also his bit gold system. The system utilized chained proof-of-work and timestamping.

However, his method of double-spending protection had a major weakness. It was vulnerable to Sybil attacks.

2008 – Satoshi Nakamoto

Satoshi Nakamoto, conceptualized the first modern blockchain. Namoto designed Bitcoin, the first cryptocurrency, which came onto the market in 2009.

The bitcoin file size reached 20GB (gigabytes) in August 2014. By January 2015, it had reached nearly 30GB and exceeded 100GB in size by January 2017.

In Namoto’s original papers, he wrote the term as two words, i.e., block chain. This style eventually gave way to the single-word spelling.

In 2014, Blockchain 2.0 emerged. According to the Economist, it was a:

“Programming language that allows users to write more sophisticated smart contracts, thus creating invoices that pay themselves when a shipment arrives or share certificates which automatically send their owners dividends if profits reach a certain level.”

Video – Understanding the blockchain

This Institute for the Future (IFTF) video explains what blockchains are in two minutes.