Memory Pool Memory Pool Refreshing

8,354 transactions
4.01 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,725 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,467 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,724 (799,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,799 107,799 000000000001ab5096e6231f4306b6646a005460114d14abb5007476f663a2d1 0.00 MB 1 0
107,798 107,798 00000000000053c7dbc8e16eabdf53c29d9133abd175eeba795771174eb489e1 0.00 MB 4 0
107,797 107,797 000000000000c1cbc09310510a4eb71ec780d0ed0c137e55dad5f9b1adb88c5c 0.00 MB 12 0
107,796 107,796 000000000002373c85b427799675d04cca33d934e415b1c83e53525d49c04313 0.00 MB 12 330
107,795 107,795 000000000000098c03150c4211edc91c819356fe718a8c011fb25c4d33b59a76 0.00 MB 5 0
107,794 107,794 0000000000015a33af77155a2611d2140d97de41d372d14fac624722b6236ec3 0.00 MB 14 0
107,793 107,793 00000000000117ca164c591e80b58b291f723cc952e1a36fb69d2abb60d447c9 0.00 MB 3 0
107,792 107,792 0000000000019ddacc4de79783749e8a72b501e05c0504262365c8098e7d00a3 0.00 MB 10 0
107,791 107,791 00000000000068d105884a12f7adbae0dc611d9da05b754e555a77332be3a27a 0.00 MB 3 0
107,790 107,790 00000000000114e823fc59512eb01881578cc1197a17ccbe3dbc53b3dc324d78 0.00 MB 9 0
107,789 107,789 000000000001f75ee7cf9ea2e5bae8e9043fcab7e7a84142ebda1490d7d50820 0.00 MB 4 0
107,788 107,788 00000000000225ad6da5d5bfccb0a80056fda9b2a962d307d45e80eaf82dd29d 0.00 MB 3 0
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.15 GB sent, 93.02 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.