Title: Detailed Block Graphic/Chart Post by: Jakesy on May 20, 2015, 05:29:13 PM Is there a detailed graphic that shows what all goes into a block (prev. hash, nonce, transactions, timestamp, etc...)? Ideally, I'd like to visualize a completed example block.
Is the final output in json format? Where can I view ALL of the output for a block? Title: Re: Detailed Block Graphic/Chart Post by: odolvlobo on May 20, 2015, 08:22:44 PM Go to blockchain.info and click on a block height. For example, here is the URL for block 357316: https://blockchain.info/block/000000000000000011d95fbf62ca7c287f5cce045a0645147d1f1cea57023696
Blockchain.info will show you all the information it knows about the block, including stuff that is not included in the block. Title: Re: Detailed Block Graphic/Chart Post by: xyzzy099 on May 20, 2015, 08:33:40 PM Is there a detailed graphic that shows what all goes into a block (prev. hash, nonce, transactions, timestamp, etc...)? Ideally, I'd like to visualize a completed example block. Is the final output in json format? Where can I view ALL of the output for a block? Maybe you are looking for something like this, from blockexplorer.com's raw block output? https://blockexplorer.com/rawblock/000000000000000011d95fbf62ca7c287f5cce045a0645147d1f1cea57023696 (https://blockexplorer.com/rawblock/000000000000000011d95fbf62ca7c287f5cce045a0645147d1f1cea57023696) |