Aetherlens is a lightweight Ethereum-based blockchain explorer that allows users to interact with on-chain data through an intuitive interface and RESTful URLs. It provides detailed insights into blocks, transactions, smart contracts, and real-time statistics.
View the total number of blocks, total transactions, and total contracts created on the network.
Track the latest transactions on the network.
Get detailed decoded input data for each transaction.
Hourly transaction breakdown for the current day.
Daily transaction counts for the last 10 days.
View all transactions involving smart contracts.
Decode contract interactions using input data and ABI.
Decode any transaction if you know the input data and ABI.
Search by:
Block number
Transaction hash
Use URL parameters to access specific blocks, transactions, contracts directly.




Edit the env.dev file with the parameters you need
git clone git@github.com:Kerala-Blockchain-Academy/aetherlens.git
cd aetherlens
make up