Loading Tool

Explorer IconExplorer

Memory Pool

684 transactions (0.18 vMB)
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 1.05/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,315 000000000000000000022b910000000000000000000000000000000000000000 681 0.00531681 BTC 0.18 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,314 (897,415 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,899 14,899 0000000041ee8ae9a0f1f0d68c1065f9b157a290eb90b41e9768181d3493ac06 0.00 MB 1 0
14,898 14,898 00000000fcc516f67fd278f4c40517b01a2eac16a727ac448d9b59a30b8531f8 0.00 MB 1 0
14,897 14,897 000000001465dbd77f5b32a2858e8764c532d24d5788153f5671808709d0029e 0.00 MB 1 0
14,896 14,896 0000000044bbf037700a69ce8e6415c2cc3afd61741064890c35751332b55f1d 0.00 MB 1 0
14,895 14,895 0000000014dd9016f9aa50906214697804e0c0830140505039280b5df2a57321 0.00 MB 1 0
14,894 14,894 00000000ddb8e8cc8d3222724bb6ee5f4139ea6362587a507baab0438debd561 0.00 MB 1 0
14,893 14,893 000000001747cf0f0a3aa53d075232c0da5cb6452541a418d7c06c973d026263 0.00 MB 1 0
14,892 14,892 00000000d6b7f0761fad1de3f3ce7302a056f3fac03bc92c49142d2e665390a4 0.00 MB 1 0
14,891 14,891 0000000091858df5c1e04980d6667d78bae7fc45e8f72e5fddd40210feee7404 0.00 MB 1 0
14,890 14,890 00000000ffca2b3b5df775b36415f5c19ef904dfd70a97c3dc2ea56654e87d73 0.00 MB 1 0
14,889 14,889 00000000c1510b7d180e085d8a9b1a08ecbff9a5f42df8fcdcfc72940aa3f445 0.00 MB 1 0
14,888 14,888 00000000335bea1b8d758d975c19df9692cc66dbc30698b54c0306ad9493e03c 0.00 MB 1 0
14,887 14,887 000000000c2967b636945e7242bcfe9cebcec787c6e2483fb3fd361cf38611b2 0.00 MB 1 0
14,886 14,886 00000000dbe7144b80366fd5ecb8e8582018df7474018b252b294f413c383f23 0.00 MB 1 0
14,885 14,885 000000007ec3a84afb0e98481d30f5f48e828f5c336210890bf85eecaf5f7858 0.00 MB 1 0
14,884 14,884 000000005d544045b46b6fccbd7044eecb9ac8ef319bc0efd03287ddaa25e447 0.00 MB 1 0
14,883 14,883 00000000298e91915ccaa33556abd2df272c0132d7aaa12b69efbc75040b02c6 0.00 MB 1 0
14,882 14,882 0000000087d1a274fecafb3d65da5d742eb63aee585f136532aa9f06b9d3e627 0.00 MB 1 0
14,881 14,881 000000002042b2f9c65697d1f7006cf49ea9101d9605f4e1783cd6a0ff56594f 0.00 MB 1 0
14,880 14,880 00000000965828f62d290162b073a411e28662ac452c8c26b51cfcfc3734b8e1 0.00 MB 1 0
14,879 14,879 000000007021c6444af61597a4d9281383dce3f3c269d41aecdadb5906c193c0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.65 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,542.78 GB
    • Received: 136.62 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.