Loading Tool

Explorer IconExplorer

Memory Pool

28,074 transactions
11.26 vMB
0.03841448 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 65.22/200 MB

Candidate Block

Mining Attempt a83bc2e443abc73e2fb177730ded95f16ffe6a93f11bba36d28aa6bb08239160
Version 20000000
Previous Block 00000000000000000000982307d3b756516d69e5f9eb847bc91735f48dbd8995
Merkle Root fa90cffec4d4d084e4f49bd3566d8548e24f84af9df2de7c2fd26b9e3b094d3f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,385
Size: 1.00 vMB
Total Fees: 0.01920087 BTC
Median Feerate: 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,548 (649,060 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,488 264,488 0000000000000000d1dcfb9c0286d3c8908affa0bf3e7e7bd6d43feac6064ae4 242 0.11 vMB 113
264,487 264,487 000000000000000d2819f58dd841a1c58afddb32da88a4f2f37af53712e53ace 197 0.10 vMB 85
264,486 264,486 0000000000000008aab7683dfc23b0eda0989a5dd8f8ee9069da702fb7b0fccb 275 0.11 vMB 38
264,485 264,485 0000000000000001267357fd027248d29479291855541c63f2a95f27b564e6aa 464 0.23 vMB 106
264,484 264,484 000000000000000ff62a5bf9acb7b1bd80c910d71f1d716c6fb63a8800c810b7 137 0.05 vMB 95
264,483 264,483 000000000000000826b5ad8e10a1809af883b0eae675c71dd1720d83ae3d91fa 38 0.02 vMB 28
264,482 264,482 000000000000000fe4dfe61c99bb814d80ddb98189effdfc68508ea539594d7b 403 0.19 vMB 119
264,481 264,481 000000000000000a6398085e41ff093d188319ed02f14a0c5ae941dd902b6dde 161 0.06 vMB 123
264,480 264,480 000000000000000dc9a2d6c754bacffc825ff769617ebdcf5f0fa90af7ae0651 150 0.05 vMB 90
264,479 264,479 00000000000000086028317bab0e2217ef33792c33d769896489cfbb950cb192 295 0.15 vMB 40
264,478 264,478 000000000000000755d9e99733f7b887a192777bdd10847a1fdc1545b25b07c2 181 0.07 vMB 79
264,477 264,477 0000000000000009a232f822a26440ed8002ee07f4a1c43d8d92e38308b5b6da 98 0.07 vMB 40
264,476 264,476 000000000000000966b358cf43e51a86545060e3714b13344d5c46fa4cb01c8e 560 0.25 vMB 107
264,475 264,475 0000000000000003bd4e188140a32f7690fa94496f2a4cd577cc785c0e845c9b 346 0.15 vMB 143
264,474 264,474 000000000000000d2eb9f344a9920343c89a67805503d44c93b0af02378c9374 246 0.14 vMB 234
264,473 264,473 0000000000000000433422a9f10039a7fe97e60c8c9a5d96e56cbde73793be76 270 0.21 vMB 89
264,472 264,472 0000000000000005cd6347afe2ab6d4b0ccda4b90811bf98d164f98564d4219a 284 0.13 vMB 110
264,471 264,471 0000000000000009d4f6ca0767830d01fa4011f3c8e77db0305d3c40dcedbe19 280 0.12 vMB 115
264,470 264,470 00000000000000030bc4438ddc0d3782c35a48d7d03bf00f50f7af07db0c9629 336 0.15 vMB 88
264,469 264,469 000000000000000cf616181b4e405ae19da20fbfc83303c83ae2b53e74920ace 464 0.20 vMB 102
264,468 264,468 00000000000000034c43898289b97b6d121fa88064798091f467622d75b3584e 309 0.15 vMB 855
Previous 10 blocks ↓
Total Size: 779.81 GB

Node Details:

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