Baselight
1SELECT user_address, COUNT(*) AS transaction_count
2FROM transactions
3GROUP BY user_address
4ORDER BY transaction_count DESC;
5

Share link

Anyone who has the link will be able to view this.