Loading Tool

Explorer IconExplorer

Memory Pool

25,523 transactions
7.24 vMB
0.02964739 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 6 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.27/200 MB

Candidate Block

Mining Attempt 26de24e698810e9f91ffb750dcdcaae899c9bafafad0517b8d517ffa87bc1931
Version 20000000
Previous Block 00000000000000000001224e274d714499fed1a2156ae81473f2105be1442fde
Merkle Root 471bc6118c7798e6525dad086a7fccdab3b04b956599534e0329d1f4a4829d5b
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 679
Size: 0.31 vMB
Total Fees: 0.01003752 BTC
Avg Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,096 (684,717 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,379 228,379 00000000000001f96811184d8d912302d7cde3e8721236d8f38cad79bf377ac8 0.03 MB 64 52
228,378 228,378 00000000000000069ce1541aa4e376f637a09e66522dbfaca3c971d76b132640 0.06 MB 120 133
228,377 228,377 00000000000000f9e3da6a76bc5f02cc667ebf1c29511ad376bf63ed89385242 0.19 MB 399 226
228,376 228,376 00000000000000031192c08401dad3d5b0a9f79b72be071fd1545a4e8fa7ddc4 0.25 MB 477 257
228,375 228,375 000000000000018d3e338a65c53311b7b2669d6845291703854f05af727aa8df 0.24 MB 455 275
228,374 228,374 0000000000000044fc763ccc151e7a257f0cb9174358042706f84a67fd6587f8 0.19 MB 453 202
228,373 228,373 00000000000000689977bd770f516c0e5d406ae82524bfbd3dca8fef57ee225e 0.09 MB 205 141
228,372 228,372 00000000000001ba746183fa8f4150877780be00eaabc8afd42fe7f11609badd 0.15 MB 135 58
228,371 228,371 000000000000003c974dbff262c015afb06fe765a5213462b2ddbe238823a91d 0.22 MB 444 180
228,370 228,370 000000000000003d7c4b454a35ad4d7c21b2d6814b4aa8f6fe645d8d86a84b26 0.25 MB 580 257
228,369 228,369 00000000000000c7a6c03f2ae02a94cbbd7951ba7e5cd7799a0164d065f47a6c 0.20 MB 111 81
228,368 228,368 0000000000000249ec9f3a70a5b6d4b71c045a189f894c1ec363e3ed624a31a5 0.47 MB 959 287
228,367 228,367 00000000000000ed203ad7669d38b6cd2078b5e1bfca393aa1f962632875aa2e 0.22 MB 408 213
228,366 228,366 000000000000008418a9c850a6472719dc2b450ad3c69cfbd196fdb2d801a43f 0.18 MB 239 110
228,365 228,365 00000000000000b9566086425bbd25a9a7d634df615b658272fb9fde1a3bd3b4 0.07 MB 214 6
228,364 228,364 000000000000016a1f75ebaf11424d7137ad7af71be42e4ee2772790a713aa18 0.25 MB 664 444
228,363 228,363 00000000000000968677aaeaf621cf9b85fd98d578e8a8b40af7d2962aa4eb52 0.16 MB 340 150
228,362 228,362 00000000000001efb6c2e0e5e09c1e255c2238110bd07fefbcb19fe6f85e0b98 0.08 MB 138 89
228,361 228,361 000000000000027f9602ebaa6e7fb974e8303c5d9355d53e013e16a40ae7ef4c 0.33 MB 436 115
228,360 228,360 0000000000000032cea4ef66e186fd3660efbfa7864cc439f545224b759b23d2 0.23 MB 300 111
228,359 228,359 00000000000001e45125de4bc3457b39e7e17851dcc1a7adf03cd56af70083ea 0.25 MB 542 171
Previous 10 blocks ↓
Total Size: 779.02 GB

Node Details:

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