Loading Tool

Explorer IconExplorer

Memory Pool

79,052 transactions
29.25 vMB
0.09723512 BTC
Random Selection Loading Transactions
Max Size: 176.78/200 MB

Candidate Block

Mining Attempt 130819c3ead1306310b24ff5d541849e6eefaaf6469413de357c3b3a88a9191b
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root 2e7d34e5cdb796d36a30109f877886c423fbb826ac585d61b42ebe6c1bcec1d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,525
Size: 1.00 vMB
Total Fees: 0.03566977 BTC
Feerates: 477.45 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (429,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
485,384 485,384 0000000000000000009ea515d3c12926cc37171eea9f46fa0da9ee9cdd1d5470 302 0.16/1.00 vMB 96
485,383 485,383 000000000000000000d763c5e6987bb08f3e356f587205cde060f2f6a4b27660 108 0.09/1.00 vMB 99
485,382 485,382 000000000000000000b4c2f626ad5581adeda7db5eb1972f1ccff1bb12d631a8 1,959 0.97/1.00 vMB 69
485,381 485,381 000000000000000000cfca0e5f534d3b95a6a9a9f1cecbd7bb1253fc33ebc570 1,819 1.00/1.00 vMB 58
485,380 485,380 0000000000000000002d91675d97b32f0f8f3f84a93d88200ea923fe673324f4 1,800 0.98/1.00 vMB 131
485,379 485,379 00000000000000000112bc95e459802b9a4bdc977b1608e1f79d5c909b87c7c1 2,200 0.99/1.00 vMB 144
485,378 485,378 000000000000000000533eefb30cfd2d51fa6aa64d44918178b45111c0a3dfe5 1,259 0.92/1.00 vMB 13
485,377 485,377 0000000000000000011cf7a03eb77b2c234122012d0494304e83c4d92a4101a5 1,835 1.00/1.00 vMB 154
485,376 485,376 000000000000000000c480ffb9cdedbb15058dcaec6458023c2b6808094e8307 1,160 0.98/1.00 vMB 55
485,375 485,375 000000000000000000ce3a0b7a736d5b6ac32f8762593cbd03b1686d4b537faf 1,991 0.97/1.00 vMB 144
485,374 485,374 000000000000000000dde2ad846afb33d5cff4725b3bf7bb538a4cb2eb332207 33 0.01/1.00 vMB 523
485,373 485,373 0000000000000000007f5eb54eead7584be9b0e8d42f65093c50d36e78ee6a57 1,358 1.00/1.00 vMB 54
485,372 485,372 000000000000000000a369ee3bf55ff8ff7027b80eb01f0957c7186dacf441b0 1,411 1.00/1.00 vMB 85
485,371 485,371 00000000000000000059e4f49e342d91faed99ff46aca17dd3a62ef368dd3246 2,232 1.00/1.00 vMB 164
485,370 485,370 0000000000000000000d464f76d2c70791ab8ece33da62d1629f67b344af89a3 2,356 1.00/1.00 vMB 114
485,369 485,369 00000000000000000094538bba8bc2baa31dbb319b43b7f34431a23551ddde80 1,828 0.83/1.00 vMB 116
485,368 485,368 000000000000000000c837c7544042008b6303e436e30347b5c70d13a7027d1f 1,491 0.73/1.00 vMB 112
485,367 485,367 00000000000000000061e9d317509277092049397992e7804810d33ab252a75f 293 0.17/1.00 vMB 144
485,366 485,366 000000000000000000788137bab26c876b786e375812a087a302d286b805f8bf 752 0.35/1.00 vMB 127
485,365 485,365 00000000000000000053c9c0a881ee31fd92e378947b2dd50a7367fb2ae44074 35 0.01/1.00 vMB 102
485,364 485,364 000000000000000000d60cacd573175b3aebc184b17c901baf41a2b2d148f48f 705 0.38/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.63 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: 672.17 GB
    • Received: 16.17 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.