How do I download the blockchain from a specific height (409668)

0

I'd like to download the blockchain from height 409668 (first block on May 1st). I need data on time it was mined, and the amount of transactions it included.

If I don't need to download the blockchain to get this data, that would be 10x better. Where can I get a CSV of this? Otherwise, where can I download the blockchain and get this data from?

Tzadiko

Posted 2018-04-02T00:51:08.413

Reputation: 3

Answers

0

https://blockchair.com/bitcoin/blocks?q=id(409668..) will list all the blocks from that height onwards. You can use the filtering at the bottom of the page to restrict the data to the fields you desire. You can then export it to csv.

alcio

Posted 2018-04-02T00:51:08.413

Reputation: 1 164

0

This should make it for you: https://blockchair.com/bitcoin/block/409668

Hope it helps.

user51260

Posted 2018-04-02T00:51:08.413

Reputation: