Loading Tool

Explorer IconExplorer

Memory Pool

42,314 transactions
26.54 vMB
0.07730096 BTC
Random Selection Loading Transactions
Max Size: 138.61/200 MB

Candidate Block

Mining Attempt 002c648a3c267bc00ac3305a63295d5b7a9cf91be7f65a7f9e8bda78ee1af36e
Version 20000000
Previous Block 00000000000000000001ff0c0433b87a5d0615e6342abab83320b5e744d1d571
Merkle Root 43c1742486595cbc4ceda5eaf602d1f8be0ec81d0ba546e86665c84a35b1c29e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,100
Size: 1.00 vMB
Total Fees: 0.02845677 BTC
Feerates: 151.16 > 2.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,869 (270,573 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
644,296 644,296 00000000000000000002760025dace56922381af41f3a7618f213c7c939cdded 2,485 1.00/1.00 vMB 141
644,295 644,295 0000000000000000000c4c339b036678090d65787ff5769ce5d98128b8a27441 1,586 1.00/1.00 vMB 133
644,294 644,294 00000000000000000005b632410377df71387e638c7e74d882edfb50639a9e82 3,038 1.00/1.00 vMB 155
644,293 644,293 00000000000000000007c0fcdd8fad25c1a73edf3df46da343e541eab022243b 2,843 1.00/1.00 vMB 159
644,292 644,292 0000000000000000000d5b2e0c95591d7ea31c7518d60f51d5dd04de401279bb 2,682 1.00/1.00 vMB 148
644,291 644,291 0000000000000000000361ae379b55fd4594d1bf3a266a4d2a890f2563baf754 2,929 1.00/1.00 vMB 128
644,290 644,290 0000000000000000000f1008f8feb4c34afc9620930dc9442780186e42fc1aa4 2,907 1.00/1.00 vMB 160
644,289 644,289 000000000000000000019139a39bca69ec04a02ddcf60636efac0809b111df49 2,736 1.00/1.00 vMB 144
644,288 644,288 00000000000000000008bb089ac3be26a3dfd90cf48afc7bf08c0970d8ac66d9 2,453 1.00/1.00 vMB 129
644,287 644,287 0000000000000000000a489d544f2f9601621d3c6069129e6a6160460f3cf564 2,463 1.00/1.00 vMB 136
644,286 644,286 00000000000000000006147a7814086106df71881139a84e1b75ad04890c585d 2,264 1.00/1.00 vMB 149
644,285 644,285 00000000000000000005db0f658fd881a7956d4cfc79394457b9912a7f38709d 2,880 1.00/1.00 vMB 176
644,284 644,284 0000000000000000000287807552cfd4f5f64e414abf87d0db4b74dfb3d77bac 2,747 1.00/1.00 vMB 152
644,283 644,283 00000000000000000006a48fcc9f8988792ba3aab0693f5a214897abc0db3985 1,817 1.00/1.00 vMB 137
644,282 644,282 00000000000000000007de09d47e6a8c25a8fada9e949983410abc8132961ed5 2,244 1.00/1.00 vMB 145
644,281 644,281 000000000000000000063fb9e730984a1bfa275dfcdb4bb11a3c56568829f637 3,224 1.00/1.00 vMB 156
644,280 644,280 0000000000000000000c9b981d37b9048846101f04a72f71dae610e3daea0c8e 2,430 1.00/1.00 vMB 111
644,279 644,279 00000000000000000002cd97aa0f29ec2745915fbf29c8708919152a366cf0c1 2,805 1.00/1.00 vMB 140
644,278 644,278 0000000000000000000b19c43cafcdbe7a0667b0bd6c2c309fdc831046832b0b 2,678 1.00/1.00 vMB 128
644,277 644,277 000000000000000000032b9b6d52444d211a64635d9ab8ee5977ee9414ddeb07 3,257 1.00/1.00 vMB 143
644,276 644,276 0000000000000000000f0e4d01fcf902a6e5302a632611a7a67b9f4f96ee9d82 1,737 1.00/1.00 vMB 86
Previous 10 blocks ↓
Total Size: 782.16 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: 653.26 GB
    • Received: 13.84 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.