Can I see my balance without logging in with my seed?
Asked
Active
Viewed 594 times
3 Answers
7
The balance is not stored on the seed but on the addresses created from your seed.
So if you want to see your balance, you just need to know the addresses.
You can either look your balance up in your own full node or, if you don't have one you can use an online Tangle explorer like thetangle.org or iotasear.ch.

Zauz
- 4,454
- 15
- 42
2
If your IOTA are spread across multiple addresses, in order to see your full balance you must have access to your seed, so it can retrieve every single address.
If you have a list of addresses your IOTA are stored in, you can input them into a site like the following: https://iotasear.ch/
Keep in mind that if your IOTA are stored across multiple addresses, each address will only show a portion of your total balance.

aboose
- 3,135
- 3
- 15
- 37
https://github.com/iotaos/IOTABalance Packaged up version as a release: https://github.com/iotaos/IOTABalance/releases
You can set your own custom fullnode with it under 'settings', or pick a preferred one, or let it randomly query various nodes for your addresses one at a time. Hope some people enjoy it as I do.
– proto Dec 03 '17 at 22:56