Loading Tool

Explorer IconExplorer

Memory Pool

38,856 transactions
26.56 vMB
0.06448594 BTC
Random Selection Loading Transactions
Max Size: 137.01/200 MB

Candidate Block

Mining Attempt 3a7a1e9a054fa343cece6c10f7c0321814dd4259cf23ac0926b23ef91bae8703
Version 20000000
Previous Block 00000000000000000000cb4640424bd1c2f130283339216bd0433be22d2cb445
Merkle Root 204fa9d12955b764b68419b01b46540eb39dfe559614a28e4ff8d7bb9364ee1b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,213
Size: 1.00 vMB
Total Fees: 0.01482838 BTC
Feerates: 201.06 > 1.49 > 0.50 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,683 (492,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,239 422,239 000000000000000001508e6c180901266a4e60bc7185baa9883c4cee17d029d2 743 0.49/1.00 vMB 51
422,238 422,238 0000000000000000024e27dfc82a07551b4d8d5111c7fc018179bf78d19bd6aa 1,304 0.96/1.00 vMB 36
422,237 422,237 000000000000000004ace29ac7697b8d23f1c306e185cdcd9a22ddc637dd36bf 1,937 0.99/1.00 vMB 48
422,236 422,236 0000000000000000008f196546f63911dd7776cdb3a2cb4f8c310a102ce3a3fe 327 1.00/1.00 vMB 11
422,235 422,235 000000000000000004ab8e827b2437a977ee392cc52364baec0469dc09202fe5 2,817 1.00/1.00 vMB 68
422,234 422,234 000000000000000002ee0424bd84e5d75eb74f4d2d5055f8aab49809a59817a3 1,528 1.00/1.00 vMB 38
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
Previous 10 blocks ↓
Total Size: 781.83 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: 636.92 GB
    • Received: 12.39 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.