Memory Pool Memory Pool Refreshing

4,524 transactions
1.39 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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,674 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,146 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,673 (697,345 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
210,318 210,318 000000000000003f27c61b586082968a665784d107fab24bd326b3daaa70ed85 0.16 MB 302 189
210,317 210,317 0000000000000291ac8c7241c498af0ba07d49aa710b945525e4a95691112101 0.25 MB 657 216
210,316 210,316 000000000000035e05ccdbf15e49ce46c2500322963cff835eb055ec762b52ad 0.05 MB 142 261
210,315 210,315 00000000000003643459e2ed424c54c9349636e4ad3f653a4a7158a469ade826 0.00 MB 11 354
210,314 210,314 0000000000000499d80db569a65fd0b1bb8c56c64e5cd2d7a6b52ab42ea3561c 0.00 MB 13 199
210,313 210,313 00000000000003c4e93efc62733c1e1a598962877cb25d9a58196b29994df48c 0.02 MB 59 223
210,312 210,312 00000000000003ab20d6220d4fcc241fcff7e5e390fd2caa01f12fbfe3827b65 0.01 MB 35 165
210,311 210,311 00000000000002351c8122096f8a85774cab187e869aa493c49ce6a930ff87b8 0.08 MB 136 144
210,310 210,310 00000000000000dba29d9709757fc412ad55bb5277817a51464932ab98eba2f7 0.21 MB 513 204
210,309 210,309 0000000000000211b6eb242f989f9f56fbe69f069a13f5c416d42477f93e5df7 0.07 MB 97 83
210,308 210,308 000000000000003b5057d095e35ddcfa251de37c21bc744cdcedb67402ebdc10 0.05 MB 137 163
Previous 10 blocks ↓
Total Size: 768.93 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,604.19 GB sent, 92.45 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.