Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,559 transactions (0.80 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,980 000000000000000000022b910000000000000000000000000000000000000000 0.79 vMB 1,527 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,979 (870,245 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
41,720 41,720 0000000056e683f544f3c713a812d8e80fb1ec6c09ad92e821c5c8b6111b8404 0.00 MB 1 0
41,719 41,719 0000000034f79b602d0d8bc3484f9514517691cd8a34a2e92ce2a508a00f3238 0.00 MB 1 0
41,718 41,718 00000000217f7c73882e074588669b8c349552f939458dd19c999923c2b8b71d 0.00 MB 1 0
41,717 41,717 000000002de30ceba94220bd52676cfdee438a5a1043a0c1fd9f91461eb3f480 0.00 MB 1 0
41,716 41,716 0000000011dd6e603791dcb02d3aa2579a6bdb20e2a085983dd086fb568e219d 0.00 MB 1 0
41,715 41,715 0000000048186a91d406a262be5f7ced13ef30fd6ae6c0b816ca512f8b7a7cf2 0.00 MB 1 0
41,714 41,714 0000000054b019204a2eb39f7f0174bb3f980bf5d5e489f6055ccc89aa37f077 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.05 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,500.71 GB sent, 133.68 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.