Memory Pool Memory Pool Refreshing

7,690 transactions
2.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,710 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,282 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,709 (799,922 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,787 107,787 0000000000012423cea16e067e4d918bd0fb72cc176e9a033c542ba5854cb0e0 0.00 MB 6 0
107,786 107,786 000000000000f11a2f861ea9e016271a1ae19e3666f8d6a83a5cfe73ca5dc32b 0.00 MB 8 0
107,785 107,785 00000000000218808d1f683f78da018b9b427695bfaad67a2f124220744159fc 0.00 MB 6 0
107,784 107,784 0000000000015612c5b07518d794ea978563576aeb5c5d4d823793b5ad2ed518 0.00 MB 3 0
107,783 107,783 0000000000021790fcc4c86409b57678ca10e0507c5dc7d6580266052fad4eca 0.00 MB 11 0
107,782 107,782 000000000000cab2bf5e0a413b690d16c5f55ae5f212d1ce9d654e16963f7242 0.00 MB 5 0
107,781 107,781 000000000002374cb73c7aa0d4c7c742446938dcd3857edda819a18cebef7142 0.00 MB 8 0
107,780 107,780 0000000000022b492063b196a102fec8b25994e647199fd911d8b1498f70c138 0.00 MB 10 0
107,779 107,779 0000000000000d1688dd46767dbadeffe3cf1a9d00aae92c0a23c4d4d899bbb2 0.00 MB 14 596
107,778 107,778 0000000000003877663a2f90f0b016852d7696ef2830a6454c2a801960cb6bdd 0.00 MB 12 0
107,777 107,777 00000000000104f756066c6be7d3261af0c9eb58e2677cf598435850f354dadf 0.00 MB 11 0
107,776 107,776 0000000000017e684c5cba3beb46e5b5499cb563903eb94167be32568be13c90 0.01 MB 43 0
107,775 107,775 00000000000106c54cb13799d1acd90d2d736ae615ef3aa8be1809a079e8d18c 0.00 MB 6 0
107,774 107,774 0000000000021a7ec5d606564d2fb2547fb6b5dfdaf7434d2fccad4cd083ca46 0.00 MB 12 346
107,773 107,773 00000000000006137ac2431f6e588d227614995326d8ba56cb392747cefbc3e7 0.00 MB 12 367
107,772 107,772 00000000000234e4d652e0b4ef35ae5fd20235bb1078b3094ab297dc5d53b60c 0.00 MB 2 0
107,771 107,771 000000000000b2ed31aceb2ffd06e91b8a02ac0cb55985259326c8e704dcd32e 0.00 MB 13 0
107,770 107,770 0000000000007189fc68258b6e97122554ed4e3ca425a1bd2c2170f5506a33fb 0.01 MB 23 171
107,769 107,769 0000000000006e6a3d858afafd279a809cf2fbb51da62fa12a35ba83f39404b1 0.00 MB 7 342
107,768 107,768 0000000000012674ff42684e2dc6e33ea3e4e2b848117cd799d71d7c9a27e7ff 0.00 MB 2 0
107,767 107,767 0000000000001c217c426d9cd43f4fbdaedc33415cb3b22c3989db7d817baeae 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.85 GB sent, 92.83 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.