Loading Tool

Explorer IconExplorer

Memory Pool

739 transactions (0.21 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.26/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,380 000000000000000000022b910000000000000000000000000000000000000000 726 0.00476464 BTC 0.20 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,379 (882,843 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,536 29,536 00000000640cfb391c45ea7b799993015102a89fd07367e7d55646de4d4fc237 0.00 MB 1 0
29,535 29,535 00000000f991c4f5e07c4fb7d01cb9ad7e0b86cceeb8cab362792fab25a92f05 0.00 MB 1 0
29,534 29,534 000000004bee991ef343fd7fa0550c8a346a7f3b15bed635ee18c4f0994ad766 0.00 MB 1 0
29,533 29,533 0000000071cebe8798a45d86d5919e9d5d7cf314c0a62f724cd6377beb7fd86c 0.00 MB 1 0
29,532 29,532 00000000dd3cd9fd3438c0bc5ed314917ee4874484c40da8d1648e72aec10c41 0.00 MB 1 0
29,531 29,531 000000001713349e20134c37921865655bd15f23afbfd827074187f745823e0f 0.00 MB 1 0
29,530 29,530 00000000c0750467f22c73e5dcafec5b4a7c121eecb080b10cf50fe8ba7a63f4 0.00 MB 1 0
29,529 29,529 00000000e2770312ad9952d27b17e78faae56659b55bf02e0f1df15f1b7000da 0.00 MB 1 0
29,528 29,528 000000002bddd209909ab59cc05fb76ea9f35252a848277ccc5d9c757826f4db 0.00 MB 1 0
29,527 29,527 0000000029dd9f7a8192a2ea79b4888695c4cb10d3a580cae99dd4f04028bb20 0.00 MB 1 0
29,526 29,526 000000003587659fd3c28d5d9d5de914d0724bde25624b4f54bdfc5c6081d0a2 0.00 MB 1 0
29,525 29,525 000000007c625adeec446f7c06650d843de0d96d616d802136cf4926393fce04 0.00 MB 1 0
29,524 29,524 000000004a4d2db5df62a1b8583b6850c4b24b21180195b07db1e18865610060 0.00 MB 1 0
29,523 29,523 0000000002905d79c48b7b93a837ac30072507db7359e17d93c1491589fbffac 0.00 MB 1 0
29,522 29,522 0000000047af21dfed15050f51646e42756225f7d9a1926522e008bea09ffad8 0.00 MB 1 0
29,521 29,521 000000003fc6e1db805265888ac3a8544cf919854147b396cfbb5a2740e48ef4 0.00 MB 1 0
29,520 29,520 00000000577e55afa21ecb756de016b180d1e4e4c607e900f3380941a79c1a9b 0.00 MB 1 0
29,519 29,519 00000000befe7c785282010404dcc5a877a81d65062bbb85c2a16000410dbfa0 0.00 MB 1 0
29,518 29,518 0000000051f92362d34a58f2b0f924386131cf4d0078472a31ff0785168a535b 0.00 MB 1 0
29,517 29,517 00000000254b3242d631cdfea1369732ca5b9689d6945deaed14f4f6ac4e3d52 0.00 MB 1 0
29,516 29,516 0000000024e87d3a701a1e26220b163f5dcdfac5b7490b4b468e20e050df8a5f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.76 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,548.27 GB
    • Received: 137.14 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.