Kiến thức

What are the blocks in blockchain?

Once transactions are added to the block, they cannot be reversed. And when a block is added to the chain, it cannot be changed. All information held in blocks is going to stay there as long as the blockchain exists. Blocks are added on top of one another in a linear way. One by one, they form a chain holding the entire history of transactions on the network.

The exact structure of blocks can differ from blockchain to blockchain. This article will focus on explaining the structure of a Bitcoin block. After all, that is the basis on which most other blockchains were modelled.

BLOCKCHAIN BLOCK ESSENTIALS

  • Blocks are the basic containers of information in a blockchain.
  • They contain transaction data.
  • Once added to the blockchain, a block cannot be changed.
  • Blocks are secured with cryptographic methods.

The parts of a block

The body of a block contains transaction records. Storing these records safely is one of the priorities of the blockchain. But to be able to function in a blockchain, a block also needs a few other elements. But before we find out what they are, let’s first see how data is stored in blocks.

Cryptocurrencies earned their name because they rely heavily on cryptography. In the case of blocks, the cryptographic principle used is called the hash function. A string of symbols, called a hash, is determined through a hashing algorithm. Bitcoin uses SHA-256, but not all cryptocurrencies use the same algorithm. This algorithm takes all the data in a block and turns it into a unique string of symbols that serve as the block’s ID.

Chuyên gia chia sẻ  Đa dạng sinh học là gì? Nguyên nhân, biện pháp hạn chế suy giảm đa dạng sinh học  

The hash of the block (the block header) is formed from the six elements that make up a block:

  1. The version number of the block,
  2. The hash of the previous block in the chain,
  3. A code generated from transaction data,
  4. A timestamp of when the block was created,
  5. The difficulty target that adjusts the difficulty of mining,
  6. And a random string of characters called the nonce.

All except the last of these elements are known in advance before a block is added to the chain. The nonce, however, remains a mystery. The purpose of crypto mining is to figure out the nonce. The miner who first finds the nonce that satisfies the current difficulty requirement adds the block to the chain, sealing it into the history of transactions. See our article on crypto mining to find more about how this is done.

Understand what you trade

There are many misconceptions about cryptocurrencies, and understandably people may be wary of using something that is all-too-often over-hyped, while under-explained. Wrapping your head around blockchains and cryptocurrencies does not require specialist knowledge and programming experience, and the wise user will get to know this ground-breaking world as best they can, before deciding whether, and how, to invest in it. We are here to help.

Đánh giá bài viết post

Phạm Văn Sỹ

Tôi là Phạm Văn Sỹ chuyên gia uy tín trong lĩnh vực kinh tế và kinh doanh là sinh viên của trường Đại học Ngoại Thương. Với kiến thức sâu rộng sau 12 năm ở bên ngoài thương trường thị trường tôi mong muốn chia sẻ các kiến thức chuyên sâu hữu ích dành cho mọi người.

Related Articles

Back to top button