Loading Tool

Explorer IconExplorer

Memory Pool

79,221 transactions
29.33 vMB
0.09788641 BTC
Random Selection Loading Transactions
Max Size: 177.26/200 MB

Candidate Block

Mining Attempt 267e9d68f62b7fe420100e5205e33ab448b967838cd60eb35949340e8d2173ae
Version 20000000
Previous Block 00000000000000000000c592a532bdf8ba2e0763e5fa7bb67e40a013f200bb7a
Merkle Root d915ce3b9751a087be3508d48c036abb7e2e5cb6fc30639046bc7c24438b1769
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,373
Size: 1.00 vMB
Total Fees: 0.03562007 BTC
Feerates: 150.62 > 3.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,156 (127,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,504 787,504 0000000000000000000444ad553bc1c5097a7402c64bdd1fe0b9303d8afdf4c9 3,491 1.00/1.00 vMB 35
787,503 787,503 00000000000000000001370c8f463543c447189aa0bfb627ee0d93405db6a269 4,493 1.00/1.00 vMB 36
787,502 787,502 000000000000000000039baebd1b5c7b88e20a33e03493b1df1b9d7359b8e7d7 3,517 1.00/1.00 vMB 34
787,501 787,501 0000000000000000000099a53c92187571c394f6808cc94d01382669b4830588 4,573 1.00/1.00 vMB 44
787,500 787,500 0000000000000000000370c823be4bc6d1f5c95d8f37dace5ecb8089a8d23459 4,074 1.00/1.00 vMB 40
787,499 787,499 00000000000000000002918129165944821b764db0d3290f8c02200bf1031607 4,428 1.00/1.00 vMB 36
787,498 787,498 00000000000000000003e1c4cdd2c0c04bb57394aceb9d3e54f43dc6a1562256 4,475 1.00/1.00 vMB 43
787,497 787,497 000000000000000000015dbe0ce56e986b34e82c7839168eeaa67a63059596df 3,470 1.00/1.00 vMB 44
787,496 787,496 00000000000000000001f770878f2a6c48c24d9063a8f64eb655f9e2e192c710 4,453 1.00/1.00 vMB 34
787,495 787,495 0000000000000000000366deef724fb966b93ae18986f48e9c025ec21fa611e6 3,540 1.00/1.00 vMB 27
787,494 787,494 00000000000000000003d0391deb0ad0bda8d0a49d34f0494ee1ef354e7a5883 3,268 1.00/1.00 vMB 43
787,493 787,493 00000000000000000002ee69c86cec60cda4dd5484f19b773da7bb283d20206d 4,443 1.00/1.00 vMB 26
787,492 787,492 000000000000000000013430bd4b03de2599c5a0aefc09e249cd312553e1a0f6 4,269 1.00/1.00 vMB 31
787,491 787,491 0000000000000000000431d70a572e63f2160a06a3be450527d6e50ec0f9a25e 3,791 1.00/1.00 vMB 13
787,490 787,490 0000000000000000000450b78333ae21c2a17829e3ba81c24c73ad38050c8b14 3,819 1.00/1.00 vMB 32
787,489 787,489 00000000000000000000fba324474f109123e84fda4ba8cac3a31872a649247e 4,097 1.00/1.00 vMB 29
787,488 787,488 00000000000000000001c96dcd465946efc8079948e8c44e965c53b329a20bcd 3,829 1.00/1.00 vMB 38
787,487 787,487 00000000000000000004372badd842999205fcd5fbdeb826c519437c1e2e28a0 4,037 1.00/1.00 vMB 21
787,486 787,486 00000000000000000000d9c61d4ee4359b72a0aa6c2d35230a7f78d59b217155 3,557 1.00/1.00 vMB 26
787,485 787,485 0000000000000000000131b6363148c5b34a09da4da3ef440be36b0e01239fb6 3,720 1.00/1.00 vMB 39
787,484 787,484 00000000000000000004ce7f7c82fafa71f35568649bc26b970d312d3ea2d48e 3,253 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.66 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: 673.08 GB
    • Received: 16.38 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.