Loading Tool

Explorer IconExplorer

Memory Pool

17,061 transactions
9.76 vMB
0.04307230 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 52.49/200 MB

Candidate Block

Mining Attempt 2b45d21271a215a99f914880a02f4927a87f21cbbd1b668d3a19dc041812473f
Version 20000000
Previous Block 000000000000000000017057df6d234f0ac6a521588cd266633a5b72151affe0
Merkle Root 7858bf51e2fa0f8b0d17e3f0a38c833efa9ac437316cc8f33b430719c20a1ae5
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,792
Size: 1.00 vMB
Total Fees: 0.02084952 BTC
Median Feerate: 1.37 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,370 (710,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
202,505 202,505 00000000000001a4cd3ce9a22f5346ac28b60f6d417576f85dd5214cf38d27c1 63 0.03 vMB 113
202,504 202,504 0000000000000313878aaec6126a45a8b50aa18b2a5f7c0848167a294210d141 197 0.16 vMB 83
202,503 202,503 00000000000003692c2b6c09497c4a8f7ee1a701ce6639eb0eb6118aece0350e 144 0.05 vMB 153
202,502 202,502 000000000000001b52ba98b8fd7510a952840195b0899f061b4cf54b05e41ceb 159 0.06 vMB 184
202,501 202,501 0000000000000299abee2d12078be1545733761347c7e8dc522213cfbf4cb02d 235 0.09 vMB 144
202,500 202,500 0000000000000066936b3ac9a6049e6d8fbae97d8aa5f754b5b2775a1000a507 12 0.00 vMB 155
202,499 202,499 0000000000000012c9f7d2a3d2803000340744dab0610615968b215d8b1d3186 76 0.03 vMB 128
202,498 202,498 00000000000002891bccfb34b04f6a899512ecafde37958d680fa82e6bc74707 442 0.42 vMB 69
202,497 202,497 00000000000000d9aabf446e3e5fe130ef7e36a736fc47f9b8922c59e48c67bf 176 0.25 vMB 93
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
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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