sixahi6066BTC Test
Updated 2024-06-17
99
1
2
3
4
5
6
7
8
9
10
11
12
13
14
›
⌄
select * FROM bitcoin.core.fact_transactions
WHERE
block_timestamp >= '2024-04-09'
and block_timestamp <= '2024-04-10'
and input_count =1
and version = 1
and lock_time = 0
and output_count >= 20
and output_value >= 1000
--and NOT (outputs LIKE 'bc1qm34lsc65zpw79lxes69zkqmk6ee3ewf0j77s3h')
limit
1000
-- https://flipsidecrypto.github.io/bitcoin-models/#!/model/model.bitcoin_models.core__fact_transactions
QueryRunArchived: QueryRun has been archived