# app_explorer_data

App-only: fetches BSV price, chain info, decodes transactions, and looks up addresses.

## Result

Explorer data for the dashboard query.

## Permissions

No spending approval is requested by this handler. Public network lookups can still fail or require a compatible service.

## Definition 1 (full)

Registered in: Before wallet setup; Legacy local wallet; Legacy local identity; Local Vault · broadcasting disabled; Local Vault · all roles; Local Vault · payment role only; Project · payments scope; External BRC-100 wallet; Local Vault + sponsor; Droplit wallet.

App-only: fetches BSV price, chain info, decodes transactions, and looks up addresses.

| Field | Type | Required | Description | Constraints |
| --- | --- | --- | --- | --- |
| txid | string | No | Transaction ID to decode |  |
| address | string | No | Address to look up balance/history |  |

Nested requirements apply when their parent is supplied.

### Input schema

```json
{
  "type": "object",
  "properties": {
    "txid": {
      "description": "Transaction ID to decode",
      "type": "string"
    },
    "address": {
      "description": "Address to look up balance/history",
      "type": "string"
    }
  },
  "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

[All tools](https://bsvmcp.com/docs/tools)