Why Is the Previous Block’s Hash Included in the Current Header?
Including the previous block's hash in the current block's header is what creates the "chain" in the blockchain. This cryptographic link ensures that the order of blocks is immutable and tamper-proof.
If a previous block is altered, its hash changes, which invalidates the current block and all subsequent blocks. This mechanism enforces the chronological integrity of the entire ledger.