What is blockchain and how it basically works
Blockchain is a distributed ledger database technology.
It is mainly composed of blocks and chains. The block contains specific transaction data information, and the content of each block will generate a unique hash according to sha256, and the header of each block contains the hash of the previous block.
The chain is responsible for linking each block, so that the data forms a chain table
.