Ordinals Inscriptions
The bitcoin.nfts.ordinals_inscriptions
table contains inscription data aggregated from various ordinals explorer/data sources.
BRC-20 Collections
The BRC-20 is a standard for creating fungible tokens that are stored on Bitcoin.
It uses Ordinals and Inscriptions to implement contract-like operations such as deploy tokens, mint new tokens, transfer tokens - all facilitated by encoding JSON data as Ordinal inscriptions.
Currently, BRC-20 inscriptions are traced by the is_brc20/is_token
column, with their metadata columns prefixed with token_
.
Token-like protocols
With brc-20 as the leading protocol for fungible tokens, an is_token
column has been added to allow easy filtering of token-like protocols. Even though we consider only brc-20
and orc-20
to be token-like now, we are open to addition of new ones.
Table Columns
Last updated