Whats the best resource to see the actual bitcoin block in its 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.