Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

650 transactions (0.22 vMB)

Priority:

  • 1 sats/vbyte = (7 blocks)
  • 2 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
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.22 vMB 650 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (836,558 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,287 74,287 00000000000833d910c04c3a6b76a8c6d324895bf7a38774011a9c54bc887c47 0.00 MB 1 0
74,286 74,286 00000000003acdf79974cbfdce988ea5a02a4ee93b2ab03b29206cce7dd935b0 0.00 MB 2 0
74,285 74,285 000000000088d4e1695b158b4d0452ff62ac7daeb7ccb325d9931a4a9ce03649 0.00 MB 2 0
74,284 74,284 000000000068b56c11b29aa9bf6821528280a00067f13de9041ecf8412366108 0.00 MB 1 0
74,283 74,283 000000000054977ab8d2f2d1788782031500737ec1a59d695c419f63db81ee30 0.00 MB 2 0
74,282 74,282 0000000000ab3f199001f4011be626dc4ffeeaa650466cb9cea293e72da7d0d0 0.00 MB 1 0
74,281 74,281 000000000092877470b53fe359f82b9c615fe1af32f5a473e205d92cc9d2f814 0.00 MB 1 0
74,280 74,280 0000000000595f49efd84229d20e94186962c9e0d18e61de67cb996e7fa1e833 0.00 MB 1 0
74,279 74,279 0000000000770aa9ceb6f64de54048bd6a92fb1c751a8a4b3df72810185ecea9 0.00 MB 1 0
74,278 74,278 00000000002ba802601febd2194ee41f551e3b8da79165960ad402265292c485 0.00 MB 2 0
74,277 74,277 0000000000a033bb53e7a71b046cd1cbc8dec80375590ea712e62040534ac221 0.00 MB 1 0
74,276 74,276 0000000000af23b85b77f98ba4060f31a021809acca0ad76503ec3371eb0c747 0.00 MB 3 0
74,275 74,275 00000000002996a48116c624512d6fe83620fe0efb85e6677ea216e6c31e1820 0.00 MB 3 0
74,274 74,274 0000000000abf9a9132c9181c34528b11e53f6ea5b81436500867a896618e2e2 0.00 MB 1 0
74,273 74,273 000000000057e51f7f171b1e93e5e64533cd07434890f1c8ce728d5774d78d1e 0.00 MB 2 0
74,272 74,272 0000000000382320d9f66ceac021ac2505f535a4dba8c86baacd7075dc91fe04 0.00 MB 1 0
74,271 74,271 000000000027803e83da0c35d0c2b824fd37fb08430dcf85242545f32a8aeca7 0.00 MB 1 0
74,270 74,270 00000000007b1fdb542b767157d475334087774ac226506d807fd77de55ebb77 0.00 MB 1 0
74,269 74,269 00000000003d084bf30b283157740f3a2387e0f67b33dac8b631b196cc72cab9 0.00 MB 2 0
74,268 74,268 0000000000147d557d9c0aee0faea63a8fe29a7960b80b0f21af7bcae57d96ba 0.00 MB 4 0
74,267 74,267 00000000007acfcf103e6653b30fc1a21359ca5fc55d5a4657c5d969152c6a14 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.95 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,334.50 GB sent, 123.46 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.