Noted by @demyanrogozhin
Currently, the explorer loads all currencies and all locations upfront (and a change to this set requires a reload)
We could do pagination based on the map area displayed.
This would require additional node RPC apis
- (for global overview) get_currency_centers()
- (for zoomed view) get_currencies_in_area()