Loading Tool

Explorer IconExplorer

Memory Pool

30,956 transactions (5.00 vMB)
  • 1 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 41.73/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,597 000000000000000000022b910000000000000000000000000000000000000000 2,416 0.02105254 BTC 0.73 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,596 (756,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,166 156,166 000000000000059a04d568aca1edc50b78db3fc73757227371191c3c216dbd81 0.02 MB 47 111
156,165 156,165 0000000000000d7829632160b07a121ff305cc909115f143df759412b244dd96 0.02 MB 52 49
156,164 156,164 0000000000000ee8bab537f374c45c4f76f09606ce149825bc0d27bfdc595182 0.04 MB 50 50
156,163 156,163 000000000000035a502862646d605093cb704f007628bfb742d80e2d8e66b3f7 0.01 MB 19 217
156,162 156,162 0000000000000e57d323ef37179e58f1eeb4d13828a10db4f3d320af94119fab 0.00 MB 13 334
156,161 156,161 0000000000000626474135438471066fbe93d7c07496dd6f0aea64b832ed3619 0.01 MB 43 62
156,160 156,160 0000000000000a6b0fc04ff2d133fa10d6fcf3594a8ad8d1c2e40a6bbcbd9a21 0.02 MB 28 33
156,159 156,159 0000000000000d279b54f3ac4ea4b324e1edc1dfd2966d39edf5b427899ce084 0.04 MB 138 25
156,158 156,158 000000000000007d80ff72c9b7aabf97ff15dc1679f2c55e658e8dfb4a9d3c69 0.05 MB 121 29
156,157 156,157 0000000000000d4138b5e6f8111957785f60f8df385d74145b2be25d862d4dac 0.03 MB 87 159
156,156 156,156 0000000000000c70a25c35555666b07b892a1e7b238a835242228cebf027dfd6 0.00 MB 9 151
156,155 156,155 00000000000001e0ee3783877d592156d2ab3e47ed15253433e4e7ddfaae7e79 0.01 MB 20 173
156,154 156,154 0000000000000271eb516c98d0dabd1d4ee6ea3ef8f4c871f0f48a5bb6404083 0.00 MB 11 0
156,153 156,153 0000000000000126b5c4a12f27c1a6f29486acdba0687fa642634e17ddc3911a 0.04 MB 57 82
156,152 156,152 000000000000071b407bef7738e1cc4e6dd9536030540cf403dc9e05f9d82fb2 0.01 MB 18 234
156,151 156,151 0000000000000f2b9c5445f90d8cd919b482929c9649cef9b71c8ebc04d7e411 0.00 MB 10 28
156,150 156,150 0000000000000885ce3b94937fd20842c838bd5bc015908032fcd4fd4f5b0c48 0.02 MB 41 63
156,149 156,149 000000000000095f1cb6f8d4bb6e898af9c914920cf18690ee96af6f804258c1 0.04 MB 123 2
156,148 156,148 0000000000000be94004039af0d71af2331b96c5debc5bf1504a9a0fb56f29a0 0.04 MB 77 139
156,147 156,147 00000000000008d6adb2b40ef8b041dbe98b6d32f01b7f8dec96b8a90dd96a86 0.01 MB 11 8
156,146 156,146 0000000000000878bb2bc7d5b37fc3d0c9eb5733f02064ea6b0b3cea5eb7b2e3 0.02 MB 60 120
Previous 10 blocks ↓
Total Size: 778.11 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 54
    • Outgoing: 10
  • Data Transfer:
    • Sent: 20.31 GB
    • Received: 0.38 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.