When I run $bitcoin-cli getblockchaininfo
it shows me:
{
"chain": "main",
"blocks": 20204,
"headers": 563653,
....
}
But if a block is identified by his header, the numbers of headers and block must be the same, what I didn't understand?