> ## Documentation Index
> Fetch the complete documentation index at: https://docs.hyperlane.xyz/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> This guide can be used to find messages on any network with a Hyperlane deployment. Drill down into messages for more details about their properties and status.

Messages to/from [core chains](/docs/reference/domains) will be searchable by transaction hash, message ID, or sender/recipient address. For other chains, the explorer can be configured to search for messages by providing it a chain config.

### Searching for messages

The [Hyperlane Explorer](https://explorer.hyperlane.xyz/) supports searching for messages using any of the following values:

* Hash of the transaction that initiated the message (origin tx)
* Hash of the transaction that delivered message (destination tx)
* Address of the account that sent the origin transaction
* Address of the account that sent the destination transaction
* Address of the message sender
* Address of the message recipient
* ID of the message

To search, enter your query into the top search bar. You can use the Origin Chain, Destination Chain, and Time filter options to narrow down your search.

<img src="https://mintcdn.com/hyperlane/HBAL3yXYYCHzpGeJ/images/docs/guides/explorer/explorer-search-bar.png?fit=max&auto=format&n=HBAL3yXYYCHzpGeJ&q=85&s=49d2a642e11eb746edb41dfadb6fe256" alt="Explorer search bar" width="1117" height="350" data-path="images/docs/guides/explorer/explorer-search-bar.png" />

<Info>
  Note, by default the explorer will only find message on [core Hyperlane chains](/docs/reference/domains).

  To view messages sent to and/or from other chains, see [Configuring PI Chains](/docs/reference/explorer/configuring-pi-chains).
</Info>

### Permissionless Interoperability[​](#permissionless-interoperability "Direct link to Permissionless Interoperability")

The explorer can be configured to search for messages on any chain with a Hyperlane deployment. See [configuring PI Chains](/docs/reference/explorer/configuring-pi-chains) for details.

### Debugging Messages[​](#debugging-messages "Direct link to Debugging Messages")

If you're trying to debug a problem with message delivery, the [explorer debugging](/docs/reference/explorer/explorer-debugging) page has useful tips.
