0

In the Bitcoin wiki:

Block times are accurate only to within an hour or two.

is a bit vague. Is it possible to prove that an arbitrary accepted block timestamp is within x seconds of the real-world time? How?

Victor
  • 121
  • 2
  • What would you even want that time to be? The time that the block was assembled, or the time that it was solved, or the time it was seen by the network? – morsecoder Mar 24 '17 at 17:51
  • @StephenM347 for example, in this answer http://bitcoin.stackexchange.com/a/29555/21671 the answer of bitcoind getrawtransaction returns a blocktime field, along the others (vin, vout, etc). I mean that "block time". – Victor Mar 24 '17 at 21:30
  • I know what field you're talking about, I'm not clear on what information you would want to be put in that field. – morsecoder Mar 27 '17 at 15:43

1 Answers1

1

Block timestamps are whatever time the miner wants to put in there, within some loose bounds, so there isn't a real guarantee.

For more info on what those bounds are, check out this answer:

morsecoder
  • 14,168
  • 2
  • 42
  • 94