Loading Tool

Explorer IconExplorer

Memory Pool

13,387 transactions
10.58 vMB
0.03572960 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.58/200 MB

Candidate Block

Mining Attempt 88e8df0918a83f5556b6300cf4ab2dc4b272f14047da691b1ff69e333e1d0c41
Version 20000000
Previous Block 000000000000000000003cda2c193a02bec06194c9a75bc9f8b996f80df7088e
Merkle Root 301f0cab97cd7565e6a67b5509dcf42b2a963e5f73f955b1ea98660ae52987dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,948
Size: 0.99795775 1.00 vMB
Total Fees: 0.01901290 BTC
Feerates: 103.55 > 1.91 > 0.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,813 (716,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
197,290 197,290 00000000000002be1c32a53b11b2f666ff75952af88f9942729f0409ac4da2ad 148 0.05/1.00 vMB 116
197,289 197,289 00000000000005af4ee1320285fe33adc1e0e5a12013bd23d9813c8589720b79 166 0.07/1.00 vMB 121
197,288 197,288 00000000000004f6f161a5034e7ec824e905a83988b8e227f75c8e41fd3ca22f 80 0.03/1.00 vMB 85
197,287 197,287 000000000000006bfde24b61a66176fe320d205f24399d01f0fe89292ada8dee 23 0.01/1.00 vMB 94
197,286 197,286 000000000000012cbfde72ccf0f915e1145d7876772e03ad4205403df25ccffb 69 0.03/1.00 vMB 107
197,285 197,285 00000000000000f57545d610cdb02392f20f37efe8f8a80fc42c0bf6a493374e 192 0.05/1.00 vMB 15
197,284 197,284 00000000000003ab6851f1c138d032075cace7aadd90b7a1bc0d5792b2637ea5 169 0.07/1.00 vMB 185
197,283 197,283 000000000000069a17b56ae5dccbfc93afd8f4c6c98bfc705d9b7c7df54f09e5 268 0.10/1.00 vMB 134
197,282 197,282 00000000000002b5d58ff44106383b6988ff3e1267b3bfb4c3a85364237f261e 321 0.14/1.00 vMB 143
197,281 197,281 0000000000000673a1645fd6281d9033df933803f7db90c3f509ca29a24a0b5d 26 0.01/1.00 vMB 117
197,280 197,280 00000000000001b38e93f02be1f00ae3f39c4ab32dfb989154d38cfce2b29a4a 145 0.10/1.00 vMB 104
197,279 197,279 0000000000000088246a0a90732f7fca77d0b0087c1997a91311e70a54b33da8 218 0.09/1.00 vMB 138
197,278 197,278 000000000000048cc655fa1a2506237e1dd0d027a77519e3eae16b6a4bddd16a 122 0.05/1.00 vMB 64
197,277 197,277 000000000000021ab1de790e219895a41ef2000e9faba426695b7425ea33ffce 534 0.21/1.00 vMB 133
197,276 197,276 000000000000030bc1f6d8a0ad70da7be6b910ef5cb639e94511a8400dcc35b9 32 0.01/1.00 vMB 0
197,275 197,275 000000000000046795799f2bcfdda0b3cc32562508bd014fcd0c1a4762cf47c2 29 0.01/1.00 vMB 12
197,274 197,274 000000000000035235826b944fe5af77203bbf986784b56f1c4f11de23113db7 409 0.17/1.00 vMB 128
197,273 197,273 0000000000000460b82f8f613e1b9fbc7f7c9a7741b929170933af2d97bbb71b 512 0.18/1.00 vMB 185
197,272 197,272 00000000000003cf7ba529523b227dd896032dc6256f45c047b21a0cb6b5d523 128 0.05/1.00 vMB 141
197,271 197,271 00000000000003f520799952e59bbcbf86d202cb332f4d63b990e47416f996ed 143 0.05/1.00 vMB 106
197,270 197,270 00000000000000bba74365ba9b4733c7423ae98e6ac816edbe0ab24ea9eddd34 396 0.17/1.00 vMB 143
Previous 10 blocks ↓
Total Size: 780.29 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: 516.94 GB
    • Received: 4.49 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.