Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,009 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,408 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (697,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
210,347 210,347 000000000000009fe0de7137ed8e1aa2aabf3e869f681552f64e9f84b4eea9e4 0.00 MB 1 0
210,346 210,346 00000000000003e271a838ce645eeba34cadf3c01583dd6bcc2a600dddc014bb 0.11 MB 266 196
210,345 210,345 000000000000004e9616d5a603e4cf3081619f0997c6646b399d9e0bd212204c 0.16 MB 390 153
210,344 210,344 000000000000027fed647167c30aae26201dd19c8c6abe2cf14220d7aa3d4e3d 0.25 MB 723 217
210,343 210,343 000000000000007e870d7f50356b054266d79be7850cc3a5c3c3459f1465fd35 0.02 MB 45 177
210,342 210,342 000000000000026f64e4914ef638df4865719b034c034d3c639568aaa4ddfc9d 0.23 MB 573 178
210,341 210,341 00000000000001ec25d1b60891f608a980ffac0dee7ecb112a33f1155e8a4a40 0.22 MB 438 125
210,340 210,340 000000000000028d7355373c7396e96ba478d4945954dddfa4ed873f3f7724dc 0.25 MB 751 244
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
Previous 10 blocks ↓
Total Size: 769.56 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,649.26 GB sent, 95.75 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.