Merkle Patricia Trie
Cryptography
1 references
A data structure combining a Patricia trie with Merkle hashing to enable verifiable key-value storage. Ethereum uses Merkle Patricia tries for state, transactions, and receipts.
Appears in 1 whitepaper sections
Related Stories
Technical Explainer
Merkle Trees: The Data Structure That Makes Blockchains Possible
How hash trees enable efficient verification of massive datasets, from Bitcoin's SPV to Ethereum's state tries and beyo…
Technical ExplainerEthereum's State Machine: Accounts, Storage, and the World State Trie
How Ethereum tracks every contract and account using Merkle Patricia Tries, and why state management is the chain's big…