<iframe title=GTM-WH96X7J cookieFlags="samesite=none;secure" src="https://www.googletagmanager.com/ns.html?id=GTM-WH96X7J" height="0" width="0" style={{ display: 'none', visibility: 'hidden', }} />Types of Ethereum Data Series: Ethereum Network Data | ConsenSys
Blockchain Explained

Types of Ethereum Data Series: Ethereum Network Data

Learn about the types of Ethereum data and how to understand on-chain Ethereum metrics.
by ConsenSysJanuary 21, 2020
SIGNAL FEATURED

Welcome to the Ethereum Data Series which covers different types of Ethereum data. This is the first post of the series and will cover some of the basic types of data that are created by the Ethereum blockchain. Each month we’ll release a new post further detailing the types of Ethereum metrics and data. 

Types of Ethereum Data

Not all data is created equally on Ethereum. Some data points are defined as usage metrics, others provide key insights into the security of the network, and additional blockchain unique data points describe new stories.

Ethereum has hundreds of commonly referenced data points generated from a combination of on-chain data, user usage, mining, and price data. As blockchain networks continue to evolve, more data metrics will be created and standardized. All of the data below is accessible using Alethio Reporting

Sign up to create an account and access free Ethereum data

Ethereum Network Data and Metrics

Using Alethio Reporting we’ll demonstrate some of the reports that are free to access and provide easy explanations of the various types of data points that are measured.

Below we’ll examine the following datasets which can be pulled using Alethio’s free monitoring application: 

  • Top Account Activities
  • Daily Network Statistics
  • NVT / NVTS Ratios
  • Daily Top Accounts
  • Daily Account Statistics
  • Transaction and Contract Call Success Rates
  • Contract Creation and Destruction

Top Account Activities

Image of Top Account Activities
A ranked list of accounts for a given date range and specified metric: ETH, sent/received, # of Txs, Avg Tx value, # of blocks mined.

The Top Account Activities dataset consists of the top 100 active Ethereum accounts (sorted by Max Tx value). With this dataset, we can analyze how much ETH a specific account is receiving or sending, the average transaction values, etc. This dataset can be utilized to examine “whales” or large Ethereum external accounts as well as known smart contracts from protocols like Compound. 

ADDRESSAccount address
ETH RECEIVEDTotal amount of ETH received by the address
ETH SENTTotal amount of ETH sent by this address
GAS USED IN WEITotal gas spent by this address
COUNTERPARTY ADDRESSESThe total number of unique addresses with which this address interacted
MINED BLOCKSNumber of blocks mined
TOTAL TXNumber of transactions submitted by this address (includes successful and failed transactions)
TX SENTNumber of transactions sent by the address
TX RECEIVED
Number of transactions received by the address
AVG TX VALUEAverage amount of ETH per transaction (sent or received)
AVG SENT TX VALUEAverage amount of sent ETH per transaction
AVG RECEIVED TX VALUEAverage amount of received ETH per transaction
LARGEST TXMaximum amount of ETH in any transaction (sent or received)
LARGEST SENT TXMaximum amount of ETH sent in any transaction
LARGEST RECEIVED TXMaximum amount of ETH received in any transaction
TOTAL BALANCE CHANGEHow much the account balance changed

Daily Network Statistics

Daily Network Stats Alethio 1
Daily Ethereum protocol metrics for blocks, uncles, and transactions; gas limits and usage; mining difficulty and hashrates.

The Daily Network Stats dataset consists of a set of basic metrics around the daily activity on Ethereum mainnet including block time, gas usage, uncle rates, and more. These data points help describe how the Ethereum mainnet is functioning.

HIGHEST BLOCKhighest block number mined on this date
TOTAL BLOCKSnumber of blocks mined
AVERAGE BLOCK TIMEavg mining time per block (in seconds)
TOTAL UNCLESnumber of uncle blocks integrated into chain
AVERAGE UNCLE RATEpercentage of uncles calculated from total blocks + uncle blocks
TOTAL TRANSACTIONSnumber of transactions
AVERAGE GAS USAGEaverage gas usage (in % of gas limit)
AVERAGE BLOCK GAS LIMITaverage gas limit. Gas limit refers to the maximum amount of compute resources an account is willing to pay for to process a transaction on Ethereum.
AVERAGE DIFFICULTY (TH)average block difficulty. Measured in terahashes (TH).
AVERAGE HASHRATE (TH/S)average hashrate during this date (in TH/s)

NVT / NVTS Ratios

NVT Ratios Alethio 1
Network Volume Transaction Ratio measures the dollar value of cryptoasset tx activity relative to the Ethereum network value.

Network Volume Transaction Ratio measures the nominal value of cryptoasset transaction activity compared to network value. NVT is calculated as follows: Network Value / Daily Transaction Volume on Ethereum. 

When compared across chains, the Network Volume Transaction Ratio measures a chain’s strength as a payment network compared to its market value. Thus, when the NVT value is higher for a blockchain compared with others, it means it’s more expensive. 

Note that on Ethereum, with smart contracts functionalities, we define volume from all the ETH transfer in either value transaction or contract call messages. Mining rewards are also included, according to this definition. Token transfer amount is not included here as it’s difficult to transform the amount into ETH equivalently. This concept was initially introduced by Coinmetrics. Alethio’s results may differ from other sources as the methodology of defining volume may vary. 

NVTS (Network Volume Transaction Signal) 

Based on the definition of NVT, Willy Woo developed the Network Volume Transaction Signal metrics with the formula as follows: Rather than just using Daily Transaction Volume as in the NVT Ratio, the NVT Signal uses a 90 Day Moving Average of the Daily Transaction Volume. The logic behind using a moving average is to offset the speculation driven growth in on-chain transaction volume that accompanies price movement in the short run.

TOTAL SUPPLYdaily network Value of Ethereum, i.e. the total supply of ETH over time
TX VOLUMEdaily total transferred ETH volume.
NVT RATIO
Network Volume Transaction Ratio
MA 90 TX VOLUME
moving average in 90 days of the daily ETH transaction volume
NVTS RATIONetwork Volume Transaction Signal. Based on 90-day MA of transaction volume.

Daily Top Accounts

Daily Top Accounts
A daily list of accounts who sent and received the most transactions and highest amounts of ETH.

The Daily Top Accounts displays the addresses that sent or received the largest cumulative amounts of ETH and addresses that sent or received the most transactions on a daily basis. 

MOST AMOUNT OF ETH SENT
highest amount of ETH sent by one address on this date (aggregated across transactions)
SENDER OF MOST ETH
the address who sent the highest total amount of ETH in transactions on this date
MOST AMOUNT OF ETH RECEIVED
highest amount of ETH received by one address on this date
RECIPIENT OF MOST ETH
the address who received the highest total amount of ETH in transactions on this date
MOST AMOUNT OF TRANSACTIONS SENT
the most number of transactions sent by one address on this date
SENDER OF MOST TRANSACTIONSMOST AMOUNT OF TRANSACTIONS RECEIVED
the address who sent the most txs on this datethe most number of transactions received by one address on this date
RECIPIENT OF MOST TRANSACTIONS
the address who received the most number of transactions on this date

Daily Account Statistics

Daily Account Statistics Alethio 1
Daily number of addresses involved in transactions, were first seen that day, and total seen over time.

The Daily Account Statistics dataset consists of daily Ethereum account metrics pertaining to activity and account generation. The values reflect the first time an address was active and recorded on the blockchain because it either sent or received a transaction. Total Unique Accounts shows all the created smart contract and external accounts. 

ACTIVE ACCOUNTStotal number of active addresses (smart contract accounts and external accounts)
NEW ACCOUNTS
total number of newly seen addresses (smart contract accounts and external accounts)
TOTAL UNIQUE ACCOUNTS
cumulative number of unique active addresses (smart contract accounts and external accounts) to date

Contract Creation and Destruction

Contract Creation and Destruction Alethio 1
The daily number of smart contracts created and destroyed.

This dataset consists of the daily count of smart contracts being created and destroyed. Note, only successful operations are counted here.

SMART CONTRACTS CREATED
total number of smart contracts created on this date
SMART CONTRACTS DESTROYED
total number of smart contracts destroyed on this date

Tx + Contract Call Success Rates

Tx and Contract Call Success  Rates Alethio 1
The daily number of successful and failed transactions and contract calls, and their respective success rates.

Also self-explanatory, this dataset consists of the daily success rate of transactions–meaning the percent of transactions that are successfully completed.

SUCCESSFUL TXtotal number of successful transactions
FAILED TX
total number of failed transactions
TX SUCCESS RATE
total number of successful transactions divided by total transactions
SUCCESSFUL CALLStotal number of successful calls
FAILED CALLStotal number of failed calls
CALL SUCCESS RATEtotal number of successful calls divided by total calls

Blockchain technology presents an opportunity to capture all the data created on a network over a network lifetime. The possibilities for data exploration and interpretation are endless. Understanding the fundamentals behind Ethereum and the data that is created will provide added context and insight into how users interact with Ethereum, the security of the network, and more. Stay tuned for our next post in the Ethereum Data Series.