Loading Tool

Explorer IconExplorer

Memory Pool

27,935 transactions
24.72 vMB
0.04164160 BTC
Random Selection Loading Transactions
Max Size: 135.02/200 MB

Candidate Block

Mining Attempt 667a29eb38e43c2d6572ef2e54c0f900d563ed6da2595711ceb8293ccae28890
Version 20000000
Previous Block 000000000000000000010e1c55242dd5fcfd38d195062dd25e560afcf3653681
Merkle Root 4c80edb475d3e4421efeac72fc1a0f7ccd59d9add6b8357ce7e75f372ee49239
Time (UTC) ( ago)
Target 00000000000000000001f0cc0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,418
Size: 1.00 vMB
Total Fees: 0.01453389 BTC
Feerates: 150.93 > 1.46 > 0.13 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 939,511 (25 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
939,486 939,486 00000000000000000000786050e2ed12655c66d06032dfa056d2b10b1a3ad035 1,054 1.00/1.00 vMB 0
939,485 939,485 000000000000000000003512178e2faa2ccc47932fd1752f5f8a6d61f70b6997 1,628 1.00/1.00 vMB 0
939,484 939,484 0000000000000000000016d7ce7dbcad1ebd6177d4ff2f4cfcc140dc3cb19f5c 3,472 1.00/1.00 vMB 1
939,483 939,483 00000000000000000001a5c0303a83b9dd6b48926feb089d74e4d637f58a42ae 3,724 1.00/1.00 vMB 2
939,482 939,482 00000000000000000000ff07e8ef204c37ec4d43d18ceb51d239a6ae5097c076 3,946 1.00/1.00 vMB 1
939,481 939,481 000000000000000000014e1f578c21251324792f0a793f7dacb5f57187273b81 3,337 1.00/1.00 vMB 3
939,480 939,480 000000000000000000014b29de62f7ca9bfc282be9d0ad6bea2ceb4c36b6bf7b 1,449 0.55/1.00 vMB 2
939,479 939,479 0000000000000000000149a98cf277bfff00df3cd62809fdbd8d47db9d7d7129 1,921 1.00/1.00 vMB 0
939,478 939,478 000000000000000000003016e34c72cf613cdd51e6c22a5653044a192fbc54f5 1,312 0.38/1.00 vMB 1
939,477 939,477 00000000000000000001a255b946de7a0329c6ec5e525aa432b5db0c598c1065 2,827 1.00/1.00 vMB 2
939,476 939,476 000000000000000000015b0d2c1543506abd97ef24537bf2db3be928d496f2d3 3,430 1.00/1.00 vMB 3
939,475 939,475 0000000000000000000188017bbf08a737c7392c387d5fcf118167c8f4199c90 3,529 1.00/1.00 vMB 1
939,474 939,474 00000000000000000001d860a9e78f4c43c68b0c44623268a2e199c8b8fddb34 3,069 1.00/1.00 vMB 1
939,473 939,473 0000000000000000000156f9cb315fd8ed2e3da741cc38001c4cfac3a06a527e 3,931 1.00/1.00 vMB 5
939,472 939,472 000000000000000000002a0635d436faeda55349843bac1688d0097373a4e663 32 1.00/1.00 vMB 2
939,471 939,471 00000000000000000000fe1900e57aad4118010439654fb61b4164e7ecc83235 3,760 1.00/1.00 vMB 3
939,470 939,470 000000000000000000011cea917aaf742b3fed63b4c72bcbe385799eb8c61550 3,298 1.00/1.00 vMB 2
939,469 939,469 000000000000000000010721845a0303a7bb234971fa7f1e6e7db75901898589 2,013 1.00/1.00 vMB 3
939,468 939,468 00000000000000000000ca9fac9762c1fea65b9e82f75589a45dfc94ec42b578 1,968 1.00/1.00 vMB 1
939,467 939,467 00000000000000000001d6685770c31d975af4cacffddd7b5a1b44e85ce04bef 3,204 1.00/1.00 vMB 1
939,466 939,466 00000000000000000001c9912eb7015ce2c3ae53ce03771acf55738078f63f3a 3,695 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 825.85 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: 4,270.06 GB
    • Received: 235.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.