# CheeseRobot

> Bitcoin and Lightning Network explorer. Live network stats, node details, block explorer, fee estimates, and mining pool analytics.

## Lightning Network

- [Node Search](https://cheeserobot.org/search?q=): Search for Lightning nodes by alias
- [Node Detail](https://cheeserobot.org/node/{pubkey_or_slug}): Detailed node info with channels, capacity, and fee stats
- [Network Overview](https://cheeserobot.org/): Dashboard with node/channel counts, capacity, and median metrics
- [Communities](https://cheeserobot.org/groups): Amboss community directory with member lists

## Bitcoin

- [Block Explorer](https://cheeserobot.org/block/{height_or_hash}): Block details with transactions and miner info
- [Recent Blocks](https://cheeserobot.org/blocks): Latest 50 blocks with timing and size stats

## Price

- [Current Price](https://cheeserobot.org/price/latest.json): Latest BTC/USD price as JSON
- [Historical Price](https://cheeserobot.org/price/unix/{timestamp}.json): Price lookup by Unix timestamp

## Network Stats

- [Fee Estimates](https://cheeserobot.org/fees): Current fee estimates and mempool info
- [Mining Pools](https://cheeserobot.org/mining): Mining pool distribution (24h and 7d)

## Markdown Pages

All key pages have clean markdown versions by appending `.md` to the URL:

- [Dashboard](https://cheeserobot.org/index.html.md): Network overview stats
- [Node Detail](https://cheeserobot.org/node/{pubkey_or_slug}.md): Node info as markdown
- [Block Detail](https://cheeserobot.org/block/{height}.md): Block info as markdown
- [Fee Estimates](https://cheeserobot.org/fees.md): Fee estimates as markdown
- [Mining Pools](https://cheeserobot.org/mining.md): Mining pool stats as markdown

## API

- [OpenAPI Spec](https://cheeserobot.org/openapi.json): OpenAPI 3.1 specification for all JSON endpoints
- [MCP Endpoint](https://cheeserobot.org/mcp): Model Context Protocol server for programmatic access to all data (JSON-RPC 2.0 over HTTP POST)
