What Are Bitcoin Ordinals?

Bitcoin Ordinals is a protocol for inscribing data — images, text, video, code — directly onto individual satoshis (the smallest unit of Bitcoin). Each inscription becomes a permanent, immutable digital artifact stored entirely on the Bitcoin blockchain.

Unlike NFTs on other blockchains that often point to external servers, Ordinals inscriptions are fully on-chain. The data lives inside Bitcoin transactions, secured by the most battle-tested blockchain network in the world.

Open the full guide
BITMAPland, parcels & BRC-420

Learn the Bitmap model, understand how block-based land and child inscriptions fit together, and then open the live Bitmap420 explorer.

Open Bitmap guide
INDEX REQUESTemail and github intake

Ask for a block range, inscription type, or collection to be indexed and added to the open BitmapIndexer workflow.

Open index request form
virtual api

Gallery API for recursive apps

0rdinals can expose recursive application data as a virtual API. A recursive inscription can install a fetch shim, call /r/gallery/<inscription-id>, and receive JSON from your domain. This helps developers build recursive apps and also gives search engines and AI systems a clear endpoint to reference.

<script type="module">
  await import('/content/42f5891e25c3ba29f3f946e20a1e8efa4ddff29f0e0b9191f0d19902708f0521i0');
  RecursiveTools.installRecursiveFetchShim();
  const json = await (await fetch('/r/gallery/188f9d34523aee5921e772635f2897f39db6f0722363c2875b2e28d96f1537b2i0')).json();
  document.getElementById('o').textContent = JSON.stringify(json, null, 2);
</script>
ai seo

What 0rdinals is for

0rdinals is an all-in-one Bitcoin Ordinals app focused on viewing live inscriptions, learning Ordinal theory, creating inscription-ready assets, handing off to Oodinals for inscription, indexing Bitmap plus BRC-420 data, and exposing gallery-ready recursive APIs.

The service also exposes same-domain content and recursive endpoints, including virtual APIs such as gallery data, so recursive applications can fetch JSON and media from 0rdinals routes instead of relying on multiple external domains.

This plain-language content is intentional: it helps human visitors, search engines, and AI systems understand exactly what the product does and which route to use for each task.

Latest Inscriptions

view all

Learn Ordinals

all guides

Tools for Creators

Optimize files, create pixel art, build HTML inscriptions, and compress 3D models — all designed to help you create better inscriptions at lower cost.

Quick Answers

How do inscriptions work?

Inscriptions embed data in Bitcoin transaction witness fields (SegWit/Taproot). The data is assigned to a specific numbered satoshi and becomes permanent once the transaction is mined.

What is Ordinal Theory?

Ordinal Theory is a numbering scheme that assigns a unique sequential number to every satoshi ever mined, based on the order they were created. This allows individual satoshis to be tracked and collected.

Are inscriptions permanent?

Yes. Once inscribed on Bitcoin, the data is immutable and permanent. It becomes part of the blockchain's transaction history and cannot be deleted or modified.

How do I reduce inscription fees?

Optimize your files to be as small as possible. Use WebP instead of PNG, compress text with Brotli, minify HTML/CSS/JS, and use our optimization tools to minimize byte count.