Loading Tool

Explorer IconExplorer

Memory Pool

34,344 transactions
25.77 vMB
0.06189985 BTC
Random Selection Loading Transactions
Max Size: 130.38/200 MB

Candidate Block

Mining Attempt e8607774ff3ce1f5bd934be4bd9907d487624c091cba709faa402fb8d5f6f83c
Version 20000000
Previous Block 000000000000000000014e991e8aa753e1b625e161a4bdb8c1cfdc7e9d23705f
Merkle Root 879254fca2d83bd9e30a1bcfaa30dffe200e6105cb317c694c528eb6148ad3d5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,868
Size: 1.00 vMB
Total Fees: 0.01488190 BTC
Feerates: 74.70 > 1.49 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,696 (492,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,233 422,233 0000000000000000004268c4e8e45887501dbba8751a502e949e4258bff4f914 2,037 1.00/1.00 vMB 43
422,232 422,232 000000000000000000bae4ac88a4001d5419e53f2b32117d8cbd0d3a39493e8d 2,241 1.00/1.00 vMB 46
422,231 422,231 00000000000000000289f16a91983e203a0b0892e9275545b137711258b69f17 2,359 1.00/1.00 vMB 53
422,230 422,230 00000000000000000252fc77f5d2db6f2f12c671a460575daf4b2bd025a0e7cc 2,827 1.00/1.00 vMB 92
422,229 422,229 00000000000000000366f31790e66fc1520eba3419a3fe26caafe424aa1c3a99 3,094 1.00/1.00 vMB 79
422,228 422,228 0000000000000000031e79bca7cc1a31c6ac053f6c6985c79f63536164be3a52 480 0.20/1.00 vMB 52
422,227 422,227 000000000000000004753041b54f04c1ddbcda7fe314fc1d2718cf046f302c11 991 0.41/1.00 vMB 52
422,226 422,226 0000000000000000021cb33cb0ee1b17833a8fe70304a211d4abcf70c7ba2539 1,574 0.84/1.00 vMB 48
422,225 422,225 0000000000000000003fb04bee98942032477dda2d0c6f279f49b4f47016a350 807 0.58/1.00 vMB 28
422,224 422,224 0000000000000000044bf2aec621f6e77ca9cd39f771907d79326caf4af7bd86 2,089 1.00/1.00 vMB 48
422,223 422,223 000000000000000003e4154726aadcb464b749938fad10b532f3e6fce5728a04 1,967 1.00/1.00 vMB 43
422,222 422,222 000000000000000002c24dede45ad5060f7c14e8da6f2c0660c70d6b67645fe3 2,182 1.00/1.00 vMB 57
422,221 422,221 000000000000000000baaf0cce1472841070d55d2c7a7b091e8ba83e3f276cbc 787 0.33/1.00 vMB 69
422,220 422,220 0000000000000000012b6b2ce4445bdbdc8df5c67ba5461c2c9b1933f1dc00a5 1,650 1.00/1.00 vMB 34
422,219 422,219 000000000000000002245d65af3ac282e0be3aaa442c3983cc59248298bf7cfa 1,985 1.00/1.00 vMB 60
422,218 422,218 00000000000000000088811092e08296ffa0f845c42265b52ad746a94cc818ec 2,337 1.00/1.00 vMB 104
422,217 422,217 00000000000000000337c60bec1c8a7d893fbbf382b1d2ef6dcca730793a33e6 2,159 1.00/1.00 vMB 38
422,216 422,216 00000000000000000394ce119f63610ef0a9c28a6f7fa93c097a0083217a636e 2,137 1.00/1.00 vMB 55
422,215 422,215 000000000000000004bdea34245d060822a1f729c117d2f96dd3cccb9eb31613 2,811 1.00/1.00 vMB 74
422,214 422,214 00000000000000000186bd0e56b48d3d954a55ee2c9bbefe8d8478012d7b2005 2,917 1.00/1.00 vMB 93
422,213 422,213 0000000000000000037a5ac86552f2641c7b8ecc0489798590f2a07e8fed6678 1,995 0.99/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 781.85 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: 638.63 GB
    • Received: 12.49 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.