TxLens is an open-source browser extension that enhances blockchain explorers like Etherscan by providing AI-powered summaries and insights for transactions and wallet addresses. It simplifies complex blockchain data, making it easier to understand for both beginners and experienced users.
- π Transaction Insights β Get AI-generated summaries for any Ethereum transaction.
- π Wallet Analysis β See key details about wallet balances, contract verification, and activity.
- β‘ Seamless Integration β Works directly on Etherscan, displaying insights in real time.
- π‘οΈ Risk Indicator β Highlights risky transactions and suspicious activities.
- π Multi-Network Support β Extendable to other EVM-compatible chains.
# Clone the repository
git clone https://github.com/halas77/txlens.git
cd txlens
# Install dependencies
npm install
# Build the project
npm run build- Open
chrome://extensions/ - Enable Developer Mode (top-right corner)
- Click Load unpacked and select the
distfolder
- Navigate to Etherscan.
- Open any transaction (
/tx/..) or wallet (/address/..) page. - TxLens will automatically summarize and display insights!
- Frontend: React, Tailwind CSS
- Scraping & Data Extraction: DOM Parsing, Etherscan API
- AI Integration: Gemini (optional for enhanced summaries)
- Browser Extension Framework: Manifest V3
- TxLens does not store or transmit user data.
- API calls are made locally within the browser.
- No wallet access or private keys are required.
We welcome contributions! To contribute:
# Fork the repository
# Create a new branch (feature/your-feature)
# Commit your changes and push them
# Submit a Pull RequestFor questions, suggestions, or issues:
- Open an issue on GitHub Issues
- Reach out on Twitter
π Enjoy simplified blockchain insights with TxLens!