# Seistream > Seistream is the block explorer for Sei Network (mainnet `pacific-1`, > EVM chain id `1329`). It indexes both the Cosmos SDK layer and Sei EVM: > blocks, transactions, accounts, contracts, tokens, validators, > governance and IBC. Data is available as a web UI and a public JSON API. If you are an agent fetching on-chain data, **use the JSON API** at `https://api.seistream.app/api/v2/*` instead of parsing HTML. `robots.txt` disallows `/transactions/`, `/blocks` and `/codes` HTML on purpose. Reads need no auth. Same payload as the UI. OpenAPI: . For AI tools, connect MCP (streamable HTTP) at `https://api.seistream.app/mcp`. Expanded catalog: [llms-full.txt](https://seistream.app/llms-full.txt). ## Pages - [Home](https://seistream.app/): live blocks and tx feed, chain stats. - [Blockchain](https://seistream.app/blockchain): block time, throughput, fees, supply. - [Stats](https://seistream.app/stats): charts (tx, accounts, gas, tokens). - [Gas tracker](https://seistream.app/gas-tracker): live EVM gas oracles (slow/average/fast). - [Address](https://seistream.app/address/{sei1_or_0x}): canonical account / contract / token page. Accepts `sei1…` or `0x…`. Legacy `/account/*` 308-redirects here; `/contracts/{0x}` 308s to `?tab=contract`. - [Block](https://seistream.app/blocks/{height}): Cosmos + EVM view of one height. - [Transaction](https://seistream.app/transactions/{hash}): Cosmos hash (64 hex) or EVM hash (`0x` + 64 hex). Alias `/tx/{hash}`. - [Tokens](https://seistream.app/tokens): token list (ERC-20/721/1155, CW-20/721, IBC, native). - [Token approvals](https://seistream.app/token-approvals): allowance checker for an address. - [Token transfers](https://seistream.app/token-transfers): global ERC/CW transfer feed. - [Internal transactions](https://seistream.app/internal-transactions): EVM internal call feed. - [Advanced filter](https://seistream.app/advanced-filter): query txs by from/to/method/token. - [Validators](https://seistream.app/validators): active set, voting power, commission, uptime. - [Proposals](https://seistream.app/proposals): governance list; detail at `/proposals/{id}`. - [Relayers](https://seistream.app/relayers): IBC channels and relayer ops. - [Contract verify](https://seistream.app/contracts/verify): Sourcify / Etherscan-compat verification. - [Utilities](https://seistream.app/utilities): address / denom / hash converters. - [Labs](https://seistream.app/labs): node snapshots, state-sync, RPC, upgrades (query `?page=`). - [MCP](https://seistream.app/mcp): how to attach agents to the explorer MCP server. ## APIs - [v2 OpenAPI (Swagger)](https://api.seistream.app/swagger): machine-readable REST schema. - [v2 base](https://api.seistream.app/api/v2): unauthenticated reads. Prefix every path below with this origin. - [Search](https://api.seistream.app/api/v2/search?query=): height, tx hash, `sei1`/`0x`, validator, token, contract. Also `GET /api/v2/search/{query}`. - [Chain status](https://api.seistream.app/api/v2/status): head vs indexed height. - [MCP server](https://api.seistream.app/mcp): streamable HTTP. `{"mcpServers":{"seistream":{"url":"https://api.seistream.app/mcp"}}}`. ## Optional - [Full API & conventions](https://seistream.app/llms-full.txt): endpoint catalog, dual-address mapping, MCP client snippets. - [Testnet explorer](https://testnet.seistream.app/): atlantic-2, EVM chain id `1328`. - [Sei docs](https://docs.sei.io/): protocol, EVM, CosmWasm, IBC. - [Sei Agent Kit](https://github.com/stakeme-team/sei-agent-kit): SDK + Claude Code skills wrapping the MCP. - [Bug report](https://feedback.stakeme.pro): product issues. - [Contact](mailto:team@stakeme.pro): team@stakeme.pro.