Trait Definitions

A glossary of Bitmap traits

On-chain Data

Run a Bitcoin Full Node to extract this data yourself using the Bitcoin RPC.

Term
Definition

total_out

Total amount of BTC in all outputs (excluding coinbase and thus reward [ie subsidy + totalfee])

avg_fee_rate

Average fee rate (in satoshis per virtual byte)

transaction_count

The number of transactions in the block

size

The amount of data stored in a block (in bytes)

weight

The block weight as defined in BIP 141

mint_rewards

Newly minted BTC awarded to the miner

total_fee

Transaction fees paid to the miner

total_rewards

Total rewards earned by the miner

stripped_size

The block size excluding witness data

avg_fee

Average fee in the block

avg_transaction_size

Average transaction size

max_fee

Maximum fee in the block

max_fee_rate

Maximum fee rate (in satoshis per virtual byte)

max_transaction_size

Maximum transaction size

median_fee

Truncated median fee in the block

median_transaction_size

Truncated median transaction size

min_fee

Minimum fee in the block

min_fee_rate

Minimum fee rate (in satoshis per virtual byte)

min_transaction_size

Minimum transaction size

ins

The number of inputs (excluding coinbase)

outs

The number of outputs

subsidy

The block subsidy

segwit_total_size

Total size of all segwit transactions

segwit_total_weight

Total weight of all segwit transactions

segwit_transaction_count

The number of segwit transactions

total_weight

Total weight of all non-coinbase transactions

utxo_increase

The increase/decrease in the number of unspent outputs

utxo_size_increase

The increase/decrease in size for the utxo index (not discounting op_return and similar)

utxo_increase_actual

The actual increase/decrease in the number of unspent outputs

utxo_size_increase_actual

The actual increase/decrease in size for the utxo index (not discounting op_return and similar)

Blocktributes

Term
Definition

is_mythic

The genesis block

is_epic

First block of a halving epoch

is_rare

First block of a difficulty adjustment period

is_patoshi

Block mined by Satoshi Nakamoto

is_first_transaction

Block which contains the first peer-to-peer transaction between Satoshi and Hal Finney

is_palindrome

Block number which reads the same forwards and backwards

is_pizza_transaction

Block which contains the "pizza transaction" in which 10,000 BTC was exchanged for two Papa John's pizzas

is_block_9

The oldest block to have spent the coinbase rewards. Bitcoin from this block have been used in several noteworthy transactions

is_block_78

The first block mined by Hal Finney.

is_billionaire

Block that contains total_out greater than or equal to $1 billion USD calculated at 30k BTC

is_mined_billionaire

Block that contains total_out greater than or equal to $1 billion USD at time block mined

is_5tx_perfect_punk

Perfectly aligned 5 transaction punk

is_7tx_perfect_punk

Perfectly aligned 7 transaction punk

is_10tx_perfect_punk

Perfectly aligned 10 transaction punk

is_13tx_perfect_punk

Perfectly aligned 13 transaction punk

is_17tx_perfect_punk

Perfectly aligned 17 transaction punk

is_21tx_perfect_punk

Perfectly aligned 21 transaction punk

is_26tx_perfect_punk

Perfectly aligned 26 transaction punk

is_43tx_perfect_punk

Perfectly aligned 43 transaction punk

Pristine Punk

2 transaction punk with a small neck

Standard Punk

2 transaction punk with a medium neck

Wide Neck Punk

2 transaction punk with a wide neck

is_grid_punk

Perfectly aligned punk with a grid shape

is_community_punk

Distinctive punk recognized by the community

is_ross_ulbricht

Block which contains a transaction in which payments were made from Silk Road to Ross Ulbricht.

is_mondrian

Blocks that resemble artwork by famous Dutch painter Piet Mondrian (known for his abstract, grid-based artwork)

is_66_dao

Block between 660000 & 669999 which are recognized by the 66 DAO

is_prime_number

Block which are prime numbers

is_fibonacci

Blocks which are fibonacci numbers

is_leap_day

Block which falls on a leap day

is_pizza_day

Blocks from the day of the famous "Pizza Transaction" (blocks 56899 - 57093)

is_same_digits

Block which contain the same digits for all numbers

is_notable_event

Block which a historical event took place

is_1_tx

Block that contains 1 transaction

is_2_tx

Block that contains 2 transactions

is_miner_message

Block which contains a message encoded by the miner

is_xspectar

xSPECTAR land on Bitmap Island

is_bitmap_valley

Metaverse land in Bitmap Valley

is_sub_10

Block mined within the first 10 blocks

is_sub_100

Block mined within the first 100 blocks

is_sub_1k

Block mined within the first 1000 blocks

is_sub_10k

Block mined within the first 10,000 blocks

is_sub_25k

Block mined within the first 25,000 blocks

is_sub_50k

Block mined within the first 50,000 blocks

is_sub_100k

Block mined within the first 100,000 blocks

is_100k_out

Block which has total outputs greater than 100k btc

is_250k_out

Block which has total outputs greater than 250k btc

is_500k_out

Block which has total outputs greater than 500k btc

is_1m_out

Block which has total outputs greater than 1M btc

is_3m_out

Block which has total outputs greater than 3M btc

is_5m_out

Block which has total outputs greater than 5M btc

is_binary

Binary numbers

is_micro_strategy

Contains a transaction initiated by MicroStrategy

is_chinese_lucky_number

168 in Chinese (一六八 yi liu ba) has a similar pronunciation to 一路发 (yi lu fa), which means being lucky and prosperous all the way to (financial) success

is_pre_segwit_full

Blocks which maxed out the block size of 1 MB before the SegWit upgrade

is_dual_palindrome

Palindrome block number inscribed on a palindrome sat

is_1k_txs

Block that contains 1,000 transactions

is_2k_txs

Block that contains 2,000 transactions

is_3k_txs

Block that contains 3,000 transactions

is_4k_txs

Block that contains 4,000 transactions

is_5k_txs

Block that contains 5,000 transactions

is_6k_txs

Block that contains 6,000 transactions

is_7k_txs

Block that contains 7,000 transactions

is_8k_txs

Block that contains 8,000 transactions

is_1k_fee_rate

Block with average fee rate of 1,000 sat/vB

is_2k_fee_rate

Block with average fee rate of 2,000 sat/vB

is_3k_fee_rate

Block with average fee rate of 3,000 sat/vB

is_4k_fee_rate

Block with average fee rate of 4,000 sat/vB

is_5k_fee_rate

Block with average fee rate of 5,000 sat/vB

is_6k_fee_rate

Block with average fee rate of 6,000 sat/vB

is_7k_fee_rate

Block with average fee rate of 7,000 sat/vB

is_power_of_10

Block height is a power of 10

is_21e8

Block with a hash that contains "21e8"

Miner Message

Term
Defintion

message

A message encoded into the blockchain by a miner

Last updated