Post
Topic
Board Project Development
Re: Bitcoin block data available in CSV format
by
bitmover
on 22/12/2020, 20:55:51 UTC
I think your average block time is too high: you have to divide the total time interval by 135, not 136, to get the average time in between blocks.

I am not sure about it. But I think you are right. I will change it to total blocks-1.


Quote
You may be able to make a nice graph for the change in total number of addresses funded per type. I've noticed the numbers drop when fees are low.

This is very interesting. I can make some charts on it. Good idea.

Can I make some requests?

Can you make a CSV or JSON for total_number_of_funded_addresses.txt? It will make my work much easier.
A JSON would be amazing, like
Code:
{12/12/20:
       {1: 200000,
         3:300000,
         bc1:30000},
13/12/20:{....
}

Can you make a blockdata.lastweek.txt file?




I got a new 1 TB budget storage VPS today. It's already downloading Blockchair's bitcoin inputs, I expect this to finish somewhere in February 2021 (at 100 kB/s). I want to add outputs and transactions too. It's very convenient to have this accessible with better bandwidth, for example to create all_Bitcoin_txids.txt.bz2 (19 GB) from the "output" data.

Once done, I'll add another topic to my collection:
[/quote]

That's nice. I will have to learn a lot to work on that data.