How do I identify the number of unique transaction addresses using an application/protocol on Ethereum?
Asked 4 years ago
I am trying to analyze on Etherscan the number of unique addresses which have used a protocol (e.g., MakerDAO, Augur, 0x, Dharma, etc.,). However, all the info I find is outdated How do I know which contract would be best to look at for finding the number of unique addresses using the protocol? Thanks!
Hugh Bender
Sunday, March 27, 2022
The best way to identify the number of unique addresses using the protocol would be to access the Etherscan analytics tab. Here you can find a daily rundown of individual senders and receivers. Another method would be to create an app yourself or find a block explorer.
You will typically need to have a node and get the Blockchain data (AKA blocks.) Then you’ll need to know the address of the smart contract that you’d like to observe. After this, if you know the ABI, you can either look at the events fired by the contact or look block by block at the transactions calling the contract and saving the caller address.
Having a database to store this information would also be helpful if these interactions need to be reviewed for data analysis later down the line.
Please follow our Community Guidelines
Related Articles

Top Ethereum Alternatives in 2022
Thasni Maya
April 8, 2022

Everything There Is to Know About Decentralized Stock Exchanges
Josiah Makori
June 6, 2022

6 Safest Stablecoins in September 2022—Top Investors' Choice
Marcel Deer
September 23, 2022
Related Posts
Marcel Deer
What Is Protocol Owned Liquidity?
Anderson Ezie
How to Stake ETH 2.0
Anderson Ezie
Is Ethereum Centralized?
Anderson Ezie
How Ethereum is Changing the Crypto Narrative
David Akilo
An Intro to the Arbitrum Ecosystem
Can't find what you're looking for?