Memory Pool Memory Pool Refreshing

5,544 transactions
1.59 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,973 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (213,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
694,005 694,005 0000000000000000000e8775514c5ab840898c5c9e28987708171d3d70b30b5a 0.09 MB 222 18
694,004 694,004 0000000000000000001323df61bf3ffa4e681fe65f14f16b55e8b0993a0a29e2 0.83 MB 1,020 5
694,003 694,003 0000000000000000000cfb8a1245d3b804e2ffcb84ccba20e317707a53ae0779 1.43 MB 2,525 10
694,002 694,002 0000000000000000000fb3d8a154b25f5f90dfbb0f111f6b853a00d11f3d01b1 1.44 MB 3,110 13
694,001 694,001 0000000000000000001150780ee13cbd8173156ec3e3e20ef84d24b9817b466a 0.99 MB 1,956 11
694,000 694,000 00000000000000000003f5acb5ec81df7c98c16bc8d89bdaadd4e8965729c018 0.24 MB 562 13
693,999 693,999 0000000000000000000825268e459f34c7aba93f69e7847dfab760ff2e2e7163 0.61 MB 1,110 12
693,998 693,998 00000000000000000008eb0e75c2a069898c279fc112eee38b8d8c0b4878e890 0.94 MB 1,327 9
693,997 693,997 0000000000000000000d31512947c10cf87457381eb13a902ef0fd65c48ee8f8 0.27 MB 358 13
693,996 693,996 00000000000000000000a3b387509fdfa833f05f783c4c081b3d4b142ea4e5df 1.30 MB 1,327 5
693,995 693,995 0000000000000000000eb3d38b4186f3a8f179cd5443bdb86e6483e80f6aa62a 1.35 MB 2,213 9
693,994 693,994 0000000000000000000e5d996a918f28455deb719bff72dfd736e17279296558 0.99 MB 1,271 4
693,993 693,993 00000000000000000006e8b816e60b969e4f6170439b53068c0db7575f329278 1.45 MB 2,620 15
693,992 693,992 000000000000000000044165e66f24f4143aed0880bc033b4c747500dcaf518a 1.25 MB 1,216 4
693,991 693,991 00000000000000000005ac02fcba597905e078559761674890675ed76fc98e9a 1.44 MB 2,673 11
693,990 693,990 000000000000000000114c488384178e0872c630a235191a65d4e951412e214a 1.49 MB 3,445 10
693,989 693,989 000000000000000000128d64d1084c37a8cdf2fb2549ccd0569206a0207c4096 1.43 MB 3,264 13
693,988 693,988 00000000000000000004d0f76006d568017db628410750b54e925435de63cea8 1.38 MB 3,092 12
693,987 693,987 000000000000000000031ada21924f6a8a415a0f1a20230be03378c3eec8ee6b 1.47 MB 2,686 23
693,986 693,986 00000000000000000006425ba2a5430db1f48f547f30a2b8a9f306695bd23cf4 0.23 MB 481 14
693,985 693,985 000000000000000000104d779753fc57b3d6c7733dd0f3c26f82d75f68e37d92 1.26 MB 1,930 9
Previous 10 blocks ↓
Total Size: 769.27 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,635.30 GB sent, 94.25 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.