litecoin holds the standardized Litecoin tables, following the schema documented in the family overview exactly, with no differences. Both tables cover the chainβs full history, from October 2011 through to the current day.
Litecoin also appears in the catalogβs list of chains; everything else for the chain comes from the litecoin dataset. Chains covers that list and the daily tables built on it. Stacks is the one chain in this family that runs contracts, so its tokens also reach the catalogβs token list.
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.