Post
Topic
Board Project Development
Merits 6 from 2 users
Re: List of all Bitcoin addresses with a balance [offline until July 1st)
by
pbies
on 01/08/2025, 11:01:50 UTC
⭐ Merited by LoyceV (4) ,Halab (2)
Thanks for your reply! Since you mentioned the possibility of sending the list by email, I was wondering — would it be possible to get the list of all Bitcoin addresses with a balance, and in addition to that, include the date of the first transaction for each address?

I understand that this extra information might not have been part of the data shown on http://addresses.loyce.club by default, but if it’s possible to generate such a list, could you please send it to me by email?

Thanks in advance for your time and help!

You can do that with program "utxodump" but you will get only block number. It lists all transactions from Bitcoin Core chainstate folder, when you use configuration option txindex=1.
Having block numbers you can add date/time to them.