Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,163 transactions (0.64 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,505 000000000000000000022b910000000000000000000000000000000000000000 0.63 vMB 2,156 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,504 (437,282 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
474,212 474,212 0000000000000000016c41f1e24d044bc1e4b50326a4172e5e4df16c902d524f 1.00 MB 1,484 244
474,211 474,211 000000000000000000e0d68f38a69ed2e9b617f4aa6da717058fd631e7f175b7 1.00 MB 1,902 334
474,210 474,210 000000000000000000d113547efc20e212ef526daecec50a98d96fa4bb9248c3 1.00 MB 2,054 363
474,209 474,209 000000000000000000c763cf71161a7ecb84f7b4836e31308ebabc1eed802984 1.00 MB 1,991 247
474,208 474,208 00000000000000000029fe62874fbca0cf85626cad13af98d7f00ad02f2eac41 1.00 MB 2,875 397
474,207 474,207 000000000000000000a1a6e977e9050df52e0e4cd6bd0dc17a5a5f86b956ad5c 1.00 MB 1,288 82
474,206 474,206 00000000000000000139d4d384f190c986344c841a0ed9ae91b11bd08de67b57 1.00 MB 2,332 262
474,205 474,205 000000000000000000dc47cc80f16d9b4c87cd426437737b95821f85e3e32bc4 1.00 MB 1,359 91
474,204 474,204 00000000000000000058564769592ec393580b30542ed06c447a0b7b26b34ef8 1.00 MB 2,388 99
474,203 474,203 000000000000000000abdb6a04bac11e01f164ed4b78ddc30e962a6a65e049cc 1.00 MB 2,229 310
474,202 474,202 0000000000000000008982c0525bb88987589d288f4b5ed327518c35d9aa94a4 1.00 MB 1,913 115
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, 113 incoming
  • Data Transfer: 2,412.44 GB sent, 129.58 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.