# 浏览器

{% 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.0:{port}访问。](https://docs.metaid.io/zh/metaid-app-node/http:/127.0.0.0:{port}访问。)

### 浏览器功能

#### 搜索

接受MetaID , PIN Numner, PIN ID 等内容关键字查询，不支持模糊搜索。

#### PIN

所有PIN的列表，按照倒序分页排列。点击某一个pin可以查看更多信息，如：

[9bc429654d35a11e5dde0136e3466faa03507d7377769743fafa069e38580243i0](https://man.metaid.io/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/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.
