Unique Count:
The number of Unique Transactions over the prior 24 hours.
This metric excludes Coinbase transactions.
The same transaction that appears in multiple blocks is counted as 1.-
Unique TPS:
The average Unique Transactions Per Second (TPS) over the last 24
hours.
This metric excludes Coinbase transactions.
The same transaction that appears in multiple blocks is counted as 1.-
Protocol Transactions
KRC (20 & 721):
The number of KRC-20 and KRC-721 transactions over the prior 24 hours.
Reveal transactions are detected based on the presence of "kasplex" in signature script.
The previous outpoint transaction of the given input is then counted as a commit transaction.
All Reveal transactions are detected.
While old Commit transactions may be missed due to the approach used.-
KNS:
The number of KNS transactions over the prior 24 hours.
Reveal transactions are detected based on the presence of "kns" in signature script.
The previous outpoint transaction of the given input is then counted as a commit transaction.
All Reveal transactions are detected.
While old Commit transactions may be missed due to the approach used.-
Kasia:
The number of Kasia transactions over the prior 24 hours.
The presence of prefix "ciph_msg" in transaction payload is used to detect Kasia transactions.-
Fees
Fee Rates
Low
An estimate for sub-hour DAG inclusion.
Estimated transaction fee = transaction mass * fee rate
See RpcFeeEstimate struct in rusty-kaspa codebase.-
Normal
An estimate for sub-minute DAG inclusion.
Estimated transaction fee = transaction mass * fee rate
See RpcFeeEstimate struct in rusty-kaspa codebase for more information.-
Priority
An estimate for sub-second DAG inclusion.
Estimated transaction fee = transaction mass * fee rate
See RpcFeeEstimate struct in rusty-kaspa codebase for more information.-