Real-time Ethereum transaction risk assessment system. Decodes raw on-chain data, classifies transaction types using ABI selectors, and generates probabilistic risk explanations in plain English.
Python · Flask · web3.py · Ethereum RPC
Real-time whale transaction monitor that scans every Ethereum block and surfaces large ETH movements with color-coded risk levels, direct Etherscan links, and optional Telegram alerts.
Python · Flask · web3.py · Telegram Bot API
Lightweight ETL pipeline that continuously extracts Ethereum blocks and full transactions, transforms raw hex data, classifies operation types, and loads structured records into a relational database for rapid analytics.
Python · Flask · web3.py · SQLite · ETL
Real-time analytics dashboard monitoring live Ethereum block streams, gas fee trends, transaction type dominance, and volumetric ETH flows. Updates every 15 seconds from mainnet data.
Python · Flask · web3.py · JavaScript · Real-Time