this is still my favorite https://anders.com/blockchain/
Blockchains explained visually (part 1 of 2)
41–46 of 46 posts
Re: Blockchains explained visually (part 1 of 2)
#42Re: Blockchains explained visually (part 1 of 2)
#43Re: Blockchains explained visually (part 1 of 2)
#44Re: Blockchains explained visually (part 1 of 2)
#45One thing that never clicked with me before is that the blockchain is really just a historical ledger, its not actually referenced in real time. When you send a transaction out on the network, nobody is actually validating it against the blockchain. Instead every node is expected to process the blockchain to produce a realtime database called the UXTO which provides a fast lookup to tell you if coins can be spent or…
Re: Blockchains explained visually (part 1 of 2)
#46> See how the hash-chaining mechanism of a blockchain means that even a single corrupt or tampered-with block will invalidate the entire chain after it. Is that strictly required to understand that the entire chain is invalidated? Since blocks are in order, if block X's previous hash doesn't check out, can't we just assume that every block thereafter is also invalid? Effectively a fork has happened at X-1 block. I'm…