bitcoin.core Table: fact_clustered_transfers Type: View
Description
This table contains Bitcoin transfers between clustered entities, providing a simplified view of fund flows at the entity level rather than individual addresses. Each row represents a transfer between two distinct entities (such as exchanges, miners, or other identified clusters) with aggregated value and transaction information. The model applies address clustering algorithms to group related addresses into entities, enabling high-level analysis of fund movements between major Bitcoin ecosystem participants. This table updates daily as the clustering process identifies new relationships and refines existing entity groupings.Key Use Cases
- Entity-level fund flow analysis and exchange activity monitoring
- Large-scale Bitcoin movement tracking between major ecosystem participants
- Exchange inflow/outflow analysis and liquidity studies
- Mining pool reward distribution and fee collection analysis
- Institutional Bitcoin flow monitoring and whale movement detection
- Cross-entity relationship analysis and network mapping
- Simplified transaction graph analysis for high-level insights
Important Relationships
- Provides entity-level aggregation of
core.fact_transactionsdata - Utilizes
core.dim_entity_clustersfor address-to-entity mapping - Supports
core.dim_labelsfor entity categorization and labeling - Enables integration with
stats.ez_core_metrics_hourlyfor aggregated metrics - Complements
gov.ez_miner_rewardsfor mining-related entity analysis - Provides simplified view for
price.ez_prices_hourlymarket analysis
Commonly-used Fields
block_timestamp: Essential for time-series analysis and trend detectionfrom_entityandto_entity: Core fields for entity-level flow analysistransfer_amount: Key metric for value flow analysis and economic studiestx_id: Critical for linking to detailed transaction informationblock_number: Important for chronological ordering and gap detection- Entity fields enable high-level analysis without address-level complexity
Columns
| Column Name | Data Type | Description |
|---|---|---|
| TX_ID | TEXT | The transaction ID (STRING), a 64-character hexadecimal hash that uniquely identifies this transaction. Note: For SegWit transactions, the txid is calculated without including witness data, which can differ from the transaction hash (see tx_hash). |