Blockchain is made up of different components; they are: 

  1. Node – computer or user within the blockchain architecture (each node has an independent copy of the entire blockchain ledger)
  2. Block – data structure used for keeping a set of transactions which is distributed to all nodes in the network
  3. Transaction – the smallest building block of a blockchain system (records, information, etc.) that serves as the purpose of blockchain
  4. Chain – the sequence of blocks in a specific order
  5. Miners – specific nodes which perform the block verification process before adding anything to the blockchain structure
  6. Consensus protocol – set of rules and designs to carry out blockchain operations

Adding a new record or transaction within the blockchain means creating a new block. Every record is then proven and digitally signed to ensure its validity. Prior to this block been added to the network, it will be verified by a bulk of nodes in the system. 

 Each blockchain block consists of:

  1. certain data
  2. the hash of the block
  3. hash from the previous block

The data saved inside each block depends on the type of blockchain. 

A block hash is similar to a fingerprint. Each block hash is generated with the use of a cryptographic hash algorithm. The moment a block is generated, it automatically adds a hash, while any changes made in a block affect the change of a hash too. Simply stated, hashes help to recognize any changes in blocks.

The final component within the block is the hash from a preceding block. This creates a chain link of blocks, and this is the main element behind blockchain architecture’s security. For example, block 23 points to block 24. The first block in a chain is a special block called the genesis block. All other valid blocks are derived from the genesis block. Any corrupt attempts prompt the blocks to change. All the subsequent blocks then carry incorrect information and render the whole blockchain system invalid.

It is possible to adjust all the blocks with the help of strong computer processors, in theory. A solution that eliminates this possibility is called proof-of-work. Proof-of-work allows a user to slow down the process of the creation of new blocks. In some blockchain architecture, it takes around 15 minutes or more to determine the needed proof-of-work to add a new block to the chain. The proof of work is done by miners who are special nodes within the blockchain structure. Miners benefit from the transaction fees from the block that they verified as compensation.

Each new node joining the peer-to-peer network of blockchain receives a full copy of the system. Once a new block is generated, it is sent to each node within the blockchain system. Then, each node verifies the block and checks whether the information stated is correct. If everything is validated, the block is added to the local blockchain in each node.

Everything nodes inside a blockchain architecture enforce a consensus protocol. A consensus system is a set of rules that if everyone operates by them, they become self-enforced inside the blockchain.

0 Shares:
Leave a Reply

Your email address will not be published. Required fields are marked *

You May Also Like
ssh keys
Read More

Types of Blockchain

The diverse sets concerning blockchains. There exist three fundamental classes of blockchains, which determine to incorporate conventional databases…