Author

Topic: Does someone know what exactly time, blocktime and timereceived mean? (Read 873 times)

sr. member
Activity: 309
Merit: 250
What is exactly the difference between

time, blocktime and timereceived

in transaction information returned by Bitcoind JSON RPC API? For example:

{"amount":0.02,"blockindex":45,"time":1306179671,"category":"receive","
confirmations":109244,"timereceived":1306179671,
"address":"1P5xanGEdgPKYNt4BnATambHpbZ2h89bYv",
"txid":"91eb6cb34b9253cce0ab5da171a0f5aae9d3d36208e23062ba61cd9e21c09a3d",
"blockhash":"0000000000002e65f5cc554e99c352af958a63f4be663627f2c569e5a996a03a",
"account":"","blocktime":1306173564}

I can guess but I want to know for sure.
And which one is given when you run use a blockchain query tool:

   "hash160":"f242d4369d3759efd2565a913c962da97574d5ac",
   "address":"1P5xanGEdgPKYNt4BnATambHpbZ2h89bYv",
   "n_tx":2,
   "total_received":2001000,
   "total_sent":0,
   "final_balance":2001000,
   "txs":[{"result":0,"block_height":228710,"time":1364620702,"inputs":[{"prev_out":{"n":101,"value":18309000,"addr":"15UVh2qgoi1wxrx1mieueWxiN8NQoxELSt","tx_index":63570280,"type":0}}],
"vout_sz":1282,"relayed_by":"198.61.217.160","hash":"0ffa7e2aeb4413d89dceb0b0207e09ce9baf9248ee130c67be6de9f9a221d269",
"vin_sz":1,"tx_index":63822124,"ver":1,"out":

e.g. http://blockchain.info/address/1P5xanGEdgPKYNt4BnATambHpbZ2h89bYv?format=json

Thanks!
Jump to: