Satoshi Forum Archive
Thread #0204

New web service: obtain dump of bitcoin block NNNN

jgarzik2010-08-26T00:21:31Z

As part of Bitcoin Watch (http://www.bitcoinwatch.com/), a new feature provides a developer-friendly dump of a bitcoin block at the specified height.
GET parameters:
"h" - height of block to download
"json" - set to non-zero value, to enable application/json output rather than HTML output
Examples:
Dump block 72000: http://blk.bitcoinwatch.com/b?h=72000
Dump block 72000, with JSON: http://blk.bitcoinwatch.com/b?h=72000&json=1 (http://blk.bitcoinwatch.com/b?h=72000&json=1)

Original message

jgarzik2010-08-27T07:22:11Z

This sub-page of Bitcoin Watch shows the last 7 days worth of blocks, each block linking to expanded data:
http://blk.bitcoinwatch.com/

Original message

satoshi2010-08-27T16:13:16Z

That's kind of interesting as an upside-down bar chart of how many blocks were produced each day. The target is 144 blocks per day.

Original message