A modern, high-performance blockchain explorer for the Movement Network, built with Next.js 15 and Tailwind CSS v4.
- Block & Transaction Exploration: Real-time viewing of blocks, transactions, and network status.
- Account Details: Comprehensive view of account balances, resources, modules, and transaction history.
- Advanced Search: Global search for addresses, transactions, blocks, and modules.
- Visualizations: Interactive charts for network statistics, gas usage, and token flows.
- Responsive Design: Optimized for both desktop and mobile devices with a premium UI.
- Developer Friendly: JSON view for raw data, resource tree views, and move module code viewing.
- Framework: Next.js 15 (App Router)
- Styling: Tailwind CSS v4
- State Management: TanStack Query
- Animation: Framer Motion
- Icons: Lucide React
- Charts: Recharts
- Utils: Class Variance Authority (CVA), clsx, tailwind-merge
Check out our development roadmap for planned features and milestones:
- Phase 1: MVP Core Features (Basic browsing, Search)
- Phase 2: Feature Enhancement (Deep details, Charts, Animation)
- Phase 3: Optimization & Launch (Dashboard, Theming, Performance)
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.
The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.