Author

Topic: How can i view balance/status of BTC blockchain at certain block height? (Read 227 times)

legendary
Activity: 1039
Merit: 2783
Bitcoin and C♯ Enthusiast
member
Activity: 301
Merit: 74
For your own wallet, in Bitcoin Core you can type in the console:

Code:
getbalance * 

Where N is the number of blocks back relative to the current.
legendary
Activity: 2053
Merit: 1354
aka tonikt
It can be done but requires some exercise and some time as the process might take awhile.

Basically you need a full bitcoin node.
You better  keep it offline and then remove all the blocks starting from the height you don't need.
Then you tell the node to rebuild the unspent database.

If you want to use my gocoin node for that, I can guide you through. For the core client,  ask the core people.
legendary
Activity: 2758
Merit: 6830
-snip-
Or just use this all-in-one tool which supports BTC, BCH, BitCore, BTG and BCD.

https://bitcore.cc/checker.php

Here is how it looks like:

Direct link: https://talkimg.com/images/2023/05/14/blobc8266cfa5d32e83b.png
legendary
Activity: 3290
Merit: 16489
Thick-Skinned Gang Leader and Golden Feather 2021
I was just looking for something like this recently. This would be extremely useful to know how much of a bitcoin fork you own by simply entering your addresses at the block height when the split happens, then you would get the total balance you own on the forked chain.
You can manually use block explorers for the different forks.
I use this one for Bitcoin Cash, this one for Bitcoin Gold, and this one for BitCore (technically BitCore is an airdrop, not a fork, but the result is the same: money connected to your private key.

Quote
I hope someone can craft something that manages this for you automatically. You would only need to enter public addresses so no problems of losing coins.
I kinda expect multi-coin-wallets will evolve if the forks keep coming. I now have to import the same private key several times into Coinomi, I can imagine in the future Coinomi or another wallet can automatically import all possible chains at once.

@TryNinja (under): thanks, I've bookmarked the link.
legendary
Activity: 1372
Merit: 1250
So is there any API or similar service, where i could like view the "status" at certain block. Say i want to check the balance of some X address at block height number 1000.

Can i do this easily?

I was just looking for something like this recently. This would be extremely useful to know how much of a bitcoin fork you own by simply entering your addresses at the block height when the split happens, then you would get the total balance you own on the forked chain.

So far I have been needing to check address by address and manually making the sums, I think I got it right but im not sure. If you have a lot of addresses it can be tricky.

I hope someone can craft something that manages this for you automatically. You would only need to enter public addresses so no problems of losing coins.
sr. member
Activity: 810
Merit: 258
So is there any API or similar service, where i could like view the "status" at certain block. Say i want to check the balance of some X address at block height number 1000.

Can i do this easily?
Jump to: