litecoin holds the standardized Litecoin tables, following the schema documented in the family overview exactly, with no differences.
Tables
| Table | Since | Description |
|---|---|---|
blocks | 2011-10 | One row per block, with its fee, size and unspent-output figures already worked out. |
transactions | 2011-10 | One row per transaction, with its inputs and outputs nested on the row. |
Sample queries
- Daily output moved
- Chain registry lookup
Measure daily output value moved over one week.
Notes
Both tables cover the chainβs full history and run to the current day. Litecoin has no tokens, no apps and no trading pools, so the catalog tables built on those things hold nothing for it. The list of chains we track is the one catalog table that carries Litecoin, and everything else for the chain comes fromlitecoin above.
Chains covers that list of chains and the daily tables built on it. Stacks is the exception in this family: it runs contracts, so its tokens do reach the catalogβs token list.