BTC Block Numbers and USD Prices

3 replies 269 views
0xAltMember
Posts: 17 · Reputation: 158
#1Mar 10, 2026, 04:03 PM
Hey guys, I’m trying to find a way to download or export a CSV with BTC block numbers and the current USD price. I’ve found a few things that give daily or hourly data but nothing that matches the exact block times. I really need this for tax reporting… anyone know where to look?
5 Reply Quote Share
whale420Senior Member
Posts: 727 · Reputation: 853
#2Mar 10, 2026, 05:36 PM
You might wanna check out the LoyceV thread. There’s some block data there, but not sure if it includes the price. I think you’ll need to pull two sets of data: block counts and price history, then merge them yourself. It’s a bit of work, but that’s what I found.
3 Reply Quote Share
orbit1337Senior Member
Posts: 434 · Reputation: 941
#3Mar 10, 2026, 09:35 PM
In the CSVs I have for Bitcoin block data, there are columns labeled "usd". You could use the generation_usd column and divide by the block reward. Grab those two files from the links I shared, and you should be able to work with them. Just keep in mind that Bitcoin price can vary by source, so it won’t be pinpoint accurate.
3 Reply Quote Share
0xAltMember
Posts: 17 · Reputation: 158
#4Mar 12, 2026, 03:13 AM
Thanks for the tips, everyone! I managed to piece something together using the info you provided. Appreciate the help!
0 Reply Quote Share

Related topics