Memory Pool Memory Pool Refreshing

8,062 transactions
2.70 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,715 (871,582 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,133 37,133 0000000058f4e4043f01af5147bb02148f7022bc8776373dd37e4dda781b9db2 0.00 MB 1 0
37,132 37,132 000000002b35747e14260b43497ac02cb985c45f89c7a342aeb034f7b392f55f 0.00 MB 1 0
37,131 37,131 00000000016ae0a8b1d6a1a07c37eb82bd09ee1baae1bdb7ffdc2407647aaaa3 0.00 MB 1 0
37,130 37,130 0000000010f43e2276eeb349ecc2811bd68ebe10403d613bc42e91a5097c7a67 0.00 MB 1 0
37,129 37,129 0000000034a74ebfc112b895fad461ffc9071af976ce960b1113e2dcc2fd713e 0.00 MB 1 0
37,128 37,128 000000005bde716db2dce4545d32bef84d3bd3f3fe0546143146f5c3e0fb4f5d 0.00 MB 1 0
37,127 37,127 00000000a9ab03a8be642e8225f4ccd7aba649732976241182b7913dba0c8d5f 0.00 MB 1 0
37,126 37,126 000000007e68cd74104320de25e3636ba18c446af69b078f7e6873d32507c424 0.00 MB 1 0
37,125 37,125 00000000afa9ce68f49c228b3ac845ef263ffcb5372b3e42f41038b441f8be2f 0.00 MB 1 0
37,124 37,124 00000000967ed7c59bf18d0b07e42fa99ff79d08fd493751e1cccecf021eb771 0.00 MB 1 0
37,123 37,123 000000001ee3de8c29a5f71589cd83b9d08953caf22bd3a361aa84fc215a85eb 0.00 MB 1 0
37,122 37,122 0000000019b5a2284aa3f79bcb09ef512b5a4c8d24c54dbca73b8832353e09d6 0.00 MB 1 0
37,121 37,121 00000000192e35d4cc57c7a4d931bfd9b5f8571bfb26fa78b484a619236d3c2c 0.00 MB 1 0
37,120 37,120 000000008291e0bd5ec64a1752b38aa7066345321785f055f58c6e3832f0ca43 0.00 MB 1 0
37,119 37,119 000000002e7180654447eb9030bc67207a5e6f7e4430cefa77fc259d9b0237bb 0.00 MB 1 0
37,118 37,118 00000000239f2ec15e525bdf5b70ffee9e629cc74446ee6890ae27f33b8c3b72 0.00 MB 1 0
37,117 37,117 00000000096a6f76d74ae3eae30416123d1a2ff84bcc14797d5b6000d9ecd14e 0.00 MB 1 0
37,116 37,116 000000009f6ec4ba72565cc87138d7f34026f00eb93a12173cda2215e5135f5c 0.00 MB 1 0
37,115 37,115 00000000165ca2fd2b0d7f0445c43577e5d71a4600a2ccb1463f5b04197bc93f 0.00 MB 2 0
37,114 37,114 0000000089555c7434946e0222c92339265c2e2187267de2d4edd484cd04c61f 0.00 MB 2 0
37,113 37,113 00000000b2d7f083db940f1bcca33bb3eab2b213f1e83f36d006e93254662cc6 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.04 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,854.92 GB sent, 102.14 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.