The hash of the transaction is: cbcd522e4452a059c414d4a74bc2779b6b0b238fbb473b5d12d1244cada648fb
{
"value": 0.0001,
"n": 0,
"scriptPubKey": {
"asm": "03fdf5a3fce8db7dee89724e706059c32e5aa3f233a6b6cc256fea337f05e3dbf7 OP_CHECKSIG",
"hex": "2103fdf5a3fce8db7dee89724e706059c32e5aa3f233a6b6cc256fea337f05e3dbf7ac",
"reqSigs": 1,
"type": "pubkey", <--------THIS
}
},
Those outputs are P2PK and the result shows the pubkey not the pubkeyhash. There's no derived address which it should be.
Chainquery somehow displays an address for those type of outputs, maybe because it uses BitcoinCore Version 0.18.0.
0.19.0.1 have this in the changelog:
#16725 Don?t show addresses or P2PK in decoderawtransaction (NicolasDorier)
But it's for decoderawtransaction.
Is it because getrawtransaction verbose "
true", decodes the raw transaction result like decoderawtransaction?
Off-topic: Those transactions looks like used for something else though.
I can't read anything from the OP_Return of the transactions that spent the outputs.