Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

815 transactions (0.26 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,846 000000000000000000022cb30000000000000000000000000000000000000000 0.25 vMB 802 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,845 (836,553 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
74,292 74,292 000000000050a8e4d4e682b4b5aea24d4e84e19a54f462ba28ea7c6dd469f3b2 0.00 MB 1 0
74,291 74,291 000000000022a500e3b2fb76a4121007a89115ec5411b88102172033e434b177 0.00 MB 1 0
74,290 74,290 00000000007f76a33308cc0d82684d792993855c4fec6a64f4636fadf603c003 0.00 MB 1 0
74,289 74,289 000000000063eb3dcf49e19bd4712b5d397aae334c4e409693b4d3c5bac68f1c 0.00 MB 2 0
74,288 74,288 00000000006ee0c591728a850d6dae76382218fc476cae87a70b34fbdfe6b77c 0.00 MB 1 0
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
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.51 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.