Post
Topic
Board Development & Technical Discussion
Re: New Bitcoin Block Format
by
hopeAo
on 02/12/2017, 13:30:02 UTC
What’s the best resource to see the actual bitcoin block in it’s raw readable format?

For example, if I want to see the actual bitcoin block data?

The best resource to see the actual bitcoin block in its raw readable format is the hex Editor.

After you have gotten the block hex (the raw data for the block itself), you can then make it a file by putting the hex into a hex editor or better still you can save the hex as a string in a text file.