A critical data structure underlying the Ethereum Blockchain is the Merkle Patricia Trie, which allows for easy transaction verification and state transitions. "Merkle" is a visual representation of a Transaction Merkle Patricia Trie. The tree's roots contain real transaction hashes that lead up through the tree trunk to a root transaction hash. The transaction data is from a specific Ethereum block indicated in the bottom right corner of the GIF.