Loading Tool

Explorer IconExplorer

Memory Pool

17,538 transactions
8.01 vMB
0.02525405 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 45.91/200 MB

Candidate Block

Mining Attempt 11c372ec0325a32c05ab895d6b3417749ac1ae3867322d77244683e28cbdcb47
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root d74f95a6d6e413a2b2058ec639a2ea82fdcab7ca6ef3435dc22282dad3ef93b2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,647
Size: 1.00 vMB
Total Fees: 0.00861772 BTC
Median Feerate: 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (710,895 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,496 202,496 000000000000039437dc1c40115dab4cea1b544649dd6b739f32d9d579f3e7df 167 0.08 vMB 127
202,495 202,495 00000000000003e607f70f7ba6db73a22abb0f5f6e42fcf27aa847ab2537af38 102 0.05 vMB 84
202,494 202,494 000000000000031288086dfa96ee1f707c90703beaa7305c1c75a69b9cc6669f 616 0.20 vMB 277
202,493 202,493 00000000000002abf6d96920387ee99405dc9e14d890dc87ebeb45568d746690 295 0.11 vMB 135
202,492 202,492 00000000000003c4e27eb7d9e2412fb0024f7af38aa798e0f9bce6d4a61b7491 98 0.04 vMB 289
202,491 202,491 000000000000026123388b1b8e2fec00ef5acf0e8dfc6bdf30f36b04252656b9 106 0.04 vMB 119
202,490 202,490 00000000000003af43f0329673ed296973c50c1df79adb2ac53d99f7033576cd 168 0.07 vMB 119
202,489 202,489 000000000000033f7cecdb684cb9c0f275b34c0fdebbfdd1feef926fc10dfc33 342 0.15 vMB 149
202,488 202,488 00000000000003e4c0d22cc11c4aa2ea1e01191abeeb449267f99f3f9a260fae 18 0.01 vMB 73
202,487 202,487 00000000000002af86295a5eb6773c6f9f672a059039181824baa100f1f6db27 21 0.01 vMB 145
202,486 202,486 00000000000004cefffb0974083f86aed9498894dd5bf5b367b686290bb3301e 135 0.06 vMB 73
202,485 202,485 000000000000057cfc1c0fbc4ec29defc94ac269618da479ead88bf194578590 277 0.11 vMB 172
202,484 202,484 000000000000015ab84ce2688e9c46dd1e7efe7a009bc5f76f21483d3622038b 30 0.01 vMB 86
202,483 202,483 000000000000029d3bc34d1d85a19744d08e5c46e6c2edd883aab3a8a9de4b92 258 0.12 vMB 130
202,482 202,482 000000000000054b6f327139ce6cd48ecd8c7fe518baf15890fe532046364066 138 0.11 vMB 58
202,481 202,481 00000000000003036ea3db6008dfb36b77033731540144c14c78fba68071dcbb 472 0.25 vMB 145
202,480 202,480 000000000000031ea4669fcb6e8f397cf54b9199b76673d5bf7cfb28fd1706e2 21 0.01 vMB 126
202,479 202,479 0000000000000056e0e604f2e17c0ec04e41bdda97915ae8097a2a6458f96b98 191 0.07 vMB 194
202,478 202,478 000000000000050f687e7147fd63e96288050d5855e69a39880e2e79b3634cfd 108 0.04 vMB 102
202,477 202,477 0000000000000530bb33c88c06dbcc17a971a9560f69edb009f96ac5ab5f1c29 178 0.06 vMB 167
202,476 202,476 00000000000004e2f55d7a550442d434a8d262dc5e7d41675243d15841378083 140 0.06 vMB 138
Previous 10 blocks ↓
Total Size: 779.54 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: 246.62 GB
    • Received: 0.93 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.