Loading Tool

Explorer IconExplorer

Memory Pool

19,213 transactions
9.95 vMB
0.07194268 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.29/200 MB

Candidate Block

Mining Attempt b73fad795a6c79d890f4c1d0113fbc304e26f1cfbb487feb71383b60d48ce13a
Version 20000000
Previous Block 00000000000000000000ea7b3c200deeaec83f2905c92dba9e1fdfd8176f698d
Merkle Root aa8e6ff94748c8c878a5c66a08ad971ae71b6b25c9d465392880ee4785a2ed2f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.04366604 BTC
Median Feerate: 3.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,372 (661,799 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,573 251,573 000000000000002b1723ccb84e03fa70c9b44200be6ac195f6ebaa4a076395d2 199 0.09 vMB 90
251,572 251,572 00000000000000183d1cb83091e0140c32604ab206cd0d531f90f24d7d329374 184 0.09 vMB 102
251,571 251,571 0000000000000061877a48459d99eb1dbcec6fd218cfff572a3ac33e978027d9 170 0.09 vMB 99
251,570 251,570 0000000000000048d244d78f13cec78cb96b5c701b46286c620a8b7ce0c22b02 62 0.02 vMB 113
251,569 251,569 00000000000000172d88640b4697e2f8e7936fb36568423997fae962ab333578 1 0.00 vMB 0
251,568 251,568 0000000000000045d10b34a13b7fc2fb73e71e61aa1e5bc9bc79fda4c8108c78 392 0.17 vMB 105
251,567 251,567 000000000000003e32ea62598bf07b7f42741d638eef2631ee8e2dd3eb2a2e38 348 0.15 vMB 196
251,566 251,566 0000000000000063dff5fd62578b6c738a4a3df8a9f813bab6688c390cd0e0b5 39 0.02 vMB 132
251,565 251,565 0000000000000054ed650b33662239f583be491337dae062d5c5d5876872cc77 165 0.07 vMB 142
251,564 251,564 000000000000005f873eafb2cce8f6731322300ca0f02103381cfa1efa3e3cd3 256 0.14 vMB 36
251,563 251,563 00000000000000480ad86800491315535a4a71bbe51b5d595b7e7e1cd6851987 256 0.10 vMB 117
251,562 251,562 0000000000000009f5b45e3c99b8f084c99447fd84e5d6d69ce25219d2c3b047 5 0.00 vMB 46
251,561 251,561 0000000000000010bca0ce4ce37c165cd4e820356194bf5991a7b9af792a83d5 58 0.03 vMB 61
251,560 251,560 000000000000002c55a7588200e1a1dd668920ca100c4b227f255b84b4f99183 101 0.04 vMB 64
251,559 251,559 000000000000001c9278eb231d303da92acf28e9caa6dce0bf785e69d8a7ffef 215 0.10 vMB 112
251,558 251,558 000000000000000ee63417dd5f134f64fe63a7df3eed0dc25380756d10841f46 103 0.21 vMB 24
251,557 251,557 000000000000003b459a49defa85f880570bf8afb033a0cdc28d8d04ce777008 119 0.05 vMB 131
251,556 251,556 000000000000006e2464abb2114bb25c22a6e2df4b05bec019b7c392df2c6e8f 261 0.11 vMB 76
251,555 251,555 00000000000000272f443a28a0da91bc8866de78ab7e96f5f783a0f302e27471 27 0.01 vMB 71
251,554 251,554 000000000000004d6d5bdda75576cf3bfd34a2bf2527217a963c2ab4b35379d2 23 0.01 vMB 82
251,553 251,553 000000000000000cccda363ee5f3c474e0bbf0f57d89e32c1efb7229271c7427 373 0.17 vMB 85
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 105
    • Outgoing: 10
  • Data Transfer:
    • Sent: 207.89 GB
    • Received: 0.79 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.