BTC Ordinals
About 15 min
BTC Ordinals
Query with txid, return inscription details
GET
https://services.tokenview.io/vipapi/ord/tx/{txid}?apikey={apikey}
Parameters
- {txid}:BTC transaction ID
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/tx/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": [
{
"block": 784858,
"txHash": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b",
"input": "f7ff72880cf40ddc000426fc6db9b97e1c7c2f667d6f328a5273c4e8364841af:290",
"output": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b:0",
"satIndex": 0,
"outputAddr": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n",
"outputValue": "331",
"isGenesis": 1,
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"inscriprionInfo": {
"genesisHeight": "784858",
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b",
"contentType": "image/png",
"locationHeight": 789790
}
}
]
}
Response Description
"data": [
{
"block": 784858, // block height
"txHash": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b", // transaction hash
"input": "f7ff72880cf40ddc000426fc6db9b97e1c7c2f667d6f328a5273c4e8364841af:290",
"output": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b:0",
"satIndex": 0,
"outputAddr": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n",
"outputValue": "331",
"isGenesis": 1, // 1: create, 2: transfer
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"inscriprionInfo": {
"genesisHeight": "784858", // The block height in which the inscription is created
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b", // The transaction that created inscription
"contentType": "image/png",
"locationHeight": 789790
}
}
]
Query with inscription id, return inscription details
GET
https://services.tokenview.io/vipapi/ord/inscription/byid/{inscriptionId}?apikey={apikey}
Parameters
- {inscriptionId}:inscription id
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/inscription/byid/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"genesisHeight": "784858",
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b",
"contentType": "image/png",
"locationHeight": 789790
}
}
Response Description
"data": {
"genesisHeight": "784858", // The block height in which the inscription is created
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b", // The transaction that created inscription
"contentType": "image/png",
"locationHeight": 789790
}
Query with inscription num, return inscription details
GET
https://services.tokenview.io/vipapi/ord/inscription/bynum/{inscriptionNum}?apikey={apikey}
Parameters
- {inscriptionNum}:inscription number
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/inscription/bynum/1068130?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"genesisHeight": "784858",
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b",
"contentType": "image/png",
"locationHeight": 789790
}
}
Response Description
"data": {
"genesisHeight": "784858", // The block height in which the inscription is created
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b", // The transaction that created inscription
"contentType": "image/png",
"locationHeight": 789790
}
Query with inscription id, return all transactions of inscription
GET
https://services.tokenview.io/vipapi/ord/inscription/txs/{inscriptionId}/{page}/{pageSize}?apikey={apikey}
Parameters
- {inscriptionId}:inscription id
- {page}: 1,2,3,......50 (Max)
- {pageSize}: transactions per page. 50 transactions is the Max per page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/inscription/txs/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 2,
"data": [
{
"block": 789790,
"from": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n",
"time": 1684116827,
"to": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"type": "transfer",
"txHash": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506"
},
{
"block": 784858,
"from": "bc1pu2mu6pldn92czpgrfw3crky8f4jc2qeedzfjv2ez9jwqsgnpa2jsllad0t",
"time": 1681180823,
"to": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n",
"type": "created",
"txHash": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b"
}
]
}
}
Response Description
"data": [
{
"block": 789790, // block height
"from": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n", // from address
"time": 1684116827, // timestamp
"to": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np", // to address
"type": "transfer", // transaction type
"txHash": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506" // transaction hash
},
{
"block": 784858,
"from": "bc1pu2mu6pldn92czpgrfw3crky8f4jc2qeedzfjv2ez9jwqsgnpa2jsllad0t",
"time": 1681180823,
"to": "bc1pguj4a4tzq74pnutf5vcd55jj0nlapmrx85ajn7h8vx5q4mruwylswlv50n",
"type": "created",
"txHash": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b"
}
]
Query with address, returns a list of inscriptions it owns
GET
https://services.tokenview.io/vipapi/ord/address/{address}/{page}/{pageSize}?apikey={apikey}
Parameters
- {address}: btc address
- {page}: 1,2,3,......50 (Max)
- {pageSize}: transactions per page. 50 transactions is the Max per page
- {apikey}: Get your activated apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/address/bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np/1/10?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 10,
"total": 17,
"data": [
{
"genesisHeight": "784919",
"inscriptionId": "ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15i0",
"outputValue": "546",
"output": "2ddca85f51707c243a5ed6cd6ff6fdb442d6177ab0c8e523d9fead7c2a50a7a4:2",
"inscriptionNum": "1075664",
"createdTime": "2023-04-11 13:02:11 UTC",
"contentLink": "/content/ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15i0",
"location": "2ddca85f51707c243a5ed6cd6ff6fdb442d6177ab0c8e523d9fead7c2a50a7a4:2:0",
"contentLength": "349 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15",
"contentType": "image/png",
"locationHeight": 789781
},
{
"genesisHeight": "784858",
"inscriptionId": "5475a699233f09acf67c7d225a100ce0a71587b08c681bdd38927d0bd6beca5ci0",
"outputValue": "331",
"output": "11e1bb47e8bca42f3b72f113ee4e329d13453da6927c94275cd67c758311d4bd:2",
"inscriptionNum": "1068291",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/5475a699233f09acf67c7d225a100ce0a71587b08c681bdd38927d0bd6beca5ci0",
"location": "11e1bb47e8bca42f3b72f113ee4e329d13453da6927c94275cd67c758311d4bd:2:0",
"contentLength": "369 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "5475a699233f09acf67c7d225a100ce0a71587b08c681bdd38927d0bd6beca5c",
"contentType": "image/png",
"locationHeight": 789794
},
{
"genesisHeight": "784858",
"inscriptionId": "96ef24068738ee81313b5c96005543bc5129f3de2a891ca2fc6b159b6083e897i0",
"outputValue": "331",
"output": "18ff2545c0b68d2fc886c17d9d20e4cdb5c44950c526ee79bdbd25c27d7b8d6d:2",
"inscriptionNum": "1068401",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/96ef24068738ee81313b5c96005543bc5129f3de2a891ca2fc6b159b6083e897i0",
"location": "18ff2545c0b68d2fc886c17d9d20e4cdb5c44950c526ee79bdbd25c27d7b8d6d:2:0",
"contentLength": "339 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "96ef24068738ee81313b5c96005543bc5129f3de2a891ca2fc6b159b6083e897",
"contentType": "image/png",
"locationHeight": 789796
},
{
"genesisHeight": "784858",
"inscriptionId": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"outputValue": "331",
"output": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2",
"inscriptionNum": "1068130",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0bi0",
"location": "6bd0381de7570573708e281ca99819af8a0507c7806085be1b3ef90ed6c55506:2:0",
"contentLength": "342 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "153f70fcb169a138ac5ad3ad0af8ea9917b2fd476b83af8b9439bc9dfd839e0b",
"contentType": "image/png",
"locationHeight": 789790
},
{
"genesisHeight": "784858",
"inscriptionId": "95c9e82ded5906f9e907dcb061c7dfe16b687d22c0471ee9dd0ee3eda21a3619i0",
"outputValue": "331",
"output": "a9bb7e76fcdd6cba6619630bcf7d50bb166bdaf568e88147d385fed0fee2ec63:2",
"inscriptionNum": "1068156",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/95c9e82ded5906f9e907dcb061c7dfe16b687d22c0471ee9dd0ee3eda21a3619i0",
"location": "a9bb7e76fcdd6cba6619630bcf7d50bb166bdaf568e88147d385fed0fee2ec63:2:0",
"contentLength": "405 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "95c9e82ded5906f9e907dcb061c7dfe16b687d22c0471ee9dd0ee3eda21a3619",
"contentType": "image/png",
"locationHeight": 789794
},
{
"genesisHeight": "784858",
"inscriptionId": "f67bc352c0215e2a3c2e17eb84f7d647c7e84706d490eebd143ddc54c4405ef1i0",
"outputValue": "331",
"output": "370fac526ca76e5d430b0d4c28b8553fec4e618fbb11e81e2a5f36f48dc48dfc:2",
"inscriptionNum": "1068554",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/f67bc352c0215e2a3c2e17eb84f7d647c7e84706d490eebd143ddc54c4405ef1i0",
"location": "370fac526ca76e5d430b0d4c28b8553fec4e618fbb11e81e2a5f36f48dc48dfc:2:0",
"contentLength": "378 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "f67bc352c0215e2a3c2e17eb84f7d647c7e84706d490eebd143ddc54c4405ef1",
"contentType": "image/png",
"locationHeight": 789825
},
{
"genesisHeight": "784858",
"inscriptionId": "c2847dae8b3e930e2cc25e64fc5be850eb7a436c3696b5aa15fc44618b7192aai0",
"outputValue": "331",
"output": "a659d94fe5c81ec5c428e69a12b464fb3be0dcdce716ab247304f6d4a5c17ab5:2",
"inscriptionNum": "1068425",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/c2847dae8b3e930e2cc25e64fc5be850eb7a436c3696b5aa15fc44618b7192aai0",
"location": "a659d94fe5c81ec5c428e69a12b464fb3be0dcdce716ab247304f6d4a5c17ab5:2:0",
"contentLength": "349 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "c2847dae8b3e930e2cc25e64fc5be850eb7a436c3696b5aa15fc44618b7192aa",
"contentType": "image/png",
"locationHeight": 789797
},
{
"genesisHeight": "784858",
"inscriptionId": "fd8d6cc3e23c656e5add8b5ee28dfffaad6797e63ec5a2797aff375b9ec7775ei0",
"outputValue": "331",
"output": "e2dafc49a4cf6fd357510e33d3a4d02480dcc5a734bd8477e0792e81a3bed35d:2",
"inscriptionNum": "1068296",
"createdTime": "2023-04-11 02:40:23 UTC",
"contentLink": "/content/fd8d6cc3e23c656e5add8b5ee28dfffaad6797e63ec5a2797aff375b9ec7775ei0",
"location": "e2dafc49a4cf6fd357510e33d3a4d02480dcc5a734bd8477e0792e81a3bed35d:2:0",
"contentLength": "318 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "fd8d6cc3e23c656e5add8b5ee28dfffaad6797e63ec5a2797aff375b9ec7775e",
"contentType": "image/png",
"locationHeight": 789796
},
{
"genesisHeight": "784852",
"inscriptionId": "15741d382c232fffb8c6c961d4db28f9eacb5bf80cc34f4cb00185f04fd73e7di0",
"outputValue": "546",
"output": "9ba451931ffaf8c2dc1e18389f79868370c2b001acc35901749e39601fcdd63c:2",
"inscriptionNum": "1066005",
"createdTime": "2023-04-11 02:00:30 UTC",
"contentLink": "/content/15741d382c232fffb8c6c961d4db28f9eacb5bf80cc34f4cb00185f04fd73e7di0",
"location": "9ba451931ffaf8c2dc1e18389f79868370c2b001acc35901749e39601fcdd63c:2:0",
"contentLength": "374 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "15741d382c232fffb8c6c961d4db28f9eacb5bf80cc34f4cb00185f04fd73e7d",
"contentType": "image/png",
"locationHeight": 789872
},
{
"genesisHeight": "784848",
"inscriptionId": "365a353f7ecd180f55e47ec337d87a964740b78bce33e6f0855fb3cad0561b6ai0",
"outputValue": "331",
"output": "69ce529465619da0c247c766b9effeaa6d8f311b5cb8f1f8b7c365a42c65ef59:2",
"inscriptionNum": "1064777",
"createdTime": "2023-04-11 01:44:51 UTC",
"contentLink": "/content/365a353f7ecd180f55e47ec337d87a964740b78bce33e6f0855fb3cad0561b6ai0",
"location": "69ce529465619da0c247c766b9effeaa6d8f311b5cb8f1f8b7c365a42c65ef59:2:0",
"contentLength": "313 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "365a353f7ecd180f55e47ec337d87a964740b78bce33e6f0855fb3cad0561b6a",
"contentType": "image/png",
"locationHeight": 789787
}
]
}
}
Response Description
"data": [
{
"genesisHeight": "784919", // The block height in which the inscription is created
"inscriptionId": "ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15i0",
"outputValue": "546",
"output": "2ddca85f51707c243a5ed6cd6ff6fdb442d6177ab0c8e523d9fead7c2a50a7a4:2",
"inscriptionNum": "1075664",
"createdTime": "2023-04-11 13:02:11 UTC",
"contentLink": "/content/ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15i0",
"location": "2ddca85f51707c243a5ed6cd6ff6fdb442d6177ab0c8e523d9fead7c2a50a7a4:2:0",
"contentLength": "349 bytes",
"ownerAddress": "bc1pmp3y938d8panfpwph5uah7gjvha5d62uqh6rj7zuegr47malv45sfl40np",
"genesisTransaction": "ab6881fe414029e73de79fdfbec49c45799322995cb02cf7ecb932f91f3f1c15", // The transaction that created inscription
"contentType": "image/png",
"locationHeight": 789781
}
]
Get the Mint/Transfer/Deploy list of the specified block height of Ordinals
GET
https://services.tokenview.io/vipapi/ord/txs/{blockHeight}/{type}/{address}/{page}/{pageSize}?apikey={apikey}
Parameters
- {blockHeight} : Block height on Bitcoin chain
- {type} : all、mint、transfer、deploy
- {address} : all、Specified btc address
- {page} : 1,2,3,...50 (Max);
- {pageSize} : 1,2,3...50 (Max);
- {apikey} : Get your own apikey from the API system: https://services.tokenview.io
Request
curl --location https://services.tokenview.io/vipapi/ord/txs/805000/all/all/1/50?apikey={apikey}
Response
{
"code": 1,
"msg": "成功",
"data": {
"page": 1,
"size": 50,
"total": 2103,
"data": [
{
"block": 805000,
"txHash": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:184",
"output": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0",
"inscriptionNum": "26769914",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"location": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:257",
"output": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5:0",
"inscriptionNum": "26770505",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5i0",
"location": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "005ab8285fe3b12edae4ab5bc3ff9afe78ea9bd440d42e8c3caf285bee22eba5",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:450",
"output": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0:0",
"inscriptionNum": "26769595",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0i0",
"location": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "006ccf6a9f826b38a4e378203b71cbb917aa57ff53f0affe3d803e944f42bff0",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:200",
"output": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275:0",
"inscriptionNum": "26770317",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275i0",
"location": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "006db3f295026bcaaa514cc3387725b137c23c7ac39e3753fdd3896ea5579275",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:362",
"output": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3:0",
"inscriptionNum": "26770659",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3i0",
"location": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "00a88e5d7d95e1517efd6616a8bd7f2a29a87dc80828582dac79f5b4b4bac2d3",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7f",
"input": "d0fc924ad1c5d44d83df2d3b3517a3a6775ba548d294b1ef2c8132e941db0630:10",
"output": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7f:0",
"satIndex": 0,
"outputAddr": "bc1qhhsruc6km769yzgvl88axy8tsxtsnllsm83546",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7fi0",
"inputAddr": "bc1pvwyuls06en3lmkfqak5uczsmj3uescv9lx87s7n75x0zkvsg2jhqcv92t0",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7fi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7f:0",
"inscriptionNum": "26769863",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7fi0",
"location": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7f:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1qhhsruc6km769yzgvl88axy8tsxtsnllsm83546",
"genesisTransaction": "00b8b771b0491680741cea97fd22ce3e27ff45766249c4282d9a0b0e813cdb7f",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:165",
"output": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722:0",
"inscriptionNum": "26768825",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722i0",
"location": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "00ddc573ae8b78d767c7b8500295cd8bacd1a796b2ea2c096f868f8835461722",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fad",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:339",
"output": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fad:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fadi0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fadi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fad:0",
"inscriptionNum": "26769355",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fadi0",
"location": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fad:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "00e85f618129eff998eb3229ae89cb0b9a317882c14680a3290d0f42d85c7fad",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:233",
"output": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158:0",
"inscriptionNum": "26769027",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158i0",
"location": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "01044b21b47b008118162e4a488a4ecd3eda3f178c460fda575b618d91288158",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1c",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:142",
"output": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1c:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1ci0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1ci0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1c:0",
"inscriptionNum": "26769998",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1ci0",
"location": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1c:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "01261669b7e7094acdfac00d0d9633d659d3732f7a9787c163ff934f0064ee1c",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:433",
"output": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459:0",
"inscriptionNum": "26769032",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459i0",
"location": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "013ad1616d32249278992dbb9ae8eb18380d79bfe0857949f719cffda8433459",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:437",
"output": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8:0",
"inscriptionNum": "26770614",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8i0",
"location": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "013eb31a97160ca7109a20c13202e176c3b7a6c58738937a869ed0b1cdb971c8",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:158",
"output": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54:0",
"inscriptionNum": "26770192",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54i0",
"location": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "016b9b36b17bba5fe510d0f33fb60d73bfc4ea12f1e88ebc1bb52161fdd97a54",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:381",
"output": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712:0",
"inscriptionNum": "26769954",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712i0",
"location": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "0184005a450da3dff023adaaa72d25ab01965876a5a290186e8367af2bd2f712",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72d",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:254",
"output": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72d:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72di0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72di0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72d:0",
"inscriptionNum": "26770057",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72di0",
"location": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72d:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "018789f5c04720a968d5a118f90d7ee512f6f702521c29f99a023753a04cd72d",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:298",
"output": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509:0",
"inscriptionNum": "26769921",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509i0",
"location": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "018d86e15479171ecbc4e956b7429122e7242812e5959aaf82ac25eec5b04509",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7",
"input": "552bb895e71a9fb92771ac59eee3091e8f80db4c93e1da0b34e9637c788711f1:268",
"output": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7:0",
"satIndex": 0,
"outputAddr": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7i0",
"inputAddr": "bc1p7hmfxcshett7zk5vg8e95exnjaguvc95l8pwm48k6p0md2ekwk9qengssk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"100000000\"}",
"output": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7:0",
"inscriptionNum": "26769708",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7i0",
"location": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7:0:0",
"contentLength": "58 bytes",
"ownerAddress": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"genesisTransaction": "0196fdae759664d70179ea0235a3a2ca5a5ce712cc0e6a7f12151653e24829d7",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6a",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:106",
"output": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6a:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6ai0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6ai0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6a:0",
"inscriptionNum": "26770277",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6ai0",
"location": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6a:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "01dda40561c7a94536dada6aab1971a8f3feb0c2b5b5b97b037579fe1b7bec6a",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18d",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:139",
"output": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18d:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18di0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18di0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18d:0",
"inscriptionNum": "26770409",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18di0",
"location": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18d:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "01f4124cf8b840d75b570a8d9bef894475f6d9b526b47ba091ffc9c6bea4a18d",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:185",
"output": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9i0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9:0",
"inscriptionNum": "26769568",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9i0",
"location": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "0205401ef61f672b8bf154d95fe13e8bcd38fcdf183a6ded892ec7535be913e9",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:403",
"output": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089:0",
"inscriptionNum": "26769208",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089i0",
"location": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "020780d6a1546131ded4903ae844068c33b8b3b36d9d0def69beb259fc862089",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:134",
"output": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6:0",
"inscriptionNum": "26769450",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6i0",
"location": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "02104393006ffcf866b68e5f0056095d4279198d842e30f53a146872fdff7bc6",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2",
"input": "552bb895e71a9fb92771ac59eee3091e8f80db4c93e1da0b34e9637c788711f1:450",
"output": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2:0",
"satIndex": 0,
"outputAddr": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2i0",
"inputAddr": "bc1p7hmfxcshett7zk5vg8e95exnjaguvc95l8pwm48k6p0md2ekwk9qengssk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"100000000\"}",
"output": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2:0",
"inscriptionNum": "26769768",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2i0",
"location": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2:0:0",
"contentLength": "58 bytes",
"ownerAddress": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"genesisTransaction": "021289501e4b52bac29feccfd2d990af9bf0e8304eed699da85d22ffd9095cf2",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cc",
"input": "552bb895e71a9fb92771ac59eee3091e8f80db4c93e1da0b34e9637c788711f1:317",
"output": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cc:0",
"satIndex": 0,
"outputAddr": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cci0",
"inputAddr": "bc1p7hmfxcshett7zk5vg8e95exnjaguvc95l8pwm48k6p0md2ekwk9qengssk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cci0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"100000000\"}",
"output": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cc:0",
"inscriptionNum": "26769684",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cci0",
"location": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cc:0:0",
"contentLength": "58 bytes",
"ownerAddress": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"genesisTransaction": "024f3914cb41bc2c89034ff7355c6c887a78438744f9eefd4dbe99361fc598cc",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97",
"input": "845137bbc9cb92e0149f7a9c68130f417598ebe53e3931a96403cb53d203de7c:16",
"output": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97i0",
"inputAddr": "bc1pzapnk3lwuf55r0p0ujxs4s87rge5nkmfm6wwsra5gvv7xy3l4lnsmwt3lu",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97:0",
"inscriptionNum": "26769820",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97i0",
"location": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "026437524880930183883e7fbf1390183353d05d66197a671fea544de9f51d97",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:353",
"output": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36:0",
"inscriptionNum": "26770086",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36i0",
"location": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "02692ad562674917298814d10da73c35faeef248305ef12af989ea36e8ceaa36",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178e",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:47",
"output": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178e:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178ei0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178ei0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178e:0",
"inscriptionNum": "26769227",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178ei0",
"location": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178e:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "026a6c082514f76885fc090467e3bc83ade4b311634ee7bb796357efcb83178e",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0a",
"input": "845137bbc9cb92e0149f7a9c68130f417598ebe53e3931a96403cb53d203de7c:19",
"output": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0a:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0ai0",
"inputAddr": "bc1pzapnk3lwuf55r0p0ujxs4s87rge5nkmfm6wwsra5gvv7xy3l4lnsmwt3lu",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0ai0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0a:0",
"inscriptionNum": "26769809",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0ai0",
"location": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0a:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "027482288fd604dd6d645bc665e5431d541cc30c241f92c55051c551472dfb0a",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:276",
"output": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1:0",
"inscriptionNum": "26770715",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1i0",
"location": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "027775b3cc07033a203a598661bb389ea4254d8eb639ea91b181fa366fa1aae1",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:245",
"output": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315i0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315:0",
"inscriptionNum": "26768784",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315i0",
"location": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "027da4cd30b33ccc415606291032dfe64479739b927e8c79ec7e5c316b076315",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcd",
"input": "552bb895e71a9fb92771ac59eee3091e8f80db4c93e1da0b34e9637c788711f1:448",
"output": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcd:0",
"satIndex": 0,
"outputAddr": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcdi0",
"inputAddr": "bc1p7hmfxcshett7zk5vg8e95exnjaguvc95l8pwm48k6p0md2ekwk9qengssk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcdi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"100000000\"}",
"output": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcd:0",
"inscriptionNum": "26769688",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcdi0",
"location": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcd:0:0",
"contentLength": "58 bytes",
"ownerAddress": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"genesisTransaction": "027dac30f38640d5a7717296dde03f361229ac41a954fef16b4f5996d0871bcd",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1e",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:192",
"output": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1e:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1ei0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1ei0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1e:0",
"inscriptionNum": "26770003",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1ei0",
"location": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1e:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "029c37606543dbcbe6a08a97740be410fcd44f3b16098f644e77314ce3903d1e",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643f",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:382",
"output": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643f:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643fi0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643fi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643f:0",
"inscriptionNum": "26768929",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643fi0",
"location": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643f:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "02f0c0215eaa5ac8beb54fa67a7f0c9b3495882bace7c54700779e9d4797643f",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3",
"input": "552bb895e71a9fb92771ac59eee3091e8f80db4c93e1da0b34e9637c788711f1:143",
"output": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3:0",
"satIndex": 0,
"outputAddr": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3i0",
"inputAddr": "bc1p7hmfxcshett7zk5vg8e95exnjaguvc95l8pwm48k6p0md2ekwk9qengssk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"100000000\"}",
"output": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3:0",
"inscriptionNum": "26769700",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3i0",
"location": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3:0:0",
"contentLength": "58 bytes",
"ownerAddress": "bc1qfe2ml003cu5vcvlkhf3dr4exz2lmnm66ltw9r5",
"genesisTransaction": "02f13f2e21a52b2278e6f39609dff3835ef6af09e58a3f2b2a8692110499e2d3",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593b",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:474",
"output": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593b:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593bi0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593bi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593b:0",
"inscriptionNum": "26770100",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593bi0",
"location": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593b:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "030c345b66232b96186d5d5dfc17c57a86ae54a70a83c72d74ac6e33c9b9593b",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:375",
"output": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28:0",
"inscriptionNum": "26768851",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28i0",
"location": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "033f6d086402ba6789273f61c83d6c51cda83ad559c117309d2ab5046a6d1b28",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:111",
"output": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17i0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17:0",
"inscriptionNum": "26769968",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17i0",
"location": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "035cbc8a04bf5e6400c30caca9fd45d725e67ceeb3f7dc446bf3ea784f663a17",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8f",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:29",
"output": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8f:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8fi0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8fi0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8f:0",
"inscriptionNum": "26770416",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8fi0",
"location": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8f:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "035f06fecbed2a34125945615ae7bf245f321128432c5872ea397882562e1e8f",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6",
"input": "994616a9cd145021daa224f7ad1c5a56b00b12cc2ca953782eadc1c10df9268d:4",
"output": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6:0",
"satIndex": 0,
"outputAddr": "bc1qhhsruc6km769yzgvl88axy8tsxtsnllsm83546",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6i0",
"inputAddr": "bc1pg05dcyvcm7lxy37jglgg89fsm0wqet2326p0fxyxrhszfyurnuhshraxgk",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6:0",
"inscriptionNum": "26769669",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6i0",
"location": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1qhhsruc6km769yzgvl88axy8tsxtsnllsm83546",
"genesisTransaction": "03bb795ea264f1f633d56d54323cd5da2e31a5ba788e2004b40833e9fad155e6",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:298",
"output": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25i0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25:0",
"inscriptionNum": "26768837",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25i0",
"location": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "03bf7decf528558bb94be1a9383379caae3e2f35159fd2b2d9aa596bad256f25",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:407",
"output": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206i0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206:0",
"inscriptionNum": "26769906",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206i0",
"location": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "03f51a93cace8bdbce0f193fa48804df529f25cc186756ad2308d2e9ab342206",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:460",
"output": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458i0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458:0",
"inscriptionNum": "26770214",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458i0",
"location": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "0409fa6b159bbca2b6ce10b6ec80180720cf381a0fef9c7b8b2931ae0e7cc458",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18",
"input": "fe0d3335fd64cf56911f0103ffc3e299b2f7fcb54080575b931315e3befc22c2:266",
"output": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18i0",
"inputAddr": "bc1pe6wg5kdz3d2tk2v2ma0z7qja7qrvr9a6qjwu9mp0vdchtlqcnftswl828k",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18:0",
"inscriptionNum": "26769980",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18i0",
"location": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "0424bfcc5cc6a44bb1a63e4b45a1ce03f29c87078cd9e585f9f7010aa812de18",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146d",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:194",
"output": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146d:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146di0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146di0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146d:0",
"inscriptionNum": "26770288",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146di0",
"location": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146d:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "042b609f5987a16059922cbdd5be0a65a5a7d328cdd0d01cb0955e2a81cb146d",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4",
"input": "707e016a9b8ef3c02d393086513e08bafdddf6250f5a2ac9f177db0676d79c4b:20",
"output": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4i0",
"inputAddr": "bc1prn7dcfkl3hjhajptea0ylcx3n9nasalmf60wlzkef66nc3kfsc8qwp8gg4",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4:0",
"inscriptionNum": "26769852",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4i0",
"location": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "042e6ae32de1d6d55c4b08ef794eb033575e6a3e0361e32521ff353f514afae4",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:397",
"output": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696i0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696:0",
"inscriptionNum": "26769247",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696i0",
"location": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "0456bf87f263674098242cbc75de1feec2c04934d2d38a4969abbdc2110fc696",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:236",
"output": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310:0",
"inscriptionNum": "26768757",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310i0",
"location": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "04646a506c2790f8ae105d75dbba3601935e145c332f2a15b4d212eabce52310",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83",
"input": "3f516a32272c1d66b89de372350ad286634b7cc7e2622905ca731b0cd22bf876:320",
"output": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83i0",
"inputAddr": "bc1plyjhptk4svmg20mk5lw4fpynwwpk58zgxw07k8l9dew0328uajjslkn26h",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83:0",
"inscriptionNum": "26769187",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83i0",
"location": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "046bea160dfc2a97b97a7e02d409e713b85283c9707803b8f9d15da2d0722e83",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3c",
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:466",
"output": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3c:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3ci0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3ci0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3c:0",
"inscriptionNum": "26770105",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3ci0",
"location": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3c:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "048fe3bf0c9930590c175c9674252c54e661b3af59b7bf72dac5d3bc881aba3c",
"contentType": "text/plain"
}
},
{
"block": 805000,
"txHash": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895",
"input": "e0a5fcfe82744fdaa9edcba4df6dd7972e2db0cc570e946d5deba64ff40e1dc9:393",
"output": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1,
"inscriptionId": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895i0",
"inputAddr": "bc1pxcl6fx8l2uhp2mfjgu0xz469ct7z40w879q8yz4w8x7hl7kqug4sjkuzq8",
"inscriptionInfo": {
"genesisHeight": "805000",
"inscriptionId": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895:0",
"inscriptionNum": "26769245",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895i0",
"location": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "04ad77ac1e1a8de3f5c7090dc553ab637f3851794c75d04d2fb5d5024823f895",
"contentType": "text/plain"
}
}
]
}
}
Response Description
{
"code": 1,
"msg": "成功",
"data":
{
"page": 1, // page
"size": 50, // pageSize
"total": 2103, // total count
"data": [
{
"block": 805000, // block height
"txHash": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07", // transaction hash
"input": "2803b57d46c7dd3ba93ba5c7dad621e28927b68ac4ab232b36b4dd6d1843e53e:184",
"output": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0",
"satIndex": 0,
"outputAddr": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"outputValue": "294",
"isGenesis": 1, // 1: create, 0: transfer
"inscriptionId": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"inputAddr": "bc1pch0nflq06q49uug6qv79349km2j2hl0yfxljh44sc8rgsmyrvnfsle0h6z",
"inscriptionInfo":
{
"genesisHeight": "805000", // The height of the block when creating the inscription
"inscriptionId": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"outputValue": "294",
"content": "{\"p\":\"brc-20\",\"op\":\"mint\",\"tick\":\"sats\",\"amt\":\"99999999\"}",
"output": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0",
"inscriptionNum": "26769914",
"createdTime": "2023-08-27 03:31:42 UTC",
"contentLink": "/content/003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07i0",
"location": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07:0:0",
"contentLength": "57 bytes",
"ownerAddress": "bc1q44anwwlap82vtw40qyw2e4ct3574jtn6fx3hur",
"genesisTransaction": "003f48e21bf933c59405fc83b34644f8045ded2027fd8b80dfde8475b65eaf07", // Create transactions for inscription
"contentType": "text/plain"
}
}]
}
}