Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,556 transactions (1.56 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,888 000000000000000000022b910000000000000000000000000000000000000000 1.00 vMB 2,916 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,887 (469,110 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
442,777 442,777 000000000000000003b980721c8f7b6bd23147f4b4b522a4d50fd0ddfb1eacc0 1.00 MB 2,526 67
442,776 442,776 00000000000000000137932b761c15f9bbc46afbf8b66a72b741cf57070f64d3 1.00 MB 2,746 80
442,775 442,775 000000000000000001e0dce51ec85d5f78ec1f7f8faa36a332e793c1e41da371 1.00 MB 2,421 92
442,774 442,774 000000000000000001fb27c87340a17498224de5827737c2e208226bc6c5f2df 1.00 MB 2,823 65
442,773 442,773 000000000000000001dfd48ae2ea7f97a6a816a0ecbba547da9bc825a14689a1 1.00 MB 2,491 77
442,772 442,772 0000000000000000002ed230f9585d4038455af8280223f406ab9ecc1c936457 1.00 MB 2,641 92
442,771 442,771 000000000000000001b05cea75c738e7432bd32264f6cf2c14e7b6c9f7a51462 1.00 MB 2,269 75
442,770 442,770 000000000000000001a29f3e0c8da89999cb33544ffcdbb4fb1561a966ef35e8 1.00 MB 2,147 73
442,769 442,769 00000000000000000367a491ee853e48ce09e4ab98967700f7d3f12fee7669af 0.19 MB 658 111
442,768 442,768 000000000000000001d53402820f77a113fad13cc7477fca8c39a7b436f47415 1.00 MB 2,791 106
442,767 442,767 000000000000000002e578b8d8907f18220f8841792785e22c54010f5d2d2cae 0.98 MB 70 6
442,766 442,766 000000000000000003b90335d474f43bf2b5c6bfbd408976b9e1af2418030aa1 1.00 MB 675 20
442,765 442,765 00000000000000000177e40c7cc2ad0578982811d4cb0b8c0a088c71691bcecd 1.00 MB 2,473 81
442,764 442,764 000000000000000001415f610947126d662c3065745419b26cb746f304370b76 1.00 MB 2,137 62
442,763 442,763 0000000000000000008f24c1c1dee80633b0275e3201926f16a960fa4ef53f6b 1.00 MB 2,506 79
442,762 442,762 00000000000000000040d58998937a40172d80a24498e0819a5bc5a236a65eef 1.00 MB 2,478 80
442,761 442,761 000000000000000001f87a89e05f425f0e16758cf44b57e897bf7a73edb66e4e 1.00 MB 2,420 76
442,760 442,760 000000000000000000d3d242fca03b436a1dc8f3f2265bdfa07c63550403ecc0 0.70 MB 1,644 61
442,759 442,759 000000000000000000d8ae4a47365ab15e7d5ed43ec69bc836d3a016c3ccbf07 1.00 MB 2,641 87
442,758 442,758 00000000000000000345e04926c0275c22971d23c17ae926dc8a33aadd99399c 1.00 MB 796 27
442,757 442,757 000000000000000001b75a2718bd420da2f43e3fba8bc0eb09027c30cd383f0a 1.00 MB 2,378 85
Previous 10 blocks ↓
Total Size: 776.88 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,476.94 GB sent, 132.88 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.