1. Why is it important that the blocks are cryptographically linked together?
Cryptographically linking the blocks ensures the security of the network by making it extraordinarily difficult for an alteration in previously added blocks to be validated and accepted as the “trustworthy” version of the blockchain.
2. What does the block structure look like in bitcoin?
The block structure in bitcoin looks as follows :
-
Number of the block
-
Nonce
-
Data (transactions) contained in the block
-
Hash of the previous block
-
Hash of the current block