A block explorer for Farcaster | casterscan.com
Casterscan is a block explorer for Farcaster. It currently lets you view:
- a firehose of the latest casts, either as a list or grid
- the details of any cast(text, embeds, responses per API/Snapchain provider)
There are two goals for Casterscan's utility:
- make it easy to access Farcaster data
- give each atomic unit of data available on Snapchain its own URL
- Install dependencies:
bun install - Copy
.env.exampleto.env.localand add yourNEYNAR_API_KEYandAPI_URL(defaulthttp://localhost:4000) - Run the development server:
- Both:
bun run dev - Web only:
bun run dev:web - API only:
bun run dev:api
- Both:
Deploy with Vercel. Deploy the API first, then the Web (the web app needs the API URL).
API — Requires NEYNAR_API_KEY |
Web — Requires API_URL |
apps/web— Casterscan Next.js appapps/api— Farcaster API (Express + Redis)
Have any questions/comments or want to keep up with/contribute to Casterscan?

![Casterscan user signer data on /fids/[fid] as of 9/7/25](https://i.imgur.com/6zFB2dK.png)