Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

210 transactions (0.05 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,286 000000000000000000022cb30000000000000000000000000000000000000000 0.05 vMB 210 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,285 (843,122 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,163 67,163 0000000004e13e8d1d97eedda60c5cf8532379aaba69611c583d1175f92f1c98 0.00 MB 1 0
67,162 67,162 00000000052af4c58c1da1e8e253e728ea5ade6dd11564f9a6c4befa638816fd 0.00 MB 1 0
67,161 67,161 00000000025a5f6b0c3d6ac6cb9b8e8f1325c3cd5020576c502ae3fe99624786 0.00 MB 2 0
67,160 67,160 00000000011df22a9cfc8425d845cb0e4dfed531c38b8c1d5b62b21b159cac6a 0.00 MB 1 0
67,159 67,159 00000000045da4f4739dcac17fc2118d22fec17497eef4731c58ed289236cda4 0.00 MB 1 0
67,158 67,158 0000000000d46cfc273f64469644fb2f13074544ecffaec76784adfd6791d9c5 0.00 MB 1 0
67,157 67,157 00000000022365927fb09e18dc4574f4c424da998fc305f10c29f59962fe4662 0.00 MB 4 0
67,156 67,156 0000000004ad81bc56c298714bf730c09e9e27d43a8b66bf5a8f7e86d2b95583 0.00 MB 1 0
67,155 67,155 00000000051e5303afecb2ca17ee5c3ed848b3f449f18562ba001950f0dc65c0 0.00 MB 2 0
67,154 67,154 00000000018cd7fc1d5fabe689794e399cd05d5df7006d839ae24c24f1c911da 0.00 MB 1 0
67,153 67,153 000000000278c06016f56c04d9b663c12a5b889b8d0554a50c44a624472ce40f 0.00 MB 1 0
67,152 67,152 00000000059f0c1b1eb024dd0f9bb546fe2b1a083d3d1baf3f6dd1460ab92b9f 0.00 MB 2 0
67,151 67,151 000000000066cf04e9468d288b64aafdb77f79c368c0f47d0d001a44179bc7d6 0.00 MB 1 0
67,150 67,150 00000000017b83ae1ff144278e213858331149240dd02e1307dd86c4f2ecae90 0.00 MB 1 0
67,149 67,149 0000000003658d598d23e5a423696b295faee5dee4a5bf59c335a8324e534238 0.00 MB 1 0
67,148 67,148 000000000266566a45a768f3baf0f99be34a83d6089b135cc3f5578691cfabd3 0.00 MB 3 0
67,147 67,147 000000000499d2ce8039ad2d8a6483d6cd5730e653d0124521e200a7517f46d7 0.00 MB 3 0
67,146 67,146 000000000199ce930cd199b9240f9a360ceec77646b1b0567569036bf302dcbb 0.00 MB 1 0
67,145 67,145 000000000220b6b100d5a0eb4b612424fa9a5613ea44c59752d134bd8b5dd4d4 0.00 MB 1 0
67,144 67,144 00000000040c0ddc8e35185b920d98ca530ad0cc47348b1035683a0b540fe724 0.00 MB 2 0
67,143 67,143 000000000104de81b610b78fb79f82c43196d74845e547434f6ef9e2da262362 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 773.93 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,229.03 GB sent, 118.21 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.