{
"value": 0.0001,
"n": 0,
"scriptPubKey": {
"asm": "03fdf5a3fce8db7dee89724e706059c32e5aa3f233a6b6cc256fea337f05e3dbf7 OP_CHECKSIG",
"hex": "2103fdf5a3fce8db7dee89724e706059c32e5aa3f233a6b6cc256fea337f05e3dbf7ac",
"reqSigs": 1,
"type": "pubkey", <--------THIS
}
},
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:
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.