Loading Tool

Explorer IconExplorer

Memory Pool

34,267 transactions
14.34 vMB
0.06400516 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 82.56/200 MB

Candidate Block

Mining Attempt 8c752eda3cc04fc0241c13b866456ff3248912bb0aa778e19c23ccd4a03b8a0e
Version 20000000
Previous Block 00000000000000000001f06e79710a37ab005885ab5f59b589cbb915c2a023cc
Merkle Root f29469d6e34fd4ab47be294dbab07c04d85c9fd68a72c12cb1a2efd8587209c1
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,175
Size: 1.00 vMB
Total Fees: 0.02202229 BTC
Median Feerate: 2.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,341 (662,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,494 250,494 000000000000006453c6a1aae41c14d64b13d3b396442e3a697933c627d8b067 586 0.26 vMB 86
250,493 250,493 000000000000003dcdc75f30fd1c732944fb62693ac76fc217ec142207ab6ae3 678 0.25 vMB 287
250,492 250,492 000000000000005230fa14d280d7c062baa14c1aa1179ae272ee9e008b390bbd 248 0.10 vMB 116
250,491 250,491 000000000000005f919b374d60f6be51b8661a11daed904e8d2372c16b4fa5cf 504 0.22 vMB 125
250,490 250,490 00000000000000694b6cf514313bbb0591d27ecca18e30e3d97a1a943e85d705 153 0.05 vMB 252
250,489 250,489 000000000000001f26d4d0e0539521723da5867d7375fba6dfa742ebbb02bcac 76 0.04 vMB 152
250,488 250,488 000000000000002da6cac336466ee0ab42bd96717d7109f2ddc7a5821a3d2644 180 0.08 vMB 160
250,487 250,487 0000000000000018b6b6af0c676272d669eadd7ff0a8db721bdb695474eb68ea 109 0.04 vMB 169
250,486 250,486 000000000000005552a274ebbaef0e74191785696f1d4e3a43e8de8445ee4b8e 55 0.04 vMB 75
250,485 250,485 000000000000005134a10fd461810179804dec12ff08cc92bd1bbb332685d098 62 0.02 vMB 92
250,484 250,484 000000000000002ffd2b02bbd7a84965ceb0e7655bac60c6120f7a065e2f3a29 181 0.11 vMB 53
250,483 250,483 000000000000002c08bf993bac326db60dfa1a42238a9600c7fd7600107e2d2f 643 0.25 vMB 128
250,482 250,482 00000000000000600d3f66e5994ac48829c52e0116ec8fe6377b2c54defb6574 553 0.25 vMB 91
250,481 250,481 0000000000000012637bb733292e11e276ce99fd015ac34011f25703fa340ce3 256 0.11 vMB 180
250,480 250,480 000000000000006d6c90ddae5c256d3d05a30da4718e5ef435000551a1f9991b 936 0.39 vMB 120
250,479 250,479 000000000000002f71362b07b49b64a996bd2c53b44439629396daec217efa53 391 0.16 vMB 113
250,478 250,478 00000000000000642add4b6a9d2eb9d2c5093ca2bdbf367923fae32d8603b316 250 0.12 vMB 105
250,477 250,477 000000000000003b1d0a85522b7411e8e41bf94686f914ad602c3360b7462bc6 256 0.15 vMB 148
250,476 250,476 00000000000000097ae5f6ade60c588135d6ebe110aa46fa623d4359c6e80868 6 0.00 vMB 8
250,475 250,475 000000000000002a8e25efd50a7ecc31f24acd82118b98d29c4413ac73a3c31e 63 0.03 vMB 126
250,474 250,474 0000000000000036b6a525ebba94017470d2fc1b5a64c0b6e6623cf795adfa3a 228 0.10 vMB 93
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

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