utxo – Completely different balances between fullnode and bitcoin explorer

0
75


I appeared up Block 200 at https://www.blockchain.com/explorer/blocks/btc/200 and discovered that coinbase transaction was made and despatched 50 BTC to 1HwmP33SaknLYShXfjVU8KmVThU3JiuVgH.

But when I test utxos that 1HwmP33SaknLYShXfjVU8KmVThU3JiuVgH has by utilizing scantxoutset from my bitcoin node, there isn’t any such 50 BTC at its consequence.

{
  "success": true,
  "txouts": 111958375,
  "top": 800185,
  "bestblock": "000000000000000000025a01c53bd3a6842321e50345373a2bcf7975b02a8d59",
  "unspents": [
    {
      "txid": "cc66c9303cdf1f6bf52549918fd2b2de776edb220e796ef1b72dec1fae37a447",
      "vout": 160,
      "scriptPubKey": "76a914b9dd855e0ea21b3ed1c13c896682475e0c05416788ac",
      "desc": "addr(1HwmP33SaknLYShXfjVU8KmVThU3JiuVgH)#t4jlhv9w",
      "amount": 0.00000547,
      "height": 665222
    },
    {
      "txid": "cdb8076b0f120959f310b3f2def52378843a2a213feb4bdb007827b3f672dd53",
      "vout": 340,
      "scriptPubKey": "76a914b9dd855e0ea21b3ed1c13c896682475e0c05416788ac",
      "desc": "addr(1HwmP33SaknLYShXfjVU8KmVThU3JiuVgH)#t4jlhv9w",
      "amount": 0.00000547,
      "height": 643265
    },
    {
      "txid": "1d2362fba0bd11cabdae3e080dad5f0f4db43799052ccaedfe1823baf3b702da",
      "vout": 273,
      "scriptPubKey": "76a914b9dd855e0ea21b3ed1c13c896682475e0c05416788ac",
      "desc": "addr(1HwmP33SaknLYShXfjVU8KmVThU3JiuVgH)#t4jlhv9w",
      "amount": 0.00000547,
      "height": 670662
    }
  ],
  "total_amount": 0.00001641
}

I knew that the reward of the genesis block is unspendable.
Is it true for different outdated blocks or is there any particular rule for this?

LEAVE A REPLY

Please enter your comment!
Please enter your name here