Memory Pool Memory Pool Refreshing

9,165 transactions
4.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,436 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (703,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
204,253 204,253 00000000000002801c3b453565febe25a0c9dee53e3ff27bccbbbc2a24e87225 0.07 MB 273 1
204,252 204,252 00000000000000f3874ce4d9559243fbe198846e84653180a84d857415e16dec 0.17 MB 498 215
204,251 204,251 000000000000054abbb5c65c6a1b6374a2ace2fcd48b33873e175c52bb80a388 0.25 MB 549 115
204,250 204,250 00000000000003eff62103d5cfa2088b60d267bf6adbb0c97549b474913981fb 0.25 MB 618 137
204,249 204,249 00000000000005345df695fb7193ae021f303a67ff6c43d2e50ccfaf5469d8e7 0.25 MB 498 120
204,248 204,248 00000000000003d6896a2a398dd76e9991398cbee238b27b257bab788e93f568 0.40 MB 632 51
204,247 204,247 000000000000005b1eec742ed92724253cc17b1bfa6c0ebf17fc84efa3b1e94b 0.00 MB 13 33
204,246 204,246 0000000000000342f21c41377b1aaab90911585ddd8bccc9aa1ca81e6dd9a06b 0.21 MB 346 90
204,245 204,245 00000000000001cddc576c0fffa9dacd5bc9197d6ef39766ce0dd492e09d7fba 0.05 MB 133 193
204,244 204,244 00000000000002492329343db58f592c7557901f6ea945d7fb795d91bb28768b 0.25 MB 856 172
204,243 204,243 0000000000000468413f288f1a9033bb070ab87922d8cd47136dbc944965b159 0.25 MB 408 118
204,242 204,242 00000000000002ea77fae0121a980cebff841177d21d282a162e42d11c814c20 0.08 MB 37 60
204,241 204,241 00000000000000c2c980c59dd3735020feadecf1ea221f13a8c68a28f658020a 0.25 MB 777 168
204,240 204,240 000000000000012e974a6d35d0ef0fb552f246e51ae92c527e03aa60d2f04c8c 0.03 MB 74 382
204,239 204,239 00000000000003f193cf631012cb6eaade87e16d35f1d82fe7db195c2e768bce 0.01 MB 18 79
204,238 204,238 00000000000004ed1976da1a726006c7a2ade03cdcac38a6e6a180307049a3e0 0.09 MB 127 221
204,237 204,237 0000000000000521ef11440c8e46464ab532516e4f0186f41fdbab3d9ab08539 0.16 MB 315 110
204,236 204,236 00000000000000d4d33166bb09ea7a4365769561da6594412aa8215c54f480a7 0.04 MB 123 203
204,235 204,235 0000000000000212fb8edc04779d72b5f534bb91270c8484aee575fd640f1b5a 0.23 MB 638 140
204,234 204,234 0000000000000111a55c416088f015330630abd3e363dd41c46d86958c0c54c7 0.05 MB 122 112
204,233 204,233 00000000000003c4daece4e06e246163530ba04f2164f84320deb55615d3327f 0.13 MB 227 88
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.82 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.