Explore Data
Explore AI
Explore Queries
Recent NFT Mints
Retrieve the 100 most recent NFT mints in Ethereum.
Recent Ethereum Blocks
OpenSea NFT Sales Across Ethereum/Polygon
Average Transaction Fees for Ethereum
Total Bitcoin Transferred by Block Number
Select Your Query
Recent NFT Mints
Recent Ethereum Blocks
OpenSea NFT Sales Across Ethereum/Polygon
Average Transaction Fees for Ethereum
Total Bitcoin Transferred by Block Number
SQL Query
SELECT
token_address, token_id, to_address, UNIX_TIMESTAMP() - block_timestamp
as
seconds_ago
FROM
eth.recent_nft_mints
Run code
Results
Run code to get results.