Post
Topic
Board Development & Technical Discussion
Topic OP
block header parsing question from live blockchain
by
ggbtctalk000
on 12/04/2023, 06:26:11 UTC
After years of interruption,  I am studying internals of bitcoin again,  starting with block header format.  I wanna see in real life,  from blockchainfo info, I can see contents of certain blocks in a web formatted output,  but nowhere seen the block header.
Is there a way to see block header from live public block chain? Any utility?
Following options are fine for me:
1. Using some utility dump header
2. Using some utility fetch (from public chain) entire block including block header write my own parser. Thanks