bitcoin.core Table: dim_labels Type: View
Description
This table contains comprehensive address labels for Bitcoin addresses, providing categorized identification and classification of known entities, contracts, and addresses across the Bitcoin ecosystem. Each row represents a single address with its associated label information including type, subtype, project name, and creator details. The labels are sourced from both automatic algorithms and manual curation, enabling rich categorization of Bitcoin addresses for enhanced analytics and entity identification.Key Use Cases
- Address categorization and entity identification across the Bitcoin network
- Exchange and service provider wallet identification and monitoring
- Contract and protocol address tracking and analysis
- Risk assessment and compliance monitoring for specific address types
- Entity-based transaction filtering and analysis
- Community-driven address labeling and verification
- Cross-protocol address relationship mapping
Important Relationships
- Primary dimension table for address categorization across the Bitcoin ecosystem
- Referenced by
core.fact_transactionsfor labeled transaction analysis - Used by
core.fact_inputsandcore.fact_outputsfor labeled UTXO analysis - Supports
core.fact_clustered_transfersfor entity-level transfer categorization - Enables integration with
core.dim_entity_clustersfor enhanced entity analysis - Provides categorization context for
stats.ez_core_metrics_hourlyaggregated metrics
Commonly-used Fields
address: Essential for joining with transaction and UTXO tableslabel_type: Core field for high-level address categorizationlabel_subtype: Important for detailed address classificationproject_name: Key for protocol and service provider identificationaddress_name: Critical for human-readable address identification- Label fields enable rich categorization and filtering across all Bitcoin data
Columns
| Column Name | Data Type | Description |
|---|---|---|
| BLOCKCHAIN | TEXT | The name of the blockchain. |
| CREATOR | TEXT | Creator or source of the label. |
| ADDRESS | TEXT | A Bitcoin address associated with the transaction, output, label, etc. |
| LABEL_TYPE | TEXT | A high-level category describing the addresses main function or ownership. |
| LABEL_SUBTYPE | TEXT | A sub-category nested within label type providing further detail. |
| ADDRESS_NAME | TEXT | An entity name associated with the address. The most granular label for this address. |
| PROJECT_NAME | TEXT | The primary project group for this address. For example, if address name is XYZ Hotwallet, then the project name is XYZ, |
| LABEL | TEXT | The label for this address. |
| DIM_LABELS_ID | TEXT | A unique identifier (STRING or NUMBER) for the record, used as a primary key for this table. Not a blockchain-native field. |