Memory Pool Memory Pool Refreshing

1,164 transactions
0.51 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,164 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (742,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,410 165,410 0000000000000821a321c9ba083c40c102943d4f5c87b8feba784225c882cd46 0.02 MB 31 20
165,409 165,409 0000000000000bdec79cee4a0699a01942fe263d93eac2fa9b35521306960e4d 0.00 MB 7 440
165,408 165,408 0000000000000685b39fa61c894600b0592a2c1c75315087a33516f8e1b60e0e 0.01 MB 23 163
165,407 165,407 0000000000000a2f6ce502e86b40210ee44b39bcce0adc08dce5cf949dae46ea 0.02 MB 40 103
165,406 165,406 0000000000000abe78e08f37a6b6e6dd2a4b337d7379ebd2a060d85b4b6bef5a 0.05 MB 141 50
165,405 165,405 000000000000003200c4b03d6121c4dcf06439073adae74a017f36e9683b67f8 0.03 MB 68 101
165,404 165,404 0000000000000729d9b76de9bdab97dbaa098f493f6943bfd79bb1f85d5a5f3e 0.05 MB 101 70
165,403 165,403 0000000000000ba6db900ea5fb7f64ebc29179f221def86f27500ec08c281031 0.01 MB 23 1,073
165,402 165,402 000000000000040ec52afb3e84ab33c7935852274896f819653a733be1064913 0.03 MB 66 193
165,401 165,401 000000000000000b45aef7ef7c165509f56639dfcab6c673da274f6efe9910e6 0.03 MB 60 156
165,400 165,400 000000000000068e6204201727d960ac6d595eb5a46f495712473b8594b5421c 0.03 MB 55 77
165,399 165,399 000000000000041a6fde576fc1c0d3c130eb97d726bfd9b887b0221f4b222d76 0.03 MB 63 389
165,398 165,398 0000000000000bb1ce419c2e066039d572742132b0fea976b5488c7ec486c635 0.00 MB 4 532
165,397 165,397 000000000000017d70bf652a76fefc89b02276769447bbdc28a12945faa98efc 0.01 MB 24 395
165,396 165,396 000000000000013ff5730d1d5e492a9dd2fd1659d5bf778838a6b2c75302930a 0.04 MB 127 83
165,395 165,395 000000000000055a2f1df4cd025a6b814e038b433cf3ece9c372b47e287b41b6 0.03 MB 53 117
165,394 165,394 000000000000067f458cb619dab4f096688d9458349afd70d82182b556817b65 0.00 MB 6 16
165,393 165,393 0000000000000babdbc595be1e79b38fa5a43b623a0308909cbe60edc37aaff0 0.03 MB 89 142
165,392 165,392 000000000000038dea57e08b4406c4f0de9ce0b8d828af5769d713a5f544cbed 0.05 MB 119 530
165,391 165,391 00000000000003de9b4ededc78e6e821fdd64ada31d4d8c48b430ddd2725eb79 0.02 MB 41 181
165,390 165,390 00000000000004d3e816c36a571f62fe53447fa6d0c96d7a76a591c85883590b 0.05 MB 149 146
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.