Does the Merkle Tree Structure Itself Consume Significant Memory?
The Merkle Tree structure itself is not excessively memory-intensive, especially once the Merkle Root is calculated and the block is mined. While the process of building the tree requires temporary memory to store the intermediate hashes, the final Merkle Root is just a single hash, and the tree structure can be discarded, making the overall memory footprint small.