Loading Tool

Explorer IconExplorer

Memory Pool

83,052 transactions
32.79 vMB
0.10081219 BTC
Random Selection Loading Transactions
Max Size: 196.69/200 MB

Candidate Block

Mining Attempt c73e47e4f1f865da3d695095cf667ab738561de2e2f0949b879f69efe01b5e40
Version 20000000
Previous Block 0000000000000000000109222085eeb95e151ff53667bcd6dce04ddc657a5814
Merkle Root 5ab820d80d58d5182b41e58d29ee4c44d04be4c1c60f69b197320c2fd98a817f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,333
Size: 1.00 vMB
Total Fees: 0.02246294 BTC
Feerates: 174.18 > 2.25 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,172 (127,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
787,483 787,483 00000000000000000000715351812b7dd045fab4cfd6c356a30bf39689a14aab 5,031 1.00/1.00 vMB 12
787,482 787,482 0000000000000000000120816255c56b07b8ace704d496124ab97fe30a1a222f 3,554 1.00/1.00 vMB 26
787,481 787,481 00000000000000000003161683bb8fe1c30cfa7e5316d03d1102024fb2bca4ef 4,080 1.00/1.00 vMB 24
787,480 787,480 0000000000000000000243920953aa20711eaa0b0dc0da909870164df9df383e 3,351 1.00/1.00 vMB 37
787,479 787,479 00000000000000000000d68e3a799d8988c4712f68314defe10026b63d2d1bb3 3,568 1.00/1.00 vMB 34
787,478 787,478 00000000000000000004cdd2e30a2deb0df59f3633ef66a23974bff8f98ac187 3,725 1.00/1.00 vMB 39
Previous 10 blocks ↓
Total Size: 782.69 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: 697.31 GB
    • Received: 16.55 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.