Loading Tool

Explorer IconExplorer

Memory Pool

34,569 transactions
8.04 vMB
0.04248317 BTC
  • 1 sats/vbyte = 3 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.64/200 MB

Candidate Block

Mining Attempt d7fbcd9f2518b59ef6b572b851283e97d2d7e6c9b75b2a3394b85cffa476bc38
Version 20000000
Previous Block 00000000000000000000244274ad5e8211ccbb0d41d256308922e848104309c7
Merkle Root f4554d89d14f447e761c924e7afc713b8b94dd4f6f2a0297f0ac87f178c37f01
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,527
Size: 1.00 vMB
Total Fees: 0.02145521 BTC
Avg Feerate: 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,969 (696,034 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
216,935 216,935 000000000000000b719c8165888ff7120a4312a05747f78801ff47f871a65083 0.09 MB 201 145
216,934 216,934 00000000000002bea037f59aae17c69824ea0404d87a0bf993551c9edfdefcae 0.26 MB 624 192
216,933 216,933 00000000000000ee021052aa300b39bc0cebb72cf6b1c97e81e0efff4e4c7b10 0.17 MB 313 119
216,932 216,932 00000000000002eb467fc6c72cfa5d2b5fd998ff2e402a9a1cfc7150c11dc89a 0.15 MB 363 189
216,931 216,931 00000000000004e0256be215647784b1b4991c41da8ee33a009b4e5da7fd7409 0.20 MB 369 387
216,930 216,930 0000000000000225bf5ebac7c51ce8296724f1489dc18a1aab794e3b8e2ace2a 0.25 MB 662 182
216,929 216,929 000000000000049c345e2a3e9289ca92e861cb95633d84f67ca80bc643a9f5fb 0.25 MB 591 154
216,928 216,928 0000000000000369accd9dda11a1bbffdc05fefd33c81c6f8c352c236e016050 0.26 MB 680 195
216,927 216,927 0000000000000405945b054ea44f55eacd6623a5fbe29f343485d04d90214e39 0.25 MB 484 146
216,926 216,926 00000000000004e3fa816b4c834a13e581e446c2b6881c83b28f9864d615a663 0.26 MB 344 114
216,925 216,925 00000000000004913990b177ddd53776b699fb3d1706f9e6d892692a2df07f1a 0.20 MB 521 211
216,924 216,924 00000000000002a8e70b980f9f70df9b7a3af9a1d55b9fc5f9b7e4901a134bbd 0.25 MB 587 169
216,923 216,923 0000000000000374cc5210432cbc43f0ca9a7efd08a907040e8117cf45ced018 0.26 MB 276 131
216,922 216,922 00000000000002d2176b37b9cf8b5efe26ed427ad0bbdab45a063ccd824252f3 0.05 MB 131 47
216,921 216,921 0000000000000445188b833eb4e60b5d8fc3208d0a331bc89aa49bde1c630845 0.25 MB 529 149
216,920 216,920 000000000000030b3bbb839923eeeba29a5d6829197f987cff8656faafb5428e 0.20 MB 630 214
216,919 216,919 000000000000036073c5e94bdeb3f0bca660dac6f7bf5abb491b8b3081614a55 0.27 MB 584 157
216,918 216,918 000000000000032705801002ccc4d2e716524f678b14a10c179aa22ebb8aa319 0.28 MB 303 119
216,917 216,917 00000000000002db093552386a41585cb7e86e32c342d03f6fe3ee072f6f40a9 0.28 MB 384 147
216,916 216,916 00000000000000a8d23092d9f0637fac44f4e04bb17b3ae4acb4fd516605df4e 0.06 MB 111 100
216,915 216,915 000000000000007cc4450afb05d5014f5b2692671d2da74ee269863a68d04389 0.25 MB 497 140
Previous 10 blocks ↓
Total Size: 778.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 112
    • Outgoing: 11
  • Data Transfer:
    • Sent: 356.89 GB
    • Received: 3.18 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.