6,508 CSV chunks store serialized UTXO records extracted from Bitcoin Core's chainstate LevelDB database. The data covers blocks 1 through 870,429 and includes output script type, value, block height, and transaction output point. Author David Melo organized the chunks into immutable, mutable low, and mutable high groups based on spendability and access frequency.
Use Cases
- Classify UTXO spending patterns based on mutable and immutable groupings.
- Analyze Bitcoin transaction output values and script types across historical blocks.
- Model UTXO set growth and access frequency over time.
- Validate blockchain state consistency using serialized LevelDB records.
Strengths
- Contains 6,508 data chunks covering Bitcoin blocks 1 through 870,429.
- Records include specific UTXO attributes: output script type, value, block height, and transaction output point.
- Data is organized into three functional groups (Immutable, Mutable Low, Mutable High) for analysis.
Limitations
- Column-level documentation is absent; field semantics must be inferred after download.
- Row count is unknown, which may limit suitability assessment.
- Last updated 2026-07-14 15:07:26; freshness should be verified.
Provenance
- Source
- Bitcoin Core's chainstate LevelDB database
- Collection Method
- Extracted and chunked into CSV files
- Time Range
- Blocks 1–870,429