Hacker News new | ask | show | jobs
by krallja 4571 days ago
> Further, is there something in the data being hashed that includes the previous block chain?

Yes, the block chain structure includes the previous block; otherwise it would just be a block set :)

1 comments

To be precise, each block contains the hash of its previous block.