Memory Pool Memory Pool Refreshing

5,027 transactions
2.13 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,735 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,237 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,734 (697,395 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,339 210,339 0000000000000373bc49f99c17377a7f6f590773fc7e7f854cd91f4c42785811 0.05 MB 142 179
210,338 210,338 0000000000000240d67510db6ef2a77d83631714a91365c04ae492c7939d6d56 0.01 MB 18 164
210,337 210,337 00000000000003d83c7df15aba260b990d9f2de8e24897676134c69ffaa7e452 0.21 MB 554 189
210,336 210,336 0000000000000419b5caed7813a8f0c5130a565741a9d7e1aaac991d62a6e83e 0.17 MB 433 182
210,335 210,335 00000000000003cdfb62ce5f5bb97f35e8b8051117cc9b21553f7b3063e9dacb 0.00 MB 6 31
210,334 210,334 00000000000001f37d37ba8233a63b0494557d41cb40a193ee1d6d24b7133a5d 0.04 MB 136 23
210,333 210,333 0000000000000392573fdf3c448d899c9749892dc204342ebd957fe982ffcc9f 0.06 MB 129 135
210,332 210,332 0000000000000415e07f3a245d87867beb28f410715a563473aa83955792219e 0.07 MB 159 184
210,331 210,331 00000000000004a70b40f134e9f6b79cb2bb649ec7932f154701bff3650b746e 0.15 MB 254 153
210,330 210,330 00000000000000edaef1abfd06f8c4415e015fe15d8a24f94a09a9a9d89c720d 0.05 MB 129 136
210,329 210,329 0000000000000308fbc85a4e19363dc59fefdddf50569cfffb8675c43d73ed57 0.04 MB 79 122
210,328 210,328 00000000000004ab47531a6a7861f6e6b5f3639dcdc45c406f1ca03c2bd98fc2 0.13 MB 251 146
210,327 210,327 00000000000003aa4dc8d2820ad39cc51b63b1590464133052d09b538670acdd 0.04 MB 128 108
210,326 210,326 0000000000000077f80864272d3168f79f82ece9b8a3eca9101f80472ba851e4 0.15 MB 369 179
210,325 210,325 00000000000004a5823716dd269a84ecd914d357e6c31e8077f65f9f94a50f2e 0.17 MB 292 143
210,324 210,324 00000000000001d8dfe53b8e40f464019b7dde3554ae2b47feeac592f10ef115 0.15 MB 299 140
210,323 210,323 00000000000003c606620d7afad7cc3f097205682c1dd6b771599fda77258d07 0.25 MB 478 179
210,322 210,322 00000000000001d990dfd302d9c0dd80ab69d6a50d0dca78466e8937bc0be490 0.08 MB 193 138
210,321 210,321 00000000000004339056603c1d01b40023a148370059d7b69f08f3f238632a15 0.14 MB 312 168
210,320 210,320 0000000000000348e1076070bf50997e442c4eabb711b58094f962a83ab10b98 0.20 MB 377 191
210,319 210,319 00000000000004589c755e1e56819cb6a7163737f18f185cdad91a515cba96e7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.05 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,627.21 GB sent, 93.11 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.