https://github.com/salazarsebas/stellar-explorer
Open-source Stellar Explorer for ledgers, accounts, transactions, and Soroban smart contracts.
https://github.com/salazarsebas/stellar-explorer
horizon soroban stellar stellar-explorer stellar-network
Last synced: 5 months ago
JSON representation
Open-source Stellar Explorer for ledgers, accounts, transactions, and Soroban smart contracts.
- Host: GitHub
- URL: https://github.com/salazarsebas/stellar-explorer
- Owner: salazarsebas
- Created: 2026-01-28T22:16:49.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2026-01-31T08:01:50.000Z (5 months ago)
- Last Synced: 2026-01-31T21:30:11.828Z (5 months ago)
- Topics: horizon, soroban, stellar, stellar-explorer, stellar-network
- Language: TypeScript
- Homepage: https://stellar-explorer.acachete.xyz
- Size: 1.72 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Stellar Explorer
A modern block explorer for the Stellar network. Browse transactions, accounts, assets, and Soroban smart contracts with a premium user experience.
## Features
- **Real-time data** — Live updates from Stellar Horizon API
- **Multi-network support** — Public, Testnet, and Futurenet
- **Asset discovery** — View token metadata and logos from stellar.toml
- **Smart contract explorer** — Browse Soroban contract events and data
- **Watchlist** — Track your favorite accounts and assets
- **Dark/Light mode** — Optimized for both themes
## Tech Stack
- Next.js 16 (App Router)
- React 19
- TanStack Query
- Tailwind CSS 4
- Stellar SDK
- Bun
## Getting Started
```bash
# Install dependencies
bun install
# Start development server
bun run dev
# Build for production
bun run build
```
Open [http://localhost:3000](http://localhost:3000) to view the explorer.
## Scripts
| Command | Description |
| ---------------- | ------------------------- |
| `bun run dev` | Start development server |
| `bun run build` | Build for production |
| `bun run start` | Start production server |
| `bun run lint` | Run ESLint |
| `bun run format` | Format code with Prettier |
## License
MIT