Loading Tool

Explorer IconExplorer

Memory Pool

47,242 transactions
27.59 vMB
0.10577741 BTC
Random Selection Loading Transactions
Max Size: 147.05/200 MB

Candidate Block

Mining Attempt ecd42ba93e142cbf616c3e02a5f3b66844c8dcd62f26f96c5d97f31e3f67ecc9
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 0ce31267f319faf44c7d9f8202c4eff98f66265a518538132965844338e8b5f5
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,423
Size: 1.00 vMB
Total Fees: 0.05412211 BTC
Feerates: 101.66 > 5.42 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (331,292 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
583,479 583,479 0000000000000000000247184e45de9c06bc3c3f748ed1205dcbc5ae73456495 2,670 1.00/1.00 vMB 102
583,478 583,478 00000000000000000023621e44ac61fcf8dd10c4cd84b299f785c9d98d47014f 2,097 1.00/1.00 vMB 104
583,477 583,477 0000000000000000000270e31ddd360b19684d633ee24d4a7d3598f2b033d7a8 3,238 1.00/1.00 vMB 130
583,476 583,476 0000000000000000000582aecec86ab7bd951aab18d32f7755145b3017e29227 2,958 1.00/1.00 vMB 101
583,475 583,475 0000000000000000001bf66c25075b0bb5cf917cd337521a52c9c5dd6f103b9b 2,458 1.00/1.00 vMB 64
583,474 583,474 0000000000000000001b38bf48037644a5c6588586af23ab6a48110e25a864eb 1,973 1.00/1.00 vMB 71
583,473 583,473 000000000000000000216f76eb854ab01e8545a2c891d800ab6c3b6339251a3b 1,484 1.00/1.00 vMB 97
583,472 583,472 0000000000000000000753db9756b7b930c59a4f5f6ac4f5a3b3520a7e49fd92 991 1.00/1.00 vMB 55
583,471 583,471 0000000000000000001778c8ea138767dc0aa4e146e89b328608ecca0ee525a8 1,126 1.00/1.00 vMB 57
583,470 583,470 0000000000000000001ed9165d9ffa974a198b60920e6fcad1097bb15e74343d 2,540 1.00/1.00 vMB 74
583,469 583,469 0000000000000000000d356678d7f58969e8c8e0a704b309d186d0dc16aa5440 2,994 1.00/1.00 vMB 113
583,468 583,468 0000000000000000001672463d5c52fdfeb934f4f45dd480224db1c6f73a433b 2,582 1.00/1.00 vMB 71
583,467 583,467 000000000000000000068cc4511a5847e5743b8a5ab9f74493d1feaa82a211b4 3,262 1.00/1.00 vMB 117
583,466 583,466 0000000000000000000a1352b94879db5374be1fcedb834d9808a73d80c21941 1,218 1.00/1.00 vMB 62
583,465 583,465 0000000000000000000373fbdba2920dfe275b2567f3cb134e4e57291293e64a 2,911 1.00/1.00 vMB 89
583,464 583,464 00000000000000000017f9cb51a4526e799a7340b3a817ca1eb330d81d2de5ec 3,315 1.00/1.00 vMB 104
583,463 583,463 00000000000000000021bc1a0af8d813d6cf62618ef3d4fbc4607a6db35d6a09 2,740 1.00/1.00 vMB 92
583,462 583,462 0000000000000000001eadd8fdb5e010f8ae21fb32c62b6409a484050f17f921 1,397 1.00/1.00 vMB 87
583,461 583,461 0000000000000000000378e7ba73f51c049b9fd45bae3d975ec0e34a9b69f7ae 1,975 1.00/1.00 vMB 60
583,460 583,460 00000000000000000003d6bd61979069da8ee7ed15273c5fc13614fdb8c75b71 3,127 1.00/1.00 vMB 71
583,459 583,459 000000000000000000155fe87ae221884a442ac59f36e9348742489b3d6e8fb6 2,134 1.00/1.00 vMB 80
Previous 10 blocks ↓
Total Size: 781.98 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: 648.26 GB
    • Received: 13.02 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.