Memory Pool Memory Pool Refreshing

9,361 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,222 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (665,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,600 242,600 000000000000005cb092fea67390a07d1adb105167cb80d91d0faa09b5eb574e 0.01 MB 20 111
242,599 242,599 00000000000000aa705827e9b28289eeb58e92edd59d6e28e2a67c82c50bd803 0.08 MB 213 136
242,598 242,598 00000000000000c374391802c3f1649115f8f6be42e7a3f7b33186017688e9a7 0.03 MB 71 153
242,597 242,597 00000000000000bf89364de04ac186a61c40b6fd363d3489cd486d0d51d5a893 0.07 MB 149 125
242,596 242,596 0000000000000007038be0ee1aaddc9bd1b35abc865ad47187cffd909ad08204 0.06 MB 141 130
242,595 242,595 0000000000000070f637391445beef970a6f5a15e62b0a0865af9d858f14b2cb 0.01 MB 29 93
242,594 242,594 00000000000000cd4b554f2544f04b783d6184e6e0103f8becc90650bb583ce7 0.13 MB 263 137
242,593 242,593 00000000000000571c5c45f9c5c99855d797620efec771df690389d580784b3f 0.12 MB 228 128
242,592 242,592 00000000000000451f366b1769d19a66e9719e7a8b81015cc6b4f16eadd2e8b4 0.00 MB 5 83
242,591 242,591 00000000000000cdc86e845a8b67796c623a3f838ed46160473b32e1e74f1fe4 0.11 MB 226 161
242,590 242,590 000000000000001f3b460d2ff92c062a36a921f47e1835c9e731a14119918f7b 0.22 MB 326 65
242,589 242,589 00000000000000a7dab2057758e38431f3c80c620ec47f709e3e88137c6bbf56 0.19 MB 431 133
242,588 242,588 0000000000000051d6c720d98cc8717223474a10b316f349964237e77211492f 0.07 MB 135 154
242,587 242,587 00000000000000b50c8e4bbe59f5ed8009beb766c26fe07353180f0960377cb8 0.01 MB 23 138
242,586 242,586 00000000000000948706158eec8ded61d45a18bd9b4da3eb59678a009d8f055d 0.12 MB 253 136
242,585 242,585 00000000000000ca0039b2a738faeb92306273aaab67bb1365bd2b7a0eb26ed8 0.09 MB 175 148
242,584 242,584 0000000000000056fdf5cd957c02d0aff8ddc631fca9661516893b680fdaab97 0.15 MB 229 85
242,583 242,583 000000000000002140b28d2f6c2f2d475e138a70950c880bd5f2484a3d9eba84 0.25 MB 644 183
242,582 242,582 000000000000002a156b4ca0d5a3a31bbca92364285eea74bbfa08753aa2b80a 0.03 MB 67 124
242,581 242,581 00000000000000977cdc45780d75c52ab046c8d8eca5f274f3907e5a4ed7c9b0 0.19 MB 304 97
242,580 242,580 0000000000000007dc017647d4c465e45fbf4617ef55f542486b4e83db46ea11 0.25 MB 600 174
Previous 10 blocks ↓
Total Size: 768.95 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,614.33 GB sent, 92.56 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.