# 浏览器

{% hint style="info" %}
我們已部署了 MAN 瀏覽器，源代碼也已開源到 Github 上：\
<https://man.metaid.io/>
{% endhint %}

MAN 索引器內置一個 MetaID 瀏覽器，支持 MetaID 相關數據查詢。

### 運行

程序運行時指定 `server` 參數為 `1` 即可啟動一個 HTTP Web 服務：

```jsx
./manindexer  -server=1 
```

服務的默認端口是 `80/443`，如果需要特別指定端口，可以通過配置文件的 `web` 分類下的 `port` 指定。

服務啟動後，通過 `http://127.0.0.1:{port}` 訪問。

### 瀏覽器功能

**搜索**

接受 MetaID 、PIN Number、PIN ID 等內容關鍵字查詢，不支持模糊搜索。

**PIN**

所有 PIN 的列表，按照倒序分頁排列。點擊某一個 PIN 可以查看更多信息，如： `9bc429654d35a11e5dde0136e3466faa03507d7377769743fafa069e38580243i0`

**MetaID**

所有 MetaID 列表，按創建時間由大到小排列。點擊某一個 MetaID 可查看創建該 MetaID 的 PIN。

**Block**

按照區塊的高度倒序排列，列出所有有 MetaID 協議數據的區塊。點擊卡片可以查看具體該區塊中的交易詳情，如： <https://man.metaid.io/block/844453>

**Mempool**

內存池中 MetaID 數據列表，出塊後自動刪除。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.metaid.io/zh-hk/metaid-app-node/liu-lan-qi.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
