Loading Tool

Explorer IconExplorer

Memory Pool

75,273 transactions
30.81 vMB
0.09587264 BTC
Random Selection Loading Transactions
Max Size: 180.89/200 MB

Candidate Block

Mining Attempt f7c2ccc9781f327022e45154167cb54bc815ba81ffcf5480103687a81ef4b2de
Version 20000000
Previous Block 00000000000000000001b6bcfed7daef6070e84e65a71f9eb69c8b48ca4d4960
Merkle Root e04dd49f5b4b9758dbad0c474be1eb18cdd4efe9da8290d1f4f6d0a890285360
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,023
Size: 1.00 vMB
Total Fees: 0.01746392 BTC
Feerates: 301.35 > 1.75 > 1.04 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,425 (626,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
288,634 288,634 0000000000000000507be8a50cf317b455351e7f98d74d15977e946cc0c7e7a8 148 0.18/1.00 vMB 18
288,633 288,633 000000000000000088c037af0f1aed2bf040e14e54a0f77044048dbd9bdfa05f 209 0.53/1.00 vMB 14
288,632 288,632 00000000000000010fdbf2805b41540f1229eda9c9a2c739205ffb1e2bbf003a 589 0.35/1.00 vMB 25
288,631 288,631 00000000000000004a6a7cb97ef70ebd7f5b5b5d340a5b6bf96f8a08bffc9c22 1,140 0.35/1.00 vMB 56
288,630 288,630 0000000000000000cd031eecad734b51d6c9ed6009d69957c0d5b35b3ccc5443 1,263 0.50/1.00 vMB 39
288,629 288,629 00000000000000010724b86a7ad0b4cb6c531167dc7c1341f8c6cd1b7b70339a 512 0.18/1.00 vMB 67
288,628 288,628 0000000000000000732ad8e77f1a94734d56263f58f75b308671dc968ea8c0ba 418 0.24/1.00 vMB 31
288,627 288,627 00000000000000004571303a8ef08e04bbdbcfe0b5a22227304f45a9f383a16b 641 0.31/1.00 vMB 40
288,626 288,626 000000000000000101ac478417c8b72323eab1c0a8887b0dfa9547febae43ba8 275 0.21/1.00 vMB 26
288,625 288,625 0000000000000000de019b3c0a9a08ce976a08c134f6a9a7ca6ee779f1337459 105 0.06/1.00 vMB 33
288,624 288,624 00000000000000010e57dcee6bf27da02970e136ec4b8c77a84a2e9b41c9c22c 270 0.18/1.00 vMB 29
288,623 288,623 0000000000000000ce0f3397bec05cd73e8a6d5daa185d993ab039b2d82ff211 540 0.45/1.00 vMB 23
288,622 288,622 000000000000000025af6e414b9abfa291d78b988dffdc1b52717523dce7ff3d 644 0.25/1.00 vMB 47
288,621 288,621 00000000000000010699d85f8342a16f3c26dad4274493d1705dcc191c3bd805 138 0.08/1.00 vMB 41
288,620 288,620 000000000000000038f424870b033cb4dcfe5a18b4145aa190ac4a077ae617f3 318 0.19/1.00 vMB 56
288,619 288,619 000000000000000026a502d390e0510ddaefaa4a86884e527ae599446db53447 331 0.17/1.00 vMB 28
288,618 288,618 00000000000000003c6ede25357a1eb7884bb01f1e41e62c207b2dea03869496 128 0.05/1.00 vMB 42
288,617 288,617 00000000000000007b7afd64a600014dc7f7d1143b348202135f839b4ce7b089 186 0.10/1.00 vMB 29
288,616 288,616 0000000000000000bb3e11ad8fade8606d17e16cc118ebd04af3aadfbb2019a6 528 0.27/1.00 vMB 36
288,615 288,615 0000000000000000534b1b948bc0ea19a2f6a5669debee89376fa4686c36bcf3 296 0.17/1.00 vMB 37
288,614 288,614 00000000000000011ea313bd428d0f73e53509d315b2f72f2c532e3077021b2d 284 0.17/1.00 vMB 28
Previous 10 blocks ↓
Total Size: 783.12 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: 739.09 GB
    • Received: 18.62 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.