Loading Tool

Explorer IconExplorer

Memory Pool

81,618 transactions
30.75 vMB
0.07928224 BTC
Random Selection Loading Transactions
Max Size: 188.68/200 MB

Candidate Block

Mining Attempt aa75e7d63a4f09b3b25c820da1846d03e6d18833124e6ef97a769ea72ab91a26
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 8c59d7b99885887557b5fc8e3ab12de363c1d3b74af3c7cc51e231be272444f3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 1.00 vMB
Total Fees: 0.01042567 BTC
Feerates: 151.12 > 1.04 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (185,848 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
729,381 729,381 00000000000000000003dac4e03fc56ff0ac318866988e693126ee378d99aa28 3,132 1.00/1.00 vMB 16
729,380 729,380 000000000000000000081e8b79f8e00589bf1aa4d4afaa7a6177afb2f8d458c0 89 0.03/1.00 vMB 14
729,379 729,379 00000000000000000002eefd87d780b2a81084799f838b1626baa433f0d3a5ee 1,534 0.64/1.00 vMB 6
729,378 729,378 00000000000000000002b585e50d4285f88ffbfefdf1006e575c989ade458bdd 1,244 0.85/1.00 vMB 2
729,377 729,377 000000000000000000058d7f0b964516c0efa16c33f79e5b0839ba6a37cdb72a 1,475 1.00/1.00 vMB 5
729,376 729,376 00000000000000000001534ebbcb0d4ff3815dff8d176e5e67ad4152be01e2c6 2,657 1.00/1.00 vMB 4
729,375 729,375 000000000000000000074f55ed6063d5e2781aecc76219aaca7671155a49596f 2,717 1.00/1.00 vMB 10
729,374 729,374 00000000000000000000b0628a47cf8758115bc8ff638b0172a84cded9ac7d1a 2,983 1.00/1.00 vMB 15
729,373 729,373 0000000000000000000a07633448324ac0b58b360170767a01f36db05e778c3c 708 1.00/1.00 vMB 4
729,372 729,372 00000000000000000001adab268cd28cf1d6acbf6ddc9783f725ae005611babb 1,739 1.00/1.00 vMB 3
729,371 729,371 00000000000000000009eb025dc0544ad4f2bd3d04addbe67e467ed8339dcd27 2,960 1.00/1.00 vMB 12
729,370 729,370 000000000000000000078a8113cb2f1a6baa1688f42c9c8d5a8130bc529e312f 763 0.27/1.00 vMB 8
729,369 729,369 000000000000000000073ac356e616fe22399777030a2a1f53d654ba1e731faf 2,822 0.96/1.00 vMB 8
729,368 729,368 00000000000000000003f9104d46f093cd26e039fad604c75820d5e233e7a9b9 1,655 0.88/1.00 vMB 4
729,367 729,367 000000000000000000002a7a30c4461421f1095e47325bd45380398f53323d0d 3,013 1.00/1.00 vMB 5
729,366 729,366 000000000000000000059a4a6c2c8806c554937c7362a84a6829b4037ca1155c 2,446 1.00/1.00 vMB 9
729,365 729,365 00000000000000000008065bf5386d45f65e4464eb5ee3b79f9897d33a99d827 2,433 1.00/1.00 vMB 7
729,364 729,364 00000000000000000008a50005f258c8ba236abc56bce91451032d63e6d9e35a 3,109 1.00/1.00 vMB 16
729,363 729,363 00000000000000000003b569f1388bb2e9aa47dc3bc4a390581de60a2b5fc527 1,340 0.47/1.00 vMB 7
729,362 729,362 00000000000000000006d67569e3a9c2618e692f4d9f06dbdbcf2e7ba59cf4cd 590 0.23/1.00 vMB 7
729,361 729,361 000000000000000000012a22041744cc47df42ce9dd6996518f65cc9c00e5e97 733 0.43/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.