Memory Pool Memory Pool Refreshing

994 transactions
0.24 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
907,989 00000000000000000002349e0000000000000000000000000000000000000000 0.24 vMB 965 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,988 (277,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
630,525 630,525 0000000000000000000a88a519f80184de5d7751ab5e22e72ba11006c78620f7 1.26 MB 2,767 110
630,524 630,524 0000000000000000000c05eea94e1e54fe406cd6afa205cd9db983fe22f3d944 1.34 MB 2,558 84
630,523 630,523 000000000000000000042cba7111fae8859388b2999148e8c0562effde24dea7 1.43 MB 2,516 137
630,522 630,522 00000000000000000008508e619844e64d4dda3071bc5baf5f805bea4b215a31 1.28 MB 3,202 125
630,521 630,521 00000000000000000000acd4a23b57823d7d623fa8bcf9f5757b5433c4448d49 1.20 MB 3,004 95
630,520 630,520 0000000000000000001154edf278b10b3c95e361f8e3be5c051785d7b21691da 1.27 MB 2,897 135
630,519 630,519 000000000000000000037226c948d537bf5c036142f4e06d5c5d70d0fead9ab5 1.19 MB 2,852 90
630,518 630,518 00000000000000000001528c4229b04fa933eda848590ad95c5b5ee642a15d73 1.33 MB 2,505 149
630,517 630,517 00000000000000000008be05a30cbd8c0f5a9b7e9055a56027dd28b969ccadd5 1.20 MB 2,269 136
630,516 630,516 0000000000000000000718aa29ef4726b2ed730a269aee9158c0379a2cc35b6d 1.17 MB 2,771 98
630,515 630,515 0000000000000000000bb7812c972283d2a57f35e5b5e41b7cab8b44da41ecc4 1.16 MB 2,915 128
630,514 630,514 000000000000000000003979416804a908d082cc6811d329ee3bde05dfb24fc2 1.38 MB 3,082 177
630,513 630,513 00000000000000000005add644377324742678d484e56549dd7990d5bb0b7ebe 1.38 MB 3,063 141
630,512 630,512 00000000000000000009cc3a5e743f5afbd574a81aba89cb2033fa8ffc7a8b9b 1.36 MB 2,740 182
630,511 630,511 000000000000000000055ae892bfa910ee81450d10f196b331583c65de9fbf81 1.33 MB 3,023 185
630,510 630,510 0000000000000000000307826dbef316834693a21ade09b86845b99784dff38e 1.24 MB 3,048 130
630,509 630,509 000000000000000000102d863771323a3879afbdda8644ecbb8ba6f159193447 0.00 MB 1 0
630,508 630,508 0000000000000000000c32c939b2ca207044f97444010f0099703827192c2e62 1.35 MB 2,274 147
630,507 630,507 00000000000000000002bc21fc4b4d85ca5379263799ce2bc3e25d56cfbc8f11 1.30 MB 2,851 153
630,506 630,506 0000000000000000001090eacfe3b81a9b126de418204855fd8bbd9a57464538 1.23 MB 1,644 156
630,505 630,505 000000000000000000011d6eb808dee0b2f088c3542df2f410fe1f40d7404714 1.32 MB 2,830 149
Previous 10 blocks ↓
Total Size: 769.53 GB

Node Information

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