flipside
Products
For Protocols
For Analysts
For Explorers
About
Log in
BECOME A PARTNER
flipside
Is there a positive correlation between transaction_count and total_fees_usd?
maymoth55
Is there a positive correlation between transaction_count and total_fees_usd?
Updated 2024-09-26
Copy Reference
Fork
9
1
2
3
4
5
6
7
8
›
⌄
SELECT
CORR
(
transaction_count
,
total_fees_usd
)
AS
correlation_transaction_fees
FROM
bitcoin
.
stats
.
ez_core_metrics_hourly
WHERE
block_timestamp_hour
BETWEEN
'2024-08-01 00:00:00'
AND
'2024-08-31 23:59:59'
;
Results
QueryRunArchived: QueryRun has been archived