Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,048 transactions (1.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,045 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,762 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,044 (819,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
91,179 91,179 00000000000a16e0c6773ef9c631a4f91b4e2f2d3e00614eee3bdf96842d096e 0.00 MB 6 0
91,178 91,178 00000000000bcaa5e179e693f475e491c3f7df05fb5547d6efe116db9d3ea9b8 0.00 MB 2 0
91,177 91,177 0000000000041c16354d857398db293e39e086e3b703509be33738488d78fb48 0.00 MB 6 0
91,176 91,176 00000000000350e17f62d645ba80ca1684c6c4f4780836b443b8e43627f1c35b 0.00 MB 2 0
91,175 91,175 00000000000be0cdd6f866286ae5348977624a5bce60aad9365f1d6e3f99e3b0 0.00 MB 1 0
91,174 91,174 00000000000d72a6189bb4fffd47b77cb3f21fd3bdcf791c5bb5b296a54b1729 0.00 MB 1 0
91,173 91,173 00000000000c96cf9197d6b69221307088ed3ffd13606639d9675714661e647a 0.00 MB 1 0
91,172 91,172 00000000000dc01a914ed4adf08cc4045dec3e1b57f4aa3f4ce6d3274dde3fcf 0.00 MB 1 0
91,171 91,171 00000000000ba789fb00b235d72863f9de477871ebf784966994614a1e6fa231 0.00 MB 2 0
91,170 91,170 000000000004d1d70c6823f2d7db91aa03ff4bd6b61e8eb87851c39367377542 0.00 MB 1 0
91,169 91,169 00000000000dc67498aa290db9c655855e67fc89180b23e3139cc393b4b1c790 0.00 MB 1 0
91,168 91,168 0000000000005afec966b74a2681a8452f9704ce13e23803bafa74c635d25b0c 0.00 MB 2 0
91,167 91,167 00000000000cbc73f45109515ae2382d790935d87e6e053dd6644b083ccd92d1 0.00 MB 1 0
91,166 91,166 000000000004a0bd9ffd824d33a7502cffdfcb2792c6ebc5d5b589f8ac828a8a 0.00 MB 2 0
91,165 91,165 00000000000acbe077dcf6c7c6437f79ec7807a44f50e48fcc88f0f2756e92f1 0.00 MB 1 0
91,164 91,164 00000000000a86650ed1e0eca0d15a192503069fe917c08f623cd0ac0e4852aa 0.00 MB 2 0
91,163 91,163 0000000000089d77cf5f4c4ace47dbf864dfb908ad8cddbc09f58597d5141df2 0.00 MB 2 0
91,162 91,162 00000000000d2d63aa66ef0b8f89549fa120201dca22770e6fb2222e66317117 0.00 MB 5 0
91,161 91,161 0000000000091956c98ac3d8dfd61a543f6bfd7ddb250124a33d217201a43e9f 0.00 MB 2 0
91,160 91,160 00000000000ce96810ccbff025b5eb6710008101e3a9096fbd7a4df2c7ce7b21 0.00 MB 2 0
91,159 91,159 000000000008298239f97147e2478617918aba089bd2ba8c18d1babe47905977 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 775.32 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,362.97 GB sent, 125.42 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.