Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

959 transactions (0.29 vMB)

Priority:

  • 1 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
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.29 vMB 959 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (437,271 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,233 474,233 00000000000000000186f0b8aa746746eb76a0dcc89de292a178ca02f0fde8a8 1.00 MB 2,440 273
474,232 474,232 000000000000000000ad87f881e1fac6d52fecbac94683c0f76f64e00f88e5ed 0.99 MB 2,394 241
474,231 474,231 0000000000000000018d280972e13b45585e80d3fe5645fcc32263bd73b8c7f2 1.00 MB 1,888 143
474,230 474,230 000000000000000000309b97977dbd47870a6e01d0e51b883753ad2d9b5775bf 1.00 MB 2,457 155
474,229 474,229 00000000000000000138fab9c9ebc9f1c5344215e38cba9d0a13843f5923a09f 1.00 MB 2,306 338
474,228 474,228 000000000000000000a04cb2571aef620f161d231d1eabcd38688d5ea9c1a502 1.00 MB 2,010 246
474,227 474,227 000000000000000000ad0d2e090052f174d93b9fe3b0ca86dfa45a1a4499c258 1.00 MB 2,311 354
474,226 474,226 0000000000000000000424412aba7fc2c69482d163a8843bf9548ad65ce44c08 1.00 MB 1,773 91
474,225 474,225 000000000000000000a4b7fc4e6bd7bf6dedac7862ad0726369f92c7ad79505b 1.00 MB 2,228 130
474,224 474,224 000000000000000000c662e2713b00a15719e572f30edca1ae28aacec86c4ec9 1.00 MB 2,523 334
474,223 474,223 00000000000000000045bc44f3c144d7b04f62c45c7e84944b4b0a8166dc179e 1.00 MB 1,673 191
474,222 474,222 00000000000000000050ec7616b875bb338e9aad8f7d4dff2065a827d271c932 1.00 MB 1,862 313
474,221 474,221 000000000000000000fa4f5784d6426bf0b0a8344a99154174968f4e32a5fc00 1.00 MB 1,976 341
474,220 474,220 00000000000000000101c440060c4ca1753366a17b51c6846d7b586d761e7d22 1.00 MB 1,703 188
474,219 474,219 0000000000000000004fe9ebe93f844182253a7b737eec82f7f9b6a6782f38a8 1.00 MB 1,737 198
474,218 474,218 000000000000000000e86ba78fd50b0f9bf8d87e0cf6d1b9604b05e029907fc9 1.00 MB 1,857 179
474,217 474,217 0000000000000000016856ed77870100c14a11f47479a89a53806bf586877629 1.00 MB 1,433 233
474,216 474,216 0000000000000000015c62501bdc5c49a36e0f7ea45f0264bb4a1ff66b22912d 1.00 MB 2,253 361
474,215 474,215 0000000000000000004c6495f36a65296fcea7b670c6ca450d9cf2a132bb0332 1.00 MB 2,450 387
474,214 474,214 0000000000000000012ada6a90a5117915e5d27a72222c9511f6a4a7de6f47e3 1.00 MB 1,151 152
474,213 474,213 0000000000000000006bcb315abebcda7dd38446d806f3267940292372243afb 1.00 MB 1,992 165
Previous 10 blocks ↓
Total Size: 776.17 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,412.43 GB sent, 129.57 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.