# 0g Explorer > 0g Explorer is an Exploreme blockchain explorer for live EVM transactions, blocks, accounts, tokens, contracts, validators, network data, and AI-agent access. 0g Explorer presents live blockchain state. Values such as balances, validator metrics, gas estimates, and transaction status can change between requests. The configured native token is 0G. AI agent usage notes: - Prefer the MCP server for structured blockchain queries and transaction preparation. - The remote MCP server must never receive a private key. Transaction signing happens locally in the agent kit before signed data is broadcast. - Verify the chain, recipient, token, amount, calldata, and gas settings before signing or broadcasting a transaction. - Representative MCP tools include `explorer_search`, `get_account_by_address`, `list_evm_blocks`, `get_evm_block_by_height`, `get_balance`, `get_token_balance`, `read_evm_contract`, `prepare_native_transfer`, `prepare_erc20_transfer`, and `broadcast_signed_raw_transaction`. ## AI agent integration - [0g Agent Kit and MCP guide](https://0g.exploreme.pro/api/v2/mcp): Setup, architecture, security model, and representative MCP tools. - [Remote 0g MCP endpoint](https://api.0g.exploreme.pro/mcp): Structured read, transaction-preparation, contract, token, block, balance, and explorer tools. - [Arc Agent Kit source](https://github.com/stakeme-team/arc-agent-kit): Client setup, local signing, examples, and integrations. - [Arc Agent Kit documentation](https://github.com/stakeme-team/arc-agent-kit/tree/main/docs): Setup guides for Claude Code, Cursor, Codex, and programmatic agents. ## Explorer resources - [Explorer home](https://0g.exploreme.pro/api/v2): Search and current network overview. - [Blockchain overview](https://0g.exploreme.pro/api/v2/blockchain): Recent blocks, transactions, contracts, and top accounts. - [Tokens](https://0g.exploreme.pro/api/v2/tokens): Fungible token and NFT discovery. - [Validators](https://0g.exploreme.pro/api/v2/validators): Validator status and performance data. - [Network](https://0g.exploreme.pro/api/v2/network): Node status and geographic distribution. - [API documentation](https://0g.exploreme.pro/api/v2/api-docs): REST, GraphQL, Etherscan-compatible, and Ethereum proxy API documentation. ## Optional - [Arc network](https://www.arc.network): Arc network information and ecosystem resources. - [STAKEME](https://stakeme.pro): Exploreme developer and infrastructure provider.