Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,981 transactions (0.61 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,987 000000000000000000022b910000000000000000000000000000000000000000 0.61 vMB 1,977 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,986 (870,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
41,741 41,741 000000006352b2dcc349adc2dfd7196b383f36f4d6a953a66f24a6368239b493 0.01 MB 2 0
41,740 41,740 00000000612589852107a6759c79f51bbcb1ef2fee15237719f4c07348a0aedd 0.00 MB 1 0
41,739 41,739 000000001c85904c19d2f87040145d5c568b5bf939c4243daa3f5f1dc557a7a8 0.00 MB 1 0
41,738 41,738 0000000042b4b669a302b9fbf9ad7e590b0c211c38c9083677044da1a9a8d925 0.00 MB 1 0
41,737 41,737 00000000070c0c7e5ec33ec5f776a6ae5c15f1cb2f6ce543c9d3e0fb9c2648c9 0.00 MB 1 0
41,736 41,736 0000000058a5c7fc0bf997b6b8a261b95a82e76216b837a7fe6f445ad63bb1fd 0.00 MB 1 0
41,735 41,735 000000005a8fdb172999356edfc15278c61816bf959cac0302568c436b0bd431 0.00 MB 1 0
41,734 41,734 000000001fd600124280c852f16b22afa0cdaae75b1d410b1ffa4ebf8dd3fac9 0.00 MB 1 0
41,733 41,733 00000000220054e3540c5de7273526a1c2e19128182e85698a68078b5663f185 0.00 MB 1 0
41,732 41,732 000000003eea9d87a0434fa2405a95d3a90cc926ae49be699de779314709e018 0.00 MB 1 0
41,731 41,731 0000000027adf8f81bf88c1bff834bd2810a2a80f95e307c6a9c6b3c4fea3a11 0.00 MB 1 0
41,730 41,730 00000000541e3749d181f34cbf7820aafd8cc7140c030ad9f916fc1e9f8639f3 0.00 MB 1 0
41,729 41,729 000000004b350b1b34808dc1fb6cb3cd759e8c60aa51cf1344bfdb8ce84f57bb 0.00 MB 1 0
41,728 41,728 0000000019f6204ebdc0daf3dd5a135cd2f30ef1dec38ca96795159aff1603cf 0.00 MB 1 0
41,727 41,727 000000003c03284bba38179fa9bcd708ac3fe1b3e9980b5ac98c735485b0a756 0.00 MB 1 0
41,726 41,726 000000002899959a724b6dfb7ea8898e382571950a7852008a435b929bf63088 0.00 MB 1 0
41,725 41,725 0000000040a850acd308f5ac4a4713d66d4bd0d9148495444cecdc2f2faf7543 0.00 MB 1 0
41,724 41,724 000000003583ccd1a13658d22dd5c618b8b306c3e6adaa0ccfa4ef43221d2c9c 0.00 MB 1 0
41,723 41,723 000000001bf887d4388e2d86986d1f5efef49862a3d9cdf8afbf393d55b60f45 0.00 MB 1 0
41,722 41,722 00000000073dc3323ab64bb1a3245025dcff6509db3ca1a2c02145159f08dea1 0.00 MB 1 0
41,721 41,721 0000000060ed617aee8194d5e087982a02e1deb26882a7eb43528b85ff27bd6a 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.06 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,503.62 GB sent, 133.76 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.