merkle-tree

My Merkle Tree calculation does not match the actual one

My Merkle Tree calculation does not match the actual one Question: I am studying bitcoin. https://en.bitcoin.it/wiki/Protocol_documentation#Merkle_Trees I read the above URL and implemented Merkle root in Python. Using the API below, I collected all transactions in block 641150 and calculated the Merkle Root. https://www.blockchain.com/explorer/api/blockchain_api The following is the expected value 67a637b1c49d95165b3dd3177033adbbbc880f6da3620498d451ee0976d7b1f4 (https://www.blockchain.com/btc/block/641150 ) The values …

Total answers: 1