Memory Pool Memory Pool Refreshing

6,922 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 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,124 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,528 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,123 (838,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,400 69,400 000000000076cc49e8b89eb10fb5121990dd5abbb6962a9a3934fc2371ce9b90 0.00 MB 1 0
69,399 69,399 00000000009e7b61e721c979481c9f8ccf2db726fb2a7df80c1209a2d323e312 0.00 MB 1 0
69,398 69,398 0000000001530745b652d1b88063e713a51737f900e98e8f4dd81397fed9edaf 0.00 MB 2 0
69,397 69,397 0000000000693bc7937181b69011216d7cefd4a7a212647792281ff6b34d3514 0.00 MB 1 0
69,396 69,396 00000000006a5be2cb2b4ae364e33640f62bbc12d7f94663dee71a86639a7bd6 0.00 MB 2 0
69,395 69,395 00000000012e213aa1616e965ed531865304cd9d3438f6d8b877c5ecd3b2f999 0.00 MB 5 0
69,394 69,394 00000000013efb1b3172ed4328631d085dfb032a74358d7efc94fbbb566d8d8f 0.00 MB 1 0
69,393 69,393 0000000000acade2049d5e29a088a68a4530f5636edcfaa7f8177a3db2173643 0.00 MB 1 0
69,392 69,392 0000000000bc6f507f08bbd859757ebe642e8eeba150dc76ace0dd629d1f5a7d 0.00 MB 2 0
69,391 69,391 0000000000d13a66b8bf7eb668588df68e45288bf73ac7dee415ba92d51e1209 0.00 MB 3 0
69,390 69,390 0000000000c243c34b6a5cbb8a4eeadc8b40a6162a6482f831ad441544995174 0.00 MB 1 0
69,389 69,389 00000000007c4f1e1e1490b6b22c520967ad5be176d6f2b0d3b25b326c0eda7b 0.00 MB 3 0
69,388 69,388 0000000000cb9324ca1bbbd1a72b4ac8090bbe9ccd2115c3ee3c0275d1dd1731 0.00 MB 1 0
69,387 69,387 0000000000fa0e8544df14afec4ecebe961ea5e29f3be26aaee28fe3c1d6d2af 0.00 MB 1 0
69,386 69,386 00000000015100a8bbff9e73a758280a505e0febc80dde13ee62693982ac3df6 0.00 MB 1 0
69,385 69,385 0000000000655afc27a51e62bb197a10dcd10eaed285825f448a68a6c06389c3 0.00 MB 5 0
69,384 69,384 00000000015febc17bc1d2aaa937322df0f08d3486e49d5030668a200c446c77 0.00 MB 1 0
69,383 69,383 0000000000e7b4cc9337cea1b4de2686d930656434d0eeb9edf0991f5e0bc969 0.00 MB 5 0
69,382 69,382 0000000000cc94bd01d2905ac54fb71f656810a29d4f4c398a40c9a6c817aac1 0.00 MB 2 0
69,381 69,381 0000000000503aa15de34b14cb333da8144b23103bb85ea6604c71162940ad61 0.00 MB 1 0
69,380 69,380 0000000000dbe468590d5155784851a5a59ed4a18665320f1cc84e8f8e668c61 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.78 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,679.94 GB sent, 96.79 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.