Memory Pool Memory Pool Refreshing

1,919 transactions
3.68 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
4 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
908,186 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,873 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,185 (905,019 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,166 3,166 00000000de6f3abd9bfb2f2a6b25245d42fbeedcec5a97d6083c5fce3a2eefab 0.00 MB 1 0
3,165 3,165 00000000148bdeac381f614fa764e59475f9c78ee809e87a81bf089b3cb2633a 0.00 MB 1 0
3,164 3,164 000000001c360bfb7c6cae6269ec3916af8551037e152544e067559d537d058a 0.00 MB 1 0
3,163 3,163 000000007296fe3afdeadd1832712870b7083c73af6fb116dc3db86aa02db446 0.00 MB 1 0
3,162 3,162 000000003480b0828d65e242d60eaef79b3ad0f9d716d5eab08f2ff1ca35c9ba 0.00 MB 1 0
3,161 3,161 00000000f6b35310402b04383538314fb8a9399c4add35d0927a8d3807157d1b 0.00 MB 1 0
3,160 3,160 00000000be00819985a9bd99096f8b5f102a55ec6a6a04f9db42b1e1615b1c6a 0.00 MB 1 0
3,159 3,159 00000000269402b189261b69538fe8dfea4acac5370f772a83045b8ebb6293b9 0.00 MB 1 0
3,158 3,158 00000000e5ae04b766a7d2773e7f6a0515cdf93d9143b6e0c7415fd46b785d85 0.00 MB 1 0
3,157 3,157 00000000aff68c0afab037c2ec227bfd8356002fce510fa8b7c14419900e6ea0 0.00 MB 1 0
3,156 3,156 00000000a74d9c54130b3088791be0d87d7f65a67fc29cca81d5aa30cbb3a109 0.00 MB 1 0
3,155 3,155 00000000652c66e45a2ca664d646231dc932583f7a3291753d9308ef5b4c19a1 0.00 MB 1 0
3,154 3,154 00000000b26a3295d00933c2aaa73bca19a3b643b0ad9c72545592527d10aa91 0.00 MB 1 0
3,153 3,153 0000000092a762e2e74308fc7d649a52e8b60455d10429b417be16adf005c13d 0.00 MB 1 0
3,152 3,152 00000000c7dbed2ee7e87f6aa4f139d1a8b47ed721aae6ef11b66872a3a81ad5 0.00 MB 1 0
3,151 3,151 00000000a51617eee6b4a6e4e5ba4dd9f79aa59c92f7be03f4c4cca995995b51 0.00 MB 1 0
3,150 3,150 0000000004b12b69f025ec124d120991d8a18a5df3cb66acf9b74ddfd689b35c 0.00 MB 1 0
3,149 3,149 0000000006bbd39938ca25952dc97fef0da6068940059f044bcee1aa7771ec2c 0.00 MB 1 0
3,148 3,148 00000000f6e878a39c360be327ee5409f547f317d3a6fada92923ecdbeac5e6c 0.00 MB 1 0
3,147 3,147 0000000013e04165771b8944c41e88935c7b25222af1c6e9115dd33a6f16f8c3 0.00 MB 1 0
3,146 3,146 000000008c49fe2a8cb83021565d77846d9e5776c0a492c1189b580fab7f3b2f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.92 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,681.73 GB sent, 97.35 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.