Yes, the blockchain data structure ensures that if you verify the older transactions, the newer transactions on top of it are verified. If the old version was valid, the newer block built on top of it is too.
> Yes, the blockchain data structure ensures that if you verify the older transactions, the newer transactions on top of it are verified.
That is not enough.
Blockchain is proposed for various things like, for example, land registries. They have to be kept around indefinitely long. In many countries financial institutions are required by law to keep financial transactions around for 4 years. Ans so on.
But yeah, sure, go ahead and remove all historical data "because new transaction is mathematically valid".
> Blockchain is proposed for various things like, for example, land registries. They have to be kept around indefinitely long. In many countries financial institutions are required by law to keep financial transactions around for 4 years. Ans so on.
If you have a copy of the latest block and the older verified block headers, you can trustlessly verify older blocks that people give you.
> But yeah, sure, go ahead and remove all historical data "because new transaction is mathematically valid".
Archival nodes– nodes that store full history– still exist and are still needed. You can query them from a normal full node and get their blocks.
> Archival nodes– nodes that store full history– still exist and are still needed.
Still needed as in "must be there for the chain to function"? Is it possible to have a situation where every node on the chain has truncated its history?
Note also that currently bitcoin needs 300 GB to store data for a fraction of a fraction of transactions needed for the world to run [1]. And crypto enthusiasts people want to move everything onto a blockchain.