A modern, fast, and lightweight blockchain explorer built with Next.js, Viem, and Tailwind CSS. Track real-time blocks, transactions, and addresses with ease.
- Real-time Data: Monitor the latest blocks and transactions as they happen.
- Detailed Views: Deep dive into block specifics, transaction receipts, and address histories.
- Modern UI: Clean, responsive interface built with Tailwind CSS and Lucide icons.
- Developer Friendly: Built with Next.js 15+ and Viem for a type-safe, high-performance experience.
First, run the development server:
npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun devOpen http://localhost:3000 with your browser to see the result.