Loading Tool

Explorer IconExplorer

Memory Pool

82,250 transactions
31.10 vMB
0.12093792 BTC
Random Selection Loading Transactions
Max Size: 186.13/200 MB

Candidate Block

Mining Attempt 7a643e27bed272d7b70f15b56dd9d39d2ef2e822a1c4b6bdce261bd4b8791b90
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 0b699ac8f1351525121c137d3a827328d86db3e8a381bb4b70941e65f1ae328c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,609
Size: 1.00 vMB
Total Fees: 0.03599795 BTC
Feerates: 101.42 > 3.61 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (622,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
292,146 292,146 00000000000000004f52e3adc0b22b8866a59ba6c00f6c61a40732b263f47f7f 381 0.13/1.00 vMB 32
292,145 292,145 00000000000000003537834b65934938d934f2fa9b896fad637f53b933f671b5 543 0.33/1.00 vMB 30
292,144 292,144 000000000000000010b533fecd5e260f243f7be0e55b9d34aa72e46548a2df25 955 0.49/1.00 vMB 34
292,143 292,143 00000000000000006fa13c943c3623bb7c5bb3dbc37313523fa322f482b1c936 204 0.10/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 672.95 GB
    • Received: 16.33 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.