Demonstrate the potential of leveraging even minimal on-chain data effectively
This project shows how easily meaningful insights can be derived from blockchain data, including:
From this data, the app estimates:
Just enter any Ethereum address to reveal insights typically unavailable on standard explorers.
Data is sourced from the Blockscout API:
General info:
https://eth.blockscout.com/api/v2/addresses/{address}
Transactions (per chain):
https://{chain}.blockscout.com/api/v2/addresses/{address}/transactions
Token transfers:
https://{chain}.blockscout.com/api/v2/addresses/{address}/token-transfers
ENS data:
https://bens.services.blockscout.com/api/v1/1/addresses:lookuphttps://bens.services.blockscout.com/api/v1/1/domains/{domain}/eventshttps://bens.services.blockscout.com/api/v1/1/domains/{domain}Timestamps from user interactions help infer time zones.
Connections between wallets are estimated by weighting interaction patterns.

