Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,116 transactions (0.30 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,527 000000000000000000022cb30000000000000000000000000000000000000000 0.28 vMB 1,095 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,526 (892,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
18,364 18,364 000000007a21b95622c2056f025cb9b00ef0f0b6eda141a4246eecefc38ee564 0.00 MB 1 0
18,363 18,363 0000000038df94993d4eb28ccdb264f6990173114cc8e2b6f74fc84868691b4d 0.00 MB 1 0
18,362 18,362 0000000021c44922602ff44a60421f0eb0e95bbb029cc03540b991d379b056b4 0.00 MB 1 0
18,361 18,361 0000000076eb96eba8655604d777f42af01edf1a787790a874f4eb097709004a 0.00 MB 1 0
18,360 18,360 00000000b760f360f834191e9dabddc78db02f2c9db840efbc9463ef804ff96a 0.00 MB 1 0
18,359 18,359 00000000b19e07a6adb353bed12c034ac825d424cdac276702deb2782a03130f 0.00 MB 1 0
18,358 18,358 00000000ccc1732ab6c53d803882ea1cabb86c2a4a83d44841a437f99fc79d8e 0.00 MB 1 0
18,357 18,357 000000002bd9a253d4c6580d148ef840bf86a5ded64fce3a6dd915154f477dc7 0.00 MB 1 0
18,356 18,356 00000000bbc4cb80689f839e25b59f3f305e272f0d49f491bd0577d8a024f655 0.00 MB 1 0
18,355 18,355 000000004aafa1fd555bf8b7437a7e0229c7c4f6d892ebd4b77a2fc7c959844f 0.00 MB 1 0
18,354 18,354 0000000092e161ea5047d092b5c3f93cf1fa1513b7a031d378838d246aa7105f 0.00 MB 1 0
18,353 18,353 0000000070c8fc3ead2bf06df2d23e6c378186d1168360cad005b71b0a5ea36a 0.00 MB 2 0
18,352 18,352 0000000018dc7de6d962569c801b76338a968ae7ae8dc1d61d9378e942b43a96 0.00 MB 1 0
18,351 18,351 000000003d2047b3efb753c3a830d70d12aa483a738ed0fc31d2278449a62103 0.00 MB 1 0
18,350 18,350 00000000bcd6baeae8f0f321dc8d0d9127a059c7fe30019f35e4c299d0b8b988 0.00 MB 1 0
18,349 18,349 00000000bee7b3288c510f98e3bafaf04544b39d8970eef190bc5d27647390d2 0.00 MB 1 0
18,348 18,348 000000001cc5aa173ec6a960f944b4be16d9de42907b0e57e3a63fb2a3148e5e 0.00 MB 1 0
18,347 18,347 00000000c58d5868330b35f21d9d1a8a0e5b7e615ea70e6cddf5726a02d25bf5 0.00 MB 1 0
18,346 18,346 00000000bdb0454f151b72cee6d93fcddc4dfd3d23eeff614c9fa8af8f7bcdbb 0.00 MB 1 0
18,345 18,345 000000006f3caaba5827ea300772dfeb87c7ddd848ceae810219ee9d7b38c7fe 0.00 MB 1 0
18,344 18,344 0000000036ac3deb79d738c7ba736255ca96f2fdeff32d41133fc3105a11a9a6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.36 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,246.06 GB sent, 120.34 GB received

Notes

  • This page updates every 5 seconds.
  • 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.