Traditional block explorers make it hard to see how your token balances evolve over time - something I always wanted to see for my own dapp accounts, but also for analyzing other accounts.
This is mainly because they show all transactions instead of only the relevant transfer actions, the filters are not working well, in addition to the pagination being very slow.
Some block explorers only show the date of the transactions on hover, and none of them show your token balances over time.
That's why I quickly built EOS Token Portfolio over the last week.
A website listing all EOS transfers on the EOS mainnet for an account and visualizing the result in a chart.
Balance over time
Table listing all transfers
It can be really useful in the following scenarios:
The code is open-source on GitHub and the website is accessible here.
Originally published at https://cmichel.io/launching-eos-token-portfolio/