Skip to main content
litecoin holds the standardized Litecoin tables, following the schema documented in the family overview exactly, with no differences.

Tables

TableSinceDescription
blocks2011-10One row per block, with its fee, size and unspent-output figures already worked out.
transactions2011-10One row per transaction, with its inputs and outputs nested on the row.

Sample queries

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 from litecoin 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.