Loading Tool

Explorer IconExplorer

Memory Pool

40,270 transactions
9.66 vMB
0.20911099 BTC
  • 1 sats/vbyte = 30 blocks ()
  • 3 sats/vbyte = 18 blocks ()
  • 12 sats/vbyte = 8 blocks ()
  • 13 sats/vbyte = 7 blocks ()
  • 14 sats/vbyte = 3 blocks ()
  • 15 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.62/200 MB

Candidate Block

Transactions: 3,897
Size: 1.00 vMB
Total Fees: 0.12089199 BTC
Avg Feerate: 13.64 sats/vbyte
Mining Attempt cc7ce30633ff3cfaa77d3721a7629edb5da2ecbe1c13998fd02f9c561ca94aab
Version 20000000
Previous Block 00000000000000000000666b99916afb56ea2f66f7c94be825637b6e41ad619d
Merkle Root 573ac42cfad41af1395914b28924c2afe96772cfef6f3161fece3900b2e88d28
Time
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,755 (640,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,390 272,390 000000000000000211ae3af780e3d6b30cf7419f7a77c2ebf4d144fe1eb1898d 0.17 MB 323 54
272,389 272,389 0000000000000001bd6fb48bcdd8277978e55f4aa781c39ffc464aad7db55e4f 0.06 MB 137 46
272,388 272,388 0000000000000001966bfd50f6161894f7fd1e7e08266b3a39856babe4dbbfaa 0.40 MB 364 75
272,387 272,387 000000000000000398804efb150cc6dddd3ffa7a803015556eb60c2b47393226 0.27 MB 240 49
272,386 272,386 000000000000000019fc90e760bb79ab0179490f2dbe81a389e30daa17da25a9 0.50 MB 656 56
272,385 272,385 00000000000000001a0041fc62e5de79b51848c26b7b1de5f0e7af81b5493a1b 0.25 MB 125 83
272,384 272,384 00000000000000021d197427fe3893ba1732d14e25d35029d1ee1a16fc90950e 0.25 MB 261 104
272,383 272,383 0000000000000002a9125cf9433f17b6e134e22c075d88b18b8ee57a03533490 0.51 MB 660 30
272,382 272,382 00000000000000006779519d5fe4dab6d99d11caf1488744886b5bc55a956a58 0.02 MB 19 74
272,381 272,381 0000000000000001f4b0ba55d4a8355b30713b8729331af87ced517a8e1921fd 0.37 MB 483 63
272,380 272,380 00000000000000026b4e824b3fe95d066ab172b0c83980d75fdebbec9a8e26f7 0.25 MB 703 138
272,379 272,379 00000000000000003797339869b0c3bb4ea8a5802dc319d9e5921cdbf6c2ac48 0.05 MB 69 49
272,378 272,378 00000000000000006c828cb268add35f3fa2e81a32a3fb45c8e2bd0c9ab7f86a 0.03 MB 58 53
272,377 272,377 000000000000000328e06e8a5e04332d40ec69c2a6c076ea8cd4192cd1d2bd68 0.05 MB 94 53
272,376 272,376 0000000000000002e20f8a72954e6630650e4fa26284f2d8ad1e5a603b8a7543 0.17 MB 376 49
272,375 272,375 0000000000000001d64c7b60a7d8ad12e7680ad77c756d2b03a65441e492d857 0.07 MB 201 45
272,374 272,374 00000000000000003d09eff06411ec0d2f00e8b12f2442e01aacfa65bda8461d 0.15 MB 303 41
272,373 272,373 0000000000000003adc2b30588ed02db582d8fe37e063549fe3122c5d666b080 0.21 MB 489 73
272,372 272,372 0000000000000002fc5ab7bd156d8763defd97dd5639677b38d045d0888fe14e 0.21 MB 452 64
272,371 272,371 00000000000000012140ba44238d64bbed53cf7057668c2c39775610aa7bdefb 0.11 MB 212 45
272,370 272,370 0000000000000000dbebf93a7726893760368e04a3b2a290b648a5966e237cb3 0.10 MB 217 51
Previous 10 blocks ↓
Total Size: 778.41 GB

Node Details:

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