Memory Pool Memory Pool Refreshing

1,237 transactions
0.34 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.34 vMB 1,212 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (902,440 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,198 6,198 000000001294a1a6e85d6fa25d7e23bbd498e757e5dd8c1fbd00f877466e0879 0.00 MB 1 0
6,197 6,197 000000005ed7ac20fab32cfcc5640605a94bac1820d059cfd5103e55ad87f266 0.00 MB 1 0
6,196 6,196 00000000e4c24c8da149d97dcc84164563c4be3ba5842a15a8e3b737c63273e9 0.00 MB 1 0
6,195 6,195 00000000ef0252b53d373088b548ac267b1e2c7c2332a0e058bd0158a06310cc 0.00 MB 1 0
6,194 6,194 00000000bab04bff69b3da55677057033dc24032a154e3062ff626deeac5901d 0.00 MB 1 0
6,193 6,193 0000000008abaf6438eae0774ddfa647c468be573bc29b15cc246e7dc0f98f71 0.00 MB 1 0
6,192 6,192 000000000c0a5629d40dbcc118b268360d783c0794464efac2001c2c52a12781 0.00 MB 1 0
6,191 6,191 0000000059be1d660bd064ff357d3bea51bd0fdcc18edd52a6d16dbd8524c6e3 0.00 MB 1 0
6,190 6,190 00000000dcb2953968350328c7e0198d4f1ccbf21df2896e6c131a207abcd2bb 0.00 MB 1 0
6,189 6,189 00000000e01bc2b420a9005f6df58fe070e5227089b6cc7bfbfa34f5ec77c033 0.00 MB 1 0
6,188 6,188 000000008537e6e3e13087f759131c1e435a647a0064c3f43815ed3b702b19c2 0.00 MB 1 0
6,187 6,187 000000008032e2398a53bba8db9a4c60fe5bca798b6f4f77e355b7be20281a4f 0.00 MB 1 0
6,186 6,186 000000001420514c99839a2b4d8c7eb6686591dd0a18157deae56f1b9ff832c6 0.00 MB 1 0
6,185 6,185 000000000108391e7d064ad376d734d6080de67409adf46ca64b8f7d338ff7be 0.00 MB 1 0
6,184 6,184 00000000d1b4e13188893c5a9ebe72c5b654d9ff0f3e8da665a014406852f574 0.00 MB 1 0
6,183 6,183 000000008db36ba3c95a5780c247cf049570bc1b3ae1e7155db166e6f5eb89fe 0.00 MB 1 0
6,182 6,182 000000008c9da40f51b0ea34315f03ba7f367a69c71f1654ecf42d9fec355960 0.00 MB 1 0
6,181 6,181 000000000324a4d2067b0d0d42a7ffd0d63a203e9a961672b39bd14f1dfcbf67 0.00 MB 1 0
6,180 6,180 00000000c90d2b130f106b815f0124d5dabd578c4cb411e7899f7f39b34900b1 0.00 MB 1 0
6,179 6,179 00000000b65a3b5d37a6909b3b0a5606a3068ff9b23e3177c7986b2767d7af3f 0.00 MB 1 0
6,178 6,178 00000000d1a7a18d5427da8d5c9c0f407954bb0d57caa046a62f770a155bea64 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.32 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.