# 7.1浏览器

`ord` 二进制文件包含一个区块浏览器。 主网区块链浏览器在[ordinals.com](https://ordinals.com)，signet的区块链浏览器在 [signet.ordinals.com](https://signet.ordinals.com). 的 signet 上托管了一个区块浏览器的实例。&#x20;

### 搜索

搜索框接受各种对象表示。

### 区块

区块可以通过哈希来查找，例如创世区块：

[000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f](https://ordinals.com/search/000000000019d6689c085ae165831e934ff763ae46a2a6c172b3f1b60a8ce26f)&#x20;

### 交易

可以通过哈希查找交易，例如创世区块的coinbase交易：

[4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b](https://ordinals.com/search/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b)&#x20;

### 产出

可以通过outpoint搜索交易输出，例如创世块coinbase交易的唯一输出：

[4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0](https://ordinals.com/search/4a5e1e4baab89f3a32518a88c31bc87f618f76673e2cc77ab2127b7afdeda33b:0)&#x20;

### 聪

`聪` 可以按整数搜索，它们在整个比特币供应中的位置：

[2099994106992659](https://ordinals.com/search/2099994106992659)

按十进制，它们的块和该块内的偏移量：

[481824.0](https://ordinals.com/search/481824.0)

按程度，他们的周期，自上次减半以来的区块，自上次难度调整以来的区块，以及区块内的偏移量：

[1°0′0″0‴](https://ordinals.com/search/1%C2%B00%E2%80%B20%E2%80%B30%E2%80%B4)

按照名称，它们使用字母“a”到“z”的 26个字母组合表示：

[ahistorical](https://ordinals.com/search/ahistorical)

或者按百分位数，在开采时已经或将要发行的比特币供应量的百分比：

[100%](https://ordinals.com/search/100%)


---

# 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://www.ordinalscn.org/xu-shu-li-lun-shou-ce/qi-zhi-yin/7.1-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.
