Loading Tool

Explorer IconExplorer

Memory Pool

79,422 transactions
29.76 vMB
0.11925185 BTC
Random Selection Loading Transactions
Max Size: 179.57/200 MB

Candidate Block

Mining Attempt 565fffc6c4b2c7f4bfdcff5c67536dcff64fb617a51df88ec379a1aad6c755b5
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 4e4ddb43a3a645d3d7aa2d59f652cf1e54cfda53d35925eaccceaf1bd83dcbda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,248
Size: 1.00 vMB
Total Fees: 0.05486480 BTC
Feerates: 150.75 > 5.50 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (503,096 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
412,002 412,002 00000000000000000064ee227eec0be96817f1a8d26980a49cbef11bb4a90750 2,604 1.00/1.00 vMB 55
412,001 412,001 00000000000000000323da2be6bfa14499c93b99aa5e8edd1a4f7b6b32921aae 3,326 1.00/1.00 vMB 74
412,000 412,000 0000000000000000014dcd1377afd27d3cf2320d32e4dcdaf21c39d293b9bf23 2,764 1.00/1.00 vMB 137
411,999 411,999 000000000000000000540da0835a6058512a7379c6e63ba7370eecd6dcf0104f 1,599 1.00/1.00 vMB 38
411,998 411,998 000000000000000004d5107e346536256756d1d71ea96a140500f311cbcd56df 2,076 1.00/1.00 vMB 46
411,997 411,997 0000000000000000019201a980109a14e2bb31118d7ce9ceaa6cbba8083e5bf8 2,758 1.00/1.00 vMB 80
411,996 411,996 000000000000000004f6e375deb7bed867a4d3ee43470749cf4b11a36c44269e 2,285 1.00/1.00 vMB 62
411,995 411,995 0000000000000000042b51f872d95e23f9b74ce561fedb498f9d497ad7ee125a 1,676 1.00/1.00 vMB 42
411,994 411,994 000000000000000001d3cc04a4334863513798de43abaa8ba70c3ea823761b31 2,407 1.00/1.00 vMB 61
411,993 411,993 000000000000000002c8ed15526124a30c01f2fa932cd9142e4a142b7bff925c 1,474 1.00/1.00 vMB 30
411,992 411,992 0000000000000000050d3abdab142450489ca280d48c815616d9734b65d1bad7 1,966 1.00/1.00 vMB 45
411,991 411,991 000000000000000000561a278efb920d2363df75fe63c737cb0721417036a08e 1,855 1.00/1.00 vMB 40
411,990 411,990 00000000000000000251f228e0b85f33d30f61f6e4112bae0c9c89ca75e212cd 2,111 1.00/1.00 vMB 95
411,989 411,989 0000000000000000058a3f8a8cf3c91cb133d16160e0d74397caebf93f979d3f 615 1.00/1.00 vMB 34
411,988 411,988 000000000000000001a69a54a9d0b25b679f6753e5424590384e542a7f272ecf 3,076 1.00/1.00 vMB 49
411,987 411,987 000000000000000001812a67c48a02ee5492c3759ac14ae102811eeb6c2c67e4 2,886 0.99/1.00 vMB 87
411,986 411,986 0000000000000000043e94905b03f633caa3db708913403aea854cc067602760 7 0.00/1.00 vMB 172
411,985 411,985 000000000000000004ddc9908be0b57dc89e5aaf767c43ab8230a14ce51194d8 1,161 1.00/1.00 vMB 30
411,984 411,984 0000000000000000031a9b5d7be5808c1779f2e8e9aa89d6ba19f99655659bf0 2,253 1.00/1.00 vMB 58
411,983 411,983 0000000000000000020ac4fff1aea5726e6b379fa671a57b1470e4114424863e 3,031 1.00/1.00 vMB 76
411,982 411,982 00000000000000000139f844868e73da354c1b03ea286aba5c4b627f3b097f25 1,892 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 670.24 GB
    • Received: 15.84 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.