Why is it important that the blocks are cryptographically linked together?
By linking new transaction block hashes to the earlier transaction block hashes, together with the transaction data in the block which the miner is making, and with a random nonce that needs to give a hash number lower than the target number, blocks are so strongly connected to each other, that it is extremely difficult for a single computer to change previous transactions on the blockchain. When even a single earlier transaction is changed, the following blocks, and the links which connect the blocks, are no longer correct, and can therefore be easily rejected by most of the BTC network. This increases network security, since these cryptographic links prevent fake transactions, by making them extremely difficult.
What does the block structure look like in bitcoin?
The BTC blockchain database is a series of blocks of digital transactions, connected to each other with cryptographic hashes. These hashes are strongly connected by being based on earlier transaction groups within the blocks, together with earlier block hashes, and random numbers called “nonces”.