Loading Tool

Explorer IconExplorer

Memory Pool

26,807 transactions
7.41 vMB
0.06260105 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.96/200 MB

Candidate Block

Mining Attempt 53118450891a88554783d147afe8896ea44e4d378d6533a9a93ac93360742c8c
Version 20000000
Previous Block 0000000000000000000162240497cbc99eeed5e7e4ff15c610af5a069ccbc724
Merkle Root c01a1d0acf3830082157282e5c7b66e5065d852f5693210447c8bff44e84076d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,155
Size: 1.00 vMB
Total Fees: 0.02994417 BTC
Avg Feerate: 2.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,990 (720,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,407 192,407 0000000000000155bee1664551acdc7bcccf2cb0f9ce39be21be067bc97d82e3 0.10 MB 203 151
192,406 192,406 0000000000000479987a72b320090d64662c1839e30cbbca5ecf967ccc6e212d 0.04 MB 123 145
192,405 192,405 000000000000067ea14e690594cfb6e59b259591ced284b63b29a90ae4beb27f 0.05 MB 133 181
192,404 192,404 000000000000059da88e36fcf770a2d5b61d4ecc69d89352a289c6710230f105 0.12 MB 323 158
192,403 192,403 0000000000000225862e09b8b3f1ff836b9eda39d2dcd88c570758452104265e 0.05 MB 133 147
192,402 192,402 00000000000002a8f78d3de3eda06cc010e0249b4d569ee2dd15c773a74a6212 0.06 MB 216 50
192,401 192,401 00000000000002cb6e11aadfb033fc926e03d05d10b82e7bd8da9e99579ffe7e 0.03 MB 56 104
192,400 192,400 00000000000001ee54bf56b79671a9c152d1aa308a9191cd0722d3a0259a8ccd 0.12 MB 263 126
192,399 192,399 00000000000005f00d8be7dff7e995fdd3890314a0c60ed24dedb3261c87c738 0.00 MB 10 29
192,398 192,398 00000000000003b257c003cee0244af3bcf68086db6b594247c218a6bd4c81ad 0.00 MB 12 320
192,397 192,397 00000000000006ebba1827162d8c590f6290b895fd3c2dca6cd1d0ec9a50e4f7 0.12 MB 338 165
192,396 192,396 00000000000004644954787f4c128dc27678c5f9d3cadce0347b5844a34ca0fb 0.04 MB 95 107
192,395 192,395 00000000000004b939d7f4c89ad314601a8fd57cf678767f7f06d23211667693 0.00 MB 8 629
192,394 192,394 00000000000007434e1491235e2a9b95ed51c18d5367970d5aa0b6b6cd2e0fe8 0.06 MB 168 121
192,393 192,393 00000000000005472ca87719627491657d243e32a5c8a7b09066f052bffce7a4 0.31 MB 718 115
192,392 192,392 000000000000029b07f1093ad8bea755a4f30419d79118612d741f0ba2f860d7 0.20 MB 294 2,607
192,391 192,391 00000000000007b1e51db4b82d1ba4c93adfcc56a78077fb17b15f7b5b5291cb 0.01 MB 32 0
192,390 192,390 000000000000054a07a6205e7a20ab0564f23a6dc14d87ca568e3e51fd9c3e58 0.22 MB 457 123
192,389 192,389 000000000000015bd2d2bde323191668d22b23e94495095e8c70091118aaa343 0.00 MB 9 539
192,388 192,388 00000000000004bafec4c816f325db391241417a6292b82d759a547fd374cbf3 0.10 MB 262 134
192,387 192,387 000000000000041b484bb0da40ef0ff270f4385c4fb26af08e19adacd9de3deb 0.25 MB 635 148
Previous 10 blocks ↓
Total Size: 778.82 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: 366.88 GB
    • Received: 3.33 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.