Loading Tool

Explorer IconExplorer

Memory Pool

79,751 transactions
34.79 vMB
0.18935259 BTC
Random Selection Loading Transactions
Max Size: 193.89/200 MB

Candidate Block

Mining Attempt 6766e59a7d1fe8b7f4a90814c24291f842674ac2e52cf742285b93420affd74a
Version 20000000
Previous Block 0000000000000000000126d576615cf900a89a9f62b23487f0429d0de73cc9a5
Merkle Root 40003397dc39d20926e0a6f562cba5cd6e4bc298f8abcb81319ba63a17e339e3
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,456
Size: 1.00 vMB
Total Fees: 0.05799101 BTC
Feerates: 477.45 > 5.81 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,417 (41,929 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
873,488 873,488 0000000000000000000069153fc2e14c932ed355a11fd0cd0fe68f9b8dac96d0 1,678 1.00/1.00 vMB 9
873,487 873,487 0000000000000000000177e843828aad3fe294a334c0edc713a082306fa77ab4 3,830 1.00/1.00 vMB 11
873,486 873,486 0000000000000000000178b9587c5b8968f1362726828e979b8a5a2e11617f5d 3,756 1.00/1.00 vMB 17
873,485 873,485 00000000000000000002a05fc34f966eeb26fb36fbee1716189284c292cf7a3d 1,954 1.00/1.00 vMB 6
873,484 873,484 000000000000000000011d2c00570b3fb8d0a82dafd4db5e4c642c23b5a02ee9 2,947 1.00/1.00 vMB 6
873,483 873,483 00000000000000000000806a76e42a320bd89cf0c76a4a6fe5d36ba32b5c8011 3,510 1.00/1.00 vMB 7
873,482 873,482 00000000000000000000ba13214770288af4032eb4bc8f6a2e87b9d03652b7d2 2,565 1.00/1.00 vMB 10
873,481 873,481 000000000000000000015c3fa5d6942de2d84ac764140c3f58952e26015bbe35 2,618 1.00/1.00 vMB 10
873,480 873,480 0000000000000000000217078b6d473f8fd00701c6b32650e2fcf814f3b54d55 1 0.00/1.00 vMB 0
873,479 873,479 0000000000000000000251f9cd3d4ec0bc233c0d96a97f7f03b44f81434c4650 3,653 1.00/1.00 vMB 7
873,478 873,478 0000000000000000000037bbe01e47aed96827148052924e32b40c630772b082 2,880 1.00/1.00 vMB 7
873,477 873,477 0000000000000000000114f996fb83f03175605da56e8b20b328356b2fa02323 3,294 1.00/1.00 vMB 8
873,476 873,476 0000000000000000000267344b55a26d27ddb62ea926c6cd5223d56c953c6400 3,466 1.00/1.00 vMB 9
873,475 873,475 00000000000000000000494cf161c4c5c9831cee45b096921a2a7931dc9a6d2d 3,644 1.00/1.00 vMB 9
873,474 873,474 000000000000000000026cad11df61b0ba18f47bea66fe06286ba52d562de815 2,675 1.00/1.00 vMB 9
873,473 873,473 00000000000000000000fbd7850d719737dbfd3cfae5458b8715729f574028aa 1,490 1.00/1.00 vMB 9
873,472 873,472 000000000000000000000a5606739e16825d9b412fac411de3ce998ce3859ba9 2,162 1.00/1.00 vMB 9
873,471 873,471 00000000000000000002703a27e2a75c19055267e591d454f24b06fc4e227ba3 4,107 1.00/1.00 vMB 10
873,470 873,470 0000000000000000000080c11ebb8c9b4b1b429ecdb47ddfbfb416b8f258faae 4,456 1.00/1.00 vMB 13
873,469 873,469 0000000000000000000050bdd72648dd2b82c1be6f5490fe70145a1886e4d3af 4,853 1.00/1.00 vMB 13
873,468 873,468 00000000000000000001a97c1b0b118b6dd030260ad2338e3c4f412e8ba94325 4,318 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 783.11 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: 735.75 GB
    • Received: 18.58 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.