Loading Tool

Explorer IconExplorer

Memory Pool

36,942 transactions
29.06 vMB
0.13582993 BTC
Random Selection Loading Transactions
Max Size: 144.91/200 MB

Candidate Block

Mining Attempt 7d188e77c8d52758b0744d0ba2f8d83fa82d3cead8166a49fb8bf52787144f0b
Version 20000000
Previous Block 000000000000000000004e4a0cd99092da9a80120adf6e0206d92201d13ffe85
Merkle Root acde30a7574f790c1c2b19fb1bd1e24cbd4a7c420420a118f167445905bb83b8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.07621642 BTC
Feerates: 200.00 > 7.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,521 (671,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
242,595 242,595 0000000000000070f637391445beef970a6f5a15e62b0a0865af9d858f14b2cb 29 0.01/1.00 vMB 93
242,594 242,594 00000000000000cd4b554f2544f04b783d6184e6e0103f8becc90650bb583ce7 263 0.13/1.00 vMB 137
242,593 242,593 00000000000000571c5c45f9c5c99855d797620efec771df690389d580784b3f 228 0.12/1.00 vMB 128
242,592 242,592 00000000000000451f366b1769d19a66e9719e7a8b81015cc6b4f16eadd2e8b4 5 0.00/1.00 vMB 83
242,591 242,591 00000000000000cdc86e845a8b67796c623a3f838ed46160473b32e1e74f1fe4 226 0.11/1.00 vMB 161
242,590 242,590 000000000000001f3b460d2ff92c062a36a921f47e1835c9e731a14119918f7b 326 0.22/1.00 vMB 65
242,589 242,589 00000000000000a7dab2057758e38431f3c80c620ec47f709e3e88137c6bbf56 431 0.19/1.00 vMB 133
242,588 242,588 0000000000000051d6c720d98cc8717223474a10b316f349964237e77211492f 135 0.07/1.00 vMB 154
242,587 242,587 00000000000000b50c8e4bbe59f5ed8009beb766c26fe07353180f0960377cb8 23 0.01/1.00 vMB 138
242,586 242,586 00000000000000948706158eec8ded61d45a18bd9b4da3eb59678a009d8f055d 253 0.12/1.00 vMB 136
242,585 242,585 00000000000000ca0039b2a738faeb92306273aaab67bb1365bd2b7a0eb26ed8 175 0.09/1.00 vMB 148
242,584 242,584 0000000000000056fdf5cd957c02d0aff8ddc631fca9661516893b680fdaab97 229 0.15/1.00 vMB 85
242,583 242,583 000000000000002140b28d2f6c2f2d475e138a70950c880bd5f2484a3d9eba84 644 0.25/1.00 vMB 183
242,582 242,582 000000000000002a156b4ca0d5a3a31bbca92364285eea74bbfa08753aa2b80a 67 0.03/1.00 vMB 124
242,581 242,581 00000000000000977cdc45780d75c52ab046c8d8eca5f274f3907e5a4ed7c9b0 304 0.19/1.00 vMB 97
242,580 242,580 0000000000000007dc017647d4c465e45fbf4617ef55f542486b4e83db46ea11 600 0.25/1.00 vMB 174
242,579 242,579 000000000000003f6ccc2aaaf94dcebdd9f1853d92fcccccd66d797e1fb6fae1 549 0.25/1.00 vMB 178
242,578 242,578 0000000000000092cdc5a9a83ef5bb07c7de09b34beb173de0a9cf0a9e517236 150 0.07/1.00 vMB 47
242,577 242,577 0000000000000031f27b32a681543a064f7dd17243d2f8add475cbcc3d8aff4d 163 0.09/1.00 vMB 107
242,576 242,576 000000000000007de17971567e158c45aab79b70e7bb2c0916d41e8066cbc52e 113 0.14/1.00 vMB 58
242,575 242,575 0000000000000033a02933a353de56cffc45e702c3a1240d2baa0ef32bca9a5f 431 0.21/1.00 vMB 134
Previous 10 blocks ↓
Total Size: 781.54 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: 616.37 GB
    • Received: 11.17 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.