Loading Tool

Explorer IconExplorer

Memory Pool

42,682 transactions
26.14 vMB
0.05157930 BTC
Random Selection Loading Transactions
Max Size: 137.39/200 MB

Candidate Block

Mining Attempt b9a43c2f53397e42a5b94e2a2cff53b0d241c507a4bb4674057965d043ff68f3
Version 20000000
Previous Block 00000000000000000000e80075463d9b649392db1c3f77b6ad92bc26bba09057
Merkle Root f58f8c7889721c474a85b08c56d0d1a80fbe1037074d3e45f612dd5eb417e613
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,160
Size: 1.00 vMB
Total Fees: 0.00398004 BTC
Feerates: 77.76 > 0.40 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,761 (340,283 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
574,478 574,478 0000000000000000000b8378d20d48b5a4b3777bbcd86fa70b702b48d63f5b72 2,636 1.00/1.00 vMB 47
574,477 574,477 0000000000000000000279027eb2b3519691a3d689e10dc47f2244171ba8beb9 2,207 1.00/1.00 vMB 72
574,476 574,476 000000000000000000170183b8ae9382b1fcad7fa97ca6d0ca4f3832c7f96abc 1,642 1.00/1.00 vMB 55
574,475 574,475 0000000000000000000dc8b4b44c47e3c9eb5cb759cece4e5d6b52c896fa5a6d 2,767 1.00/1.00 vMB 70
574,474 574,474 0000000000000000002c205d04c12befd37c12f42b7107bb369a9b52ec2c6342 2,875 1.00/1.00 vMB 76
574,473 574,473 0000000000000000001df9acd7e7f6ba222eb583963bc9996fdddc1726292615 2,619 1.00/1.00 vMB 75
574,472 574,472 000000000000000000145de25ad28ca511f43f8b7c5eda7fd1f457e3389a582a 3,307 1.00/1.00 vMB 120
574,471 574,471 0000000000000000001dcb635a2911ef0498ff89c085b6b15538f49ebffe4482 3,124 1.00/1.00 vMB 123
574,470 574,470 0000000000000000000d224d4279f53c894c6a4c7e37a17c4da68f5440454e89 2,123 1.00/1.00 vMB 61
574,469 574,469 0000000000000000000080db759a43c1eec11aa33d9aee19d543703c882726ca 3,066 1.00/1.00 vMB 80
574,468 574,468 000000000000000000209d79fe981cfd16279f07db246d63f42ce1f11c68103b 1,758 1.00/1.00 vMB 86
574,467 574,467 000000000000000000230c27bfd99384906a66008f530b9ade49c26010cf8aa6 1,433 1.00/1.00 vMB 55
574,466 574,466 0000000000000000001ed2645240532613a105225275b07e21a08d5824d9b8d9 3,006 1.00/1.00 vMB 56
574,465 574,465 0000000000000000001d58e0adccec4a3e9cfdad2a79cf4d793e0942b9baaf54 3,277 1.00/1.00 vMB 83
574,464 574,464 000000000000000000164ca319aa462de0b8b0e811750792185893b779e7fcf0 2,563 1.00/1.00 vMB 69
574,463 574,463 00000000000000000011e6afdb46656dbdec82748422f1f7643e78b651bc4b5b 3,249 1.00/1.00 vMB 63
574,462 574,462 0000000000000000000c9b36f74b9bae7f8fe92c10b554e5d437eb9a830c2231 3,589 1.00/1.00 vMB 80
574,461 574,461 00000000000000000020467f1182137a1cc363fbb68968605fb794f62fe58c27 1,996 1.00/1.00 vMB 92
574,460 574,460 0000000000000000001fabc24b7af063ed747a95e7f0f5411bdad109a2767b10 2,516 1.00/1.00 vMB 120
574,459 574,459 0000000000000000000eeddc67054024a993fa6334a7cc36e8ef93f79417a6d5 2,517 1.00/1.00 vMB 66
574,458 574,458 00000000000000000011b035de5d799a1e6a07319a200dc44d33831925ef7c56 3,053 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 781.96 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: 647.61 GB
    • Received: 12.96 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.