Loading Tool

Explorer IconExplorer

Memory Pool

24,046 transactions
5.42 vMB
0.05759841 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 39.01/200 MB

Candidate Block

Mining Attempt ad607bf48470cced3e64fec38812db19b467d0bfd8f881762bfea8da10a9abfa
Version 20000000
Previous Block 00000000000000000001637054e6dc23e3f4ad0b25904fe5c667d6200d37765d
Merkle Root a0de7ff99a6134d5cbee93c83ab945d72e4d5d6727c06f63b4992ec05dd24b86
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 3,801
Size: 1.00 vMB
Total Fees: 0.03873051 BTC
Avg Feerate: 2.19 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,885 (770,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
142,626 142,626 0000000000000324fc4102f1f309ef23790ebfa7279b0df7ee466e90452436c7 0.00 MB 5 0
142,625 142,625 0000000000000383ad5eae5815f5b65d3e102e79b22cdece2d2867f9d9cfd27c 0.01 MB 20 55
142,624 142,624 00000000000000abccc009cbd2769736b0687f408f9c271441e706eba79b1a3e 0.03 MB 68 210
142,623 142,623 000000000000079e848a95192f6fbf629555e518704f6441f049477ec55e545b 0.02 MB 89 105
142,622 142,622 000000000000094a48f7c2fcb3e9742b34c8b0340adbacdc6220f6c489050644 0.03 MB 61 165
142,621 142,621 00000000000008198700b8f4fd8e26b01b6a0d33df0dad9f98329f8f48c10be3 0.05 MB 72 122
142,620 142,620 000000000000076fce19c5779f1d406ff8136c7489ab99e2f6a04145ae298949 0.01 MB 47 11
142,619 142,619 0000000000000371d4d8fb01103c701b6034b2a726acc1cf5da3de8f97625200 0.01 MB 25 4
142,618 142,618 00000000000002749e14fccaeddefe14a0d77d372e32f65b3758fe76710eaf6e 0.01 MB 35 129
142,617 142,617 00000000000003149465c529775d888aeb61cbe4a0527fdd29dc9cd62356398a 0.01 MB 26 336
142,616 142,616 0000000000000716bcf287fd3d22757375970a22e82ac45279afdde576eb918b 0.04 MB 46 103
142,615 142,615 00000000000004afc4e32613e361aadfcf18e488576941dcf77a10762fea856b 0.01 MB 35 233
142,614 142,614 00000000000006759c3c8a216f788c9579b4fd8510907679bcb4e8c916d9d986 0.02 MB 12 74
142,613 142,613 000000000000001248b3712a4864a0683f53273708903ed004473eae51d92813 0.05 MB 165 128
142,612 142,612 0000000000000779ebcb7dd30bf4b4a9ad46a35adaf13ac97064b3813a60c795 0.00 MB 13 44
142,611 142,611 00000000000003b20262ebc7e9fcb266e77dc37bbfc169ee01ae815f478aacf5 0.02 MB 32 131
142,610 142,610 00000000000000b1972f18b3508e8b08499043b376b438a2b5ccd3d27a55b5d1 0.01 MB 18 105
142,609 142,609 0000000000000450334bb2fdbb7aa2393f380dd1b26977d6840fa4cbf948ff3f 0.02 MB 64 132
142,608 142,608 000000000000068aa7fbed0083ae43622fb2608ca331597c99d1ebe3c14629e6 0.00 MB 13 671
142,607 142,607 00000000000005fbfe8f86ad4abd2ad929911501c865e907c8c05c1c434e6c94 0.02 MB 78 29
142,606 142,606 000000000000084a4324d85fa82625d6f49d9ffe6da34e91b22b4432b1325f36 0.00 MB 12 385
Previous 10 blocks ↓
Total Size: 778.64 GB

Node Details:

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