Loading Tool

Explorer IconExplorer

Memory Pool

79,271 transactions
29.14 vMB
0.11185554 BTC
Random Selection Loading Transactions
Max Size: 176.79/200 MB

Candidate Block

Mining Attempt 9c06fb664417c7ff1f93a9632d494390f28028da8883b47b43c34022c5a95faa
Version 20000000
Previous Block 0000000000000000000174c235c16ca840a29564c027ae89bfbd419301388a0c
Merkle Root 55569cfe492b1b49f6a47170f926fdec10135aefae537e75c0b7161f8a09b51e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,369
Size: 1.00 vMB
Total Fees: 0.03824010 BTC
Feerates: 477.45 > 3.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,299 (443,938 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
471,361 471,361 00000000000000000020a7d4bce2445bfda12e8ecb5e62d0138843c2fd79b6cd 2,313 1.00/1.00 vMB 374
471,360 471,360 00000000000000000056e75f2ecca822880eded48fb1ff09f11d6a9c88b62249 2,455 1.00/1.00 vMB 377
471,359 471,359 000000000000000000e06948f9611c7dc3b97b1fe306ae017456bd1fb096dc90 1,137 1.00/1.00 vMB 224
471,358 471,358 000000000000000000b65242f79502b577c568a15a80551e78362024c6d7415e 1,673 1.00/1.00 vMB 355
471,357 471,357 00000000000000000177a617b531d495ea7fbf0691fcf5c2628a1e4627198c72 801 1.00/1.00 vMB 390
471,356 471,356 000000000000000000427878dac9702dfcc3e738f94147e495ea62d05d898ccd 1,722 1.00/1.00 vMB 282
471,355 471,355 00000000000000000186c23c52ea7dbac7144c916a36b73aa0b8b477205427bf 2,246 1.00/1.00 vMB 416
471,354 471,354 000000000000000000113ab80fa6111dd0d24ac28583435cf047fff01f532e08 2,055 0.99/1.00 vMB 207
471,353 471,353 000000000000000000e8c835e5849bc14bf6f20395e9282e0d4d9dd60e447b69 2,357 1.00/1.00 vMB 401
471,352 471,352 000000000000000000b38a9d89e39e972b02afc65e173e5348fc2ccb2d385cce 1,824 1.00/1.00 vMB 263
471,351 471,351 00000000000000000042876dbb7410fb909b9229821395faa7a7c044a2d62836 1,753 1.00/1.00 vMB 383
471,350 471,350 00000000000000000141b2bb0e9a747d0ec9cc1a942c790352e0934fbfebe638 2,252 1.00/1.00 vMB 328
471,349 471,349 000000000000000001576e249a3cfcf706747715cc40d0c80999879409e26731 2,057 1.00/1.00 vMB 306
471,348 471,348 0000000000000000002b4b0c3867de40ca666beac0d7fb13506fc0da4f3384b4 1,402 1.00/1.00 vMB 279
471,347 471,347 0000000000000000009669c7d1899e668d472a898dd4215e87e6e6d6260d1b11 1,283 0.99/1.00 vMB 152
471,346 471,346 00000000000000000186f5009dd141e42ac882fbd57f88d3634e99f37f19985a 1,261 1.00/1.00 vMB 210
471,345 471,345 0000000000000000003ca80a666ab52d3fd81e313c0a13c4784d3e9e2d64c1e6 1,093 1.00/1.00 vMB 189
471,344 471,344 00000000000000000117c14d618c5c590f171d88ba922b6884d9b2d3d7016993 2,081 1.00/1.00 vMB 294
471,343 471,343 0000000000000000005a3e4445f8c34dd2fb6af61aea211915ebf8594bc2bc63 2,296 1.00/1.00 vMB 410
471,342 471,342 000000000000000000b0817f2c9f2d78a7d892fe2737d011f27adbbc4e162f6f 2,125 1.00/1.00 vMB 399
471,341 471,341 000000000000000000b3173428a73eea3c6d0b5c6dc4a1f2e9efcce36f41b068 1,129 1.00/1.00 vMB 200
Previous 10 blocks ↓
Total Size: 782.91 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: 713.81 GB
    • Received: 17.48 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.