Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

299 transactions (0.14 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,820 000000000000000000022cb30000000000000000000000000000000000000000 0.12 vMB 283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,819 (879,393 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
30,426 30,426 000000008efc3b56c38d75a173525675ae478b2d481b4eb6d667b3a92c557238 0.00 MB 1 0
30,425 30,425 00000000654c721cf8ae7a12e1af12d29b1c53bed1372c6ed471b0fce7e466aa 0.00 MB 1 0
30,424 30,424 00000000ed13de05e91a38b8ef010d84b63c9d2326ee48857cc1f76f83e5e067 0.00 MB 1 0
30,423 30,423 000000007217b6a7ef843422e1712ef8113a598859585f8f5cba06f6e5d4e79f 0.00 MB 2 0
30,422 30,422 000000003fd1e3d126f62a68ac1c48d2c4dd8c41ebe7eb077ff17a3b078abfaf 0.00 MB 1 0
30,421 30,421 0000000004553d2a84470ced242021ce24f3a7c1145d617a336201313e2bd478 0.00 MB 1 0
30,420 30,420 00000000bd4adc5d845aad20b342bf63a2f8cc760a9b0f38f817cee7782b9616 0.00 MB 1 0
30,419 30,419 000000003b361e851a0d7ea1b297413343a4cdd13018592a2bca58cfbbab6d72 0.00 MB 1 0
30,418 30,418 000000007b11b53e2d861171b41fa438ce5cd6f41d26137e4a9684d9c22a5dec 0.00 MB 1 0
30,417 30,417 000000008aadc8a7a00ba6f80070dc2d7b8fca7559b0825dfa4f3535723e361c 0.00 MB 1 0
30,416 30,416 000000008f7530c8e39a8322fb62b47ae8b1dc317e4899caaf85a92be5fbc6d8 0.00 MB 1 0
30,415 30,415 000000008dd7653e0c146911731c68692043603c4280b79965ee86156fbd26bf 0.00 MB 1 0
30,414 30,414 0000000052e3cdde233d886a660d5ea465b7f18c4f37cf56b17d95a570cb694f 0.00 MB 1 0
30,413 30,413 00000000ac890705772c8f1828a21f860fcecce1ef3a2fd3af758bb45c4481d0 0.00 MB 1 0
30,412 30,412 00000000545692977c1398eb449ad2068e450a852dc54eec2602a184405c6675 0.00 MB 1 0
30,411 30,411 0000000036dc823adb49e33fcae51bc5df728bfd364c30c8a89cc2794a2674cc 0.00 MB 1 0
30,410 30,410 000000008cc377fd5eefcdc4ad8370f7e520a08462feda6983bd370775890282 0.00 MB 1 0
30,409 30,409 00000000e854a8c91a34c713c006711751b66fa02d5d4da18859369f2de53619 0.00 MB 1 0
30,408 30,408 0000000001ba237df041fb4af449f5817e6e3de64d7635449e1b698248e32a0e 0.00 MB 1 0
30,407 30,407 00000000063c48157baa9ea490d71f0c958fbd2db2637eb6cbed819f24723c16 0.00 MB 1 0
30,406 30,406 00000000b3e908c502cc0b214c3ed8c146f13e32135204715b899d0aeb2fa73c 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.06 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,165.22 GB sent, 113.63 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.