Loading Tool

Explorer IconExplorer

Memory Pool

87,553 transactions
32.86 vMB
0.13776155 BTC
Random Selection Loading Transactions
Max Size: 199.82/200 MB

Candidate Block

Mining Attempt d09f83bbc74eb7eeefc376cb93a05f38a8fdb3c08e0f8b2312e1bda4ae90f63d
Version 20000000
Previous Block 0000000000000000000073858b84c6401114582f0135c71d085cde3871dc221b
Merkle Root b41bf640f13ffd525c504d66f3bb50e9c3697cbc6654e47d72ffaf518a105912
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,981
Size: 1.00 vMB
Total Fees: 0.05016258 BTC
Feerates: 300.16 > 5.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,216 (72,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
842,272 842,272 00000000000000000001b5505df1f553f4425923fd2ac593a4c9d7d151d14156 3,591 1.00/1.00 vMB 16
842,271 842,271 0000000000000000000205388714b7ce4878bce3b4d8804f2c1f015f9768fc60 5,495 1.00/1.00 vMB 23
842,270 842,270 000000000000000000012eda3def1ccd7f3ac99ba00d81c137a077d1b3183595 4,172 1.00/1.00 vMB 35
842,269 842,269 00000000000000000000f0793d2335cfb45840547a6c0b223c2c0a6fedb33025 3,833 1.00/1.00 vMB 34
842,268 842,268 00000000000000000001ab2e235f4bd5d57bea576835ef38a3cc6b0681f9c6a1 5,323 1.00/1.00 vMB 20
842,267 842,267 000000000000000000029dc7d7631314511a6902b678db73eaf50ec5b94295de 5,896 1.00/1.00 vMB 23
842,266 842,266 00000000000000000001812d72e18bd0e381f561167136be64dc708d3419cfcf 5,442 1.00/1.00 vMB 17
842,265 842,265 000000000000000000001b2cee2106b438f21e2d7686a2ea8c53e5bb3c21b1cd 4,412 1.00/1.00 vMB 26
842,264 842,264 0000000000000000000099048287360c1a7086a4ddfd44319ff98891d3eccd39 5,997 1.00/1.00 vMB 20
842,263 842,263 00000000000000000001bed9415347441f0e2640c1c2c9700c5ee45e919662b5 3,801 1.00/1.00 vMB 29
842,262 842,262 0000000000000000000192e6fa15fd76d202fb0716ed4d563b8658e75ae60cca 4,687 1.00/1.00 vMB 25
842,261 842,261 00000000000000000002f2f2c13a255e192d7a5883cb081e79fb87c051946f31 4,742 1.00/1.00 vMB 26
842,260 842,260 00000000000000000002b7b15fd0b5a71a95ffa8e2aa978c7bd4c00d63f59cd3 4,164 1.00/1.00 vMB 22
842,259 842,259 000000000000000000001625b43f488b42e5a39a3a1db634ad30db979e3cc49f 4,516 1.00/1.00 vMB 31
842,258 842,258 000000000000000000032484c83ffe9db04dba939d971b54ccf53c5d23988246 5,084 1.00/1.00 vMB 26
842,257 842,257 000000000000000000032447ad8e283469a06872603122754ee5a8c1b5bb18fd 5,471 1.00/1.00 vMB 26
842,256 842,256 00000000000000000000ee3a3705c5690ac458e334d74cfa5f0303d4246b5d3b 5,693 1.00/1.00 vMB 21
842,255 842,255 0000000000000000000093290d197e2ade118d8ae73caaeef6891dc067a34c1b 4,601 1.00/1.00 vMB 27
842,254 842,254 00000000000000000000dc6a4fac4c69236b3bc30a6bf88c1a1da0c7acf4af49 5,300 1.00/1.00 vMB 25
842,253 842,253 000000000000000000032e8adcf0bc41c05e9acd5c91dc8563f60f65af139bc4 4,287 1.00/1.00 vMB 25
842,252 842,252 00000000000000000002622b5d4d2572f56086a204a5a17b3e6f596631275f58 4,127 1.00/1.00 vMB 46
Previous 10 blocks ↓
Total Size: 782.76 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.03 GB
    • Received: 16.84 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.