Loading Tool

Explorer IconExplorer

Memory Pool

42,364 transactions
31.85 vMB
0.09702366 BTC
Random Selection Loading Transactions
Max Size: 159.84/200 MB

Candidate Block

Mining Attempt e686e557840914ebec44f4f0f203c9f25b2052850adde23c941e14b44cb9c4fe
Version 20000000
Previous Block 00000000000000000000a7f094557a1c08216b2fd5b94073a11ff2864e9b9455
Merkle Root 8a9cb22d66ccb4ae7a6f07fd164438f768bc2a88bf02f6fbcfe194eb9f389b45
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,430
Size: 1.00 vMB
Total Fees: 0.03065966 BTC
Feerates: 401.97 > 3.07 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,565 (440,343 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
474,222 474,222 00000000000000000050ec7616b875bb338e9aad8f7d4dff2065a827d271c932 1,862 1.00/1.00 vMB 313
474,221 474,221 000000000000000000fa4f5784d6426bf0b0a8344a99154174968f4e32a5fc00 1,976 1.00/1.00 vMB 341
474,220 474,220 00000000000000000101c440060c4ca1753366a17b51c6846d7b586d761e7d22 1,703 1.00/1.00 vMB 188
474,219 474,219 0000000000000000004fe9ebe93f844182253a7b737eec82f7f9b6a6782f38a8 1,737 1.00/1.00 vMB 198
474,218 474,218 000000000000000000e86ba78fd50b0f9bf8d87e0cf6d1b9604b05e029907fc9 1,857 1.00/1.00 vMB 179
474,217 474,217 0000000000000000016856ed77870100c14a11f47479a89a53806bf586877629 1,433 1.00/1.00 vMB 233
474,216 474,216 0000000000000000015c62501bdc5c49a36e0f7ea45f0264bb4a1ff66b22912d 2,253 1.00/1.00 vMB 361
474,215 474,215 0000000000000000004c6495f36a65296fcea7b670c6ca450d9cf2a132bb0332 2,450 1.00/1.00 vMB 387
474,214 474,214 0000000000000000012ada6a90a5117915e5d27a72222c9511f6a4a7de6f47e3 1,151 1.00/1.00 vMB 152
474,213 474,213 0000000000000000006bcb315abebcda7dd38446d806f3267940292372243afb 1,992 1.00/1.00 vMB 165
474,212 474,212 0000000000000000016c41f1e24d044bc1e4b50326a4172e5e4df16c902d524f 1,484 1.00/1.00 vMB 244
474,211 474,211 000000000000000000e0d68f38a69ed2e9b617f4aa6da717058fd631e7f175b7 1,902 1.00/1.00 vMB 334
474,210 474,210 000000000000000000d113547efc20e212ef526daecec50a98d96fa4bb9248c3 2,054 1.00/1.00 vMB 363
474,209 474,209 000000000000000000c763cf71161a7ecb84f7b4836e31308ebabc1eed802984 1,991 1.00/1.00 vMB 247
474,208 474,208 00000000000000000029fe62874fbca0cf85626cad13af98d7f00ad02f2eac41 2,875 1.00/1.00 vMB 397
474,207 474,207 000000000000000000a1a6e977e9050df52e0e4cd6bd0dc17a5a5f86b956ad5c 1,288 1.00/1.00 vMB 82
474,206 474,206 00000000000000000139d4d384f190c986344c841a0ed9ae91b11bd08de67b57 2,332 1.00/1.00 vMB 262
474,205 474,205 000000000000000000dc47cc80f16d9b4c87cd426437737b95821f85e3e32bc4 1,359 1.00/1.00 vMB 91
474,204 474,204 00000000000000000058564769592ec393580b30542ed06c447a0b7b26b34ef8 2,388 1.00/1.00 vMB 99
474,203 474,203 000000000000000000abdb6a04bac11e01f164ed4b78ddc30e962a6a65e049cc 2,229 1.00/1.00 vMB 310
474,202 474,202 0000000000000000008982c0525bb88987589d288f4b5ed327518c35d9aa94a4 1,913 1.00/1.00 vMB 115
Previous 10 blocks ↓
Total Size: 781.62 GB

Node Details:

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