Loading Tool

Explorer IconExplorer

Memory Pool

42,630 transactions
26.25 vMB
0.05188914 BTC
Random Selection Loading Transactions
Max Size: 137.85/200 MB

Candidate Block

Mining Attempt d5a00232aa3762b3b05565e690320c065799cfd44f65f5ee6681fe5917c1198d
Version 20000000
Previous Block 00000000000000000000de66d14147d0641e86d110cedc8b36235857d0e5e522
Merkle Root 3c66788b1622419f432844e807a687175b451441e1e8af33c392f0e1dd747305
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,374
Size: 1.00 vMB
Total Fees: 0.00403482 BTC
Feerates: 40.21 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,748 (526,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
388,447 388,447 00000000000000000ba3329f49be7bea3150e89f42efb87d8b6fd3fd54fbbf2d 2,205 0.82/1.00 vMB 44
388,446 388,446 00000000000000000aeebd3eae8e3cdd0e805f0cf672a0970fd9b2093c37f8ed 100 0.06/1.00 vMB 20
388,445 388,445 00000000000000000d61284bf5d2db6480c13269635c0e39c72b3ea6880bc1a1 975 0.37/1.00 vMB 44
388,444 388,444 00000000000000000639582f5eec71a072e161298e5aded844d9e599b87ff6d9 1,923 0.91/1.00 vMB 34
388,443 388,443 00000000000000000d6a85accb51d49800267fb847e5884dee2e07553cb03ec8 1 0.00/1.00 vMB 0
388,442 388,442 00000000000000000b293f1ee1c0ef1c85531a1c1f5311866a5d3329e04267cb 2,476 1.00/1.00 vMB 55
388,441 388,441 000000000000000000e8781d5c43c64e2400aaf5feb577961279d64f95193fdb 493 0.33/1.00 vMB 35
388,440 388,440 00000000000000000438eb12c0bd7890273c48d2d19276ee1d65cb069837d013 782 0.44/1.00 vMB 26
388,439 388,439 000000000000000003993541cc0ed8e9cf275a78012820e07dc6de9a9f213848 1,130 0.41/1.00 vMB 44
388,438 388,438 00000000000000000257d3c0d1096c885cc973ba0dcd3218049996907f69363c 1,722 0.70/1.00 vMB 42
388,437 388,437 000000000000000007fa3e474733b56101920ff5d13e039211a3090c237529f0 1 0.00/1.00 vMB 0
388,436 388,436 000000000000000000975d5b6ff010c1bc8fca3b66111f52d5d1e0b4613e3d9c 490 0.27/1.00 vMB 29
388,435 388,435 00000000000000000d1cf90ecfac07a35fb00d7b06fe318fd772e2f7c9b5ff9d 479 0.28/1.00 vMB 22
388,434 388,434 00000000000000000891f5e2a73e88410d1403d095f23634e8d23a889a7d0f79 1,233 1.00/1.00 vMB 21
388,433 388,433 000000000000000003c8c0ca13d22dc93e64b17d41163f8db07d7b505a618f09 2,600 1.00/1.00 vMB 41
388,432 388,432 00000000000000000c5ac793595eecd8b550f30787fa9e13c7189d0570e3db4a 720 0.44/1.00 vMB 20
388,431 388,431 00000000000000000405ea3149d1bd60bbef14cdfd2497f18421d5f48ea5abc5 182 0.08/1.00 vMB 34
388,430 388,430 00000000000000000a0cf83a28d4d687b57b4d45101cad1f769bdc26d5ac9754 1 0.00/1.00 vMB 0
388,429 388,429 00000000000000000898e64279f244cee29a47460d6b1f4fa489420c48d0a13d 1,024 0.42/1.00 vMB 48
388,428 388,428 00000000000000000a1d6dea1c25768934e5283ce006d5efafe5e7028c114d4f 1,087 0.55/1.00 vMB 41
388,427 388,427 00000000000000000baaa61ece017dd8e22172691c34e11e32734431ec8d8ab8 2,285 0.93/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 781.94 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: 646.76 GB
    • Received: 12.88 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.