Loading Tool

Explorer IconExplorer

Memory Pool

2,787 transactions (0.94 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 5.39/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,437 000000000000000000022b910000000000000000000000000000000000000000 2,780 0.02309842 BTC 0.94 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,436 (673,294 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
239,142 239,142 00000000000000680dcbf15186a74c145028ccee585784515f876c3409fe9551 0.03 MB 64 174
239,141 239,141 00000000000001189e8723c1fb273a34888e4b6d873e4c72ce81d37bc5f4706d 0.08 MB 128 18
239,140 239,140 000000000000005235cd12df2b00f9aa4f4dec94f48c8ab830c23226e9da254c 0.31 MB 758 209
239,139 239,139 00000000000000943d6e7d7e0d799190cf02e91557b7b08b8a51623f36e4e707 0.08 MB 133 125
239,138 239,138 00000000000000d610b47b37078890a78b388e3bbbbb1058f8966cf3cb18c665 0.17 MB 244 135
239,137 239,137 000000000000009fbdcb450a251d30b4b9ced264202ce6c9a2f56a80dc35dde6 0.25 MB 601 183
239,136 239,136 0000000000000018235c41836eb88ea45343c746a3704c5a155bb90c7d2d9a48 0.25 MB 602 204
239,135 239,135 00000000000001137c83301b8bf3016b05185a5ae7a374ed526b9874e78c7e95 0.10 MB 225 179
239,134 239,134 000000000000011ac5ba5829d0904b6a14a49a6b98a8495ca821910a796c024c 0.07 MB 142 191
239,133 239,133 00000000000000e2bd27c803cf3bef7df7840b3a0258d25c436267a7e6347ec8 0.03 MB 69 176
239,132 239,132 000000000000014db4d4da1fd3ba20f5e2f7ecd015bc64ef5468f5cba5c19880 0.08 MB 195 171
239,131 239,131 00000000000000bea1c9292bc7a8d69c4a2b6a49fa9ff0e2ee29eeaa77845111 0.10 MB 173 167
239,130 239,130 0000000000000097c7150311f598047c453f4de8b38ff3d3fa2e8044a7c33930 0.05 MB 71 92
239,129 239,129 0000000000000131875d95b48e4650b004b6386c034bead918228b90290d75fd 0.23 MB 471 191
239,128 239,128 00000000000000a2353a5b471a23bc493063135bc5d5f0c3b723aafce6100c64 0.25 MB 573 203
239,127 239,127 00000000000000c6e0c6796cc5b578e4cc80ddcfbda11654c16053dd91ea7b64 0.41 MB 512 33
239,126 239,126 00000000000001436f03beca826609f66b2b2c5cd7d122da41b332b8efb28a7b 0.06 MB 56 80
239,125 239,125 000000000000001d4de3c82f5f5f27179e65592cb4b6733e6e04b12b81c00f2f 0.17 MB 327 191
239,124 239,124 00000000000000d5d24b98ab284792f9a76e44999e450b9b6645843b0e0bc489 0.04 MB 66 140
239,123 239,123 00000000000000dc8daad9b6ae1b8bdc84c2fd2095a775e37a3f42e223eec1ef 0.08 MB 152 165
239,122 239,122 00000000000000ddb6b6b190d2fd55ac71998abe38edf411633b18a5a9294a91 0.12 MB 214 135
Previous 10 blocks ↓
Total Size: 777.86 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,553.37 GB
    • Received: 137.56 GB
  • Uptime:

Notes

  • 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.