Loading Tool

Explorer IconExplorer

Memory Pool

84,362 transactions
31.62 vMB
0.13625306 BTC
Random Selection Loading Transactions
Max Size: 189.51/200 MB

Candidate Block

Mining Attempt 421c8e667bc96738cce1f3b9c94fc0e3c11073c9a4a74a366a4db7dfc0b2d77e
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 226e6dbe82319bbb95ba8f37afd0c28afbfabdbf36e9354ff9970ea06989a829
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,050
Size: 1.00 vMB
Total Fees: 0.05480118 BTC
Feerates: 163.06 > 5.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (623,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
292,167 292,167 000000000000000031e54bae63208336e57f14fcef28f6da96e194d5f2137245 209 0.12/1.00 vMB 39
292,166 292,166 0000000000000000d408057c9d10afb3c2b2b7f43b64d4042e1926116edbedea 76 0.04/1.00 vMB 35
292,165 292,165 0000000000000000dfcdb77101cb5b3444b2face757c91bf4fb81b30179819ca 271 0.13/1.00 vMB 31
292,164 292,164 000000000000000060298898c13ce6e0abd1a1dbd79490205963bf1f80f63fa4 512 0.33/1.00 vMB 27
292,163 292,163 0000000000000000617b4788b39091e0a3a8b75aa164eba40f8160cd1e26ea4f 409 0.22/1.00 vMB 29
292,162 292,162 00000000000000008e99d53ca845e36f2ecf1f259f25f28d64353f4d0b3e3a2d 128 0.06/1.00 vMB 28
292,161 292,161 00000000000000002bb65219d66f00d4a10ee772ee6ed798ed277b25ab08ef79 52 0.05/1.00 vMB 13
292,160 292,160 000000000000000100386d3f42874ec9cce62f86a1e12a0a6d0aaa04d35b36b6 114 0.07/1.00 vMB 33
292,159 292,159 00000000000000006e1ff9500539b6ecc9245a4cfa4d2ce7e50e621b021a2a91 248 0.43/1.00 vMB 17
292,158 292,158 0000000000000000d053fae9a7c198bc2082fef5e1cf98b8978dd48df95429fd 570 0.35/1.00 vMB 29
292,157 292,157 0000000000000000c89beeece487c341ffcc312fa95616dd3c26e2de992fed00 733 0.35/1.00 vMB 33
292,156 292,156 00000000000000002f7ef723a2953000c604f5d0d0d81d57ffccaf9d31567c48 363 0.19/1.00 vMB 33
292,155 292,155 0000000000000000e2a95f09338bd37d2f08e461ddda8517745b5182a6d4e08c 1,080 0.62/1.00 vMB 32
292,154 292,154 000000000000000065131aa47f526fd87b120fcd0aadc40ab0dae6802a67062f 875 0.50/1.00 vMB 33
292,153 292,153 000000000000000088b37d3a7938760daee0827862238ead4b1608cc0fee1b34 801 0.39/1.00 vMB 36
292,152 292,152 00000000000000001b48c33ee48706ebe3c6bf710e1c47de58f191d3814d8559 381 0.22/1.00 vMB 32
292,151 292,151 000000000000000059ab45642b1479064597fe5ef6d37fda60e0e8c938c5a98d 50 0.08/1.00 vMB 15
292,150 292,150 0000000000000000a3c2057a7479372b5d8c16964686381e6502045000f89f16 686 0.35/1.00 vMB 34
292,149 292,149 0000000000000000651e657e36e375886d179ffc6ac6df6e2eb4b7887f47a82f 48 0.02/1.00 vMB 13
292,148 292,148 00000000000000003ebf1e5e6e6f2211ef2dcd5e8b38c2bf4645eaca3b702c99 97 0.04/1.00 vMB 32
292,147 292,147 000000000000000079cdbff261becb630e3b0db4bed7f730bf5c7c195186a4e6 191 0.09/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.69 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: 697.26 GB
    • Received: 16.52 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.