Memory Pool Memory Pool Refreshing

6,092 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,823 (680,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
227,193 227,193 000000000000018c825e31cb9eacf42cf7a375e4a7d380087b6ec05740e59623 0.17 MB 360 165
227,192 227,192 000000000000013437764718459bd76c119d0b8764e7a75915b8c64f3fba48e2 0.17 MB 399 208
227,191 227,191 000000000000015b88ff7d2736585e04dced13fd074260f47f1e0500bb74a7f7 0.02 MB 69 159
227,190 227,190 00000000000002bb3dff9014a7931ebf073d5ad3dbf880a19d259360d420ef8b 0.04 MB 70 146
227,189 227,189 000000000000010dd125e278ffd5d8403273618eff08bb67e4b8c15fac809bdd 0.15 MB 238 132
227,188 227,188 0000000000000108c1be4fdb57b3720d5e7906eea5320a4e3101b397cb64b26e 0.15 MB 268 183
227,187 227,187 00000000000001ee470ad734d7a917e41b33a325b29b5bc4d009b20af9cc9731 0.04 MB 81 122
227,186 227,186 000000000000009a0030d8178f7b6ad3ee6493ed115daaaa302f01a0e6e43cb7 0.03 MB 68 173
227,185 227,185 00000000000001c54df47055d0561328eece43ba52c9157c436401044d18216e 0.05 MB 83 96
227,184 227,184 00000000000000b31b258f305045540aaa5718c924a788eb60eaae61d4406e9b 0.18 MB 393 181
227,183 227,183 000000000000025026966bb1a49fe38a03743cdc4345f40585e27cd77c12fcd9 0.04 MB 87 267
227,182 227,182 0000000000000290c58413dff4662ecae6c036290b23c626dedf260f5b449d50 0.02 MB 44 144
227,181 227,181 0000000000000173e23add70fdbfe070d9199a72bb50eed7bb4a8ef60ac51f74 0.26 MB 348 121
227,180 227,180 000000000000036a3c92feb91d1504c1b22e1f1041f360cb6f7e9934a6163501 0.03 MB 56 119
227,179 227,179 0000000000000140d61a161bda2b563a86943e10b3863be75dc7e4370ad5b628 0.10 MB 240 175
227,178 227,178 0000000000000330cc7146b6b4b87f58eb318aee40fab863c377ef620f62d88f 0.18 MB 128 23
227,177 227,177 000000000000012373cd3cc2e415a67d3afed10140ed7352fab0395f81498c12 0.19 MB 473 198
227,176 227,176 00000000000001bff91cb52435bd8b1bb4b140839fe8dd8a819b88ae27803b30 0.08 MB 188 195
227,175 227,175 000000000000019b0a2344a92b84ff7b414c7751b9d0267b3f883784092c3c66 0.14 MB 291 184
227,174 227,174 00000000000001b7837755f5b8068895920404349a7cb5877de8bb3b8e438fb6 0.10 MB 177 192
227,173 227,173 00000000000001fe6f7c5f26feea87e5c7ef157573776892e195b9e11a6eb2bd 0.10 MB 227 192
Previous 10 blocks ↓
Total Size: 769.21 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,634.36 GB sent, 93.98 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.