Author

Topic: Historical block count data (Read 801 times)

legendary
Activity: 2702
Merit: 1468
February 14, 2016, 04:38:58 PM
#6
Yes, the block should be generated every 10 minutes but it is not. I want to build next difficulty prediction based on time value that will be required to generate next 2016 blocks after difficulty change. I want to extrapolate current block count into future and estimate this time.

Parse the blockchain and get a timestamp of each block from that you'll know how much time was needed to solve the last 2016 blocks.

It will still be a guesstimate if you just divide the time it took to solve last 2016 blocks by 20,160 minutes and multiply that ratio by the current hashrate.  
The problem with estimates is that hash rate does not follow exactly what you would expect, i.e. 10 minutes per block.  Some big farms come online, or go down for maintenance and this affects the times.
copper member
Activity: 1498
Merit: 1562
No I dont escrow anymore.
February 14, 2016, 04:33:22 PM
#5
Yes, the block should be generated every 10 minutes but it is not. I want to build next difficulty prediction based on time value that will be required to generate next 2016 blocks after difficulty change. I want to extrapolate current block count into future and estimate this time.

Are you aware that the timestamps in the blocks might be off?
legendary
Activity: 4298
Merit: 1317
February 14, 2016, 01:27:09 PM
#4
Yes, the block should be generated every 10 minutes but it is not. I want to build next difficulty prediction based on time value that will be required to generate next 2016 blocks after difficulty change. I want to extrapolate current block count into future and estimate this time.

You can always run Bitcoin Core and track it yourself.
newbie
Activity: 2
Merit: 0
February 14, 2016, 01:01:13 PM
#3
Yes, the block should be generated every 10 minutes but it is not. I want to build next difficulty prediction based on time value that will be required to generate next 2016 blocks after difficulty change. I want to extrapolate current block count into future and estimate this time.
sr. member
Activity: 690
Merit: 269
February 14, 2016, 08:25:05 AM
#2
on average new block per 10 minutes
144 blocks per day

on chart it looks like straight line nothing special

what exactly you need?
newbie
Activity: 2
Merit: 0
February 14, 2016, 06:55:20 AM
#1
Hello, guys!

I'm trying to find historical hourly or daily data of blockchain height (blocks count). I only found the number of blocks mined last 24h on http://www.bitcoinwatch.com/ but can't find historical data charts like this https://blockchain.info/charts. Is anybody know any sites or API with that data?  Huh Thanks
Jump to: