Memory Pool Memory Pool Refreshing

1,719 transactions
0.54 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.54 vMB 1,714 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (409,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
498,517 498,517 000000000000000000ae477f2c806c4a85ae207369c6098422c157cdbf83b6a9 1.08 MB 2,322 218
498,516 498,516 00000000000000000067e68701d6c3d070119fbec66c4ec8bc143c021b4ca8f6 1.11 MB 2,093 380
498,515 498,515 0000000000000000003b24e1c5551b71833bac833935ba10fa81b853604c08c4 1.10 MB 2,541 445
498,514 498,514 000000000000000000505437cdfca7a5a9ff88be7f12df6ee05a5b66529763fa 1.03 MB 2,650 472
498,513 498,513 000000000000000000349cfb83ebcbffe182265a5aa5dbb78365651da571c324 1.01 MB 2,191 169
498,512 498,512 0000000000000000005a415bc8bf6a44354f49a804168e6d230b45ebf38d6a63 1.09 MB 2,517 265
498,511 498,511 00000000000000000004aa3073008c3e235f43c679897936ba8522d227322e91 1.09 MB 2,212 395
498,510 498,510 00000000000000000093576f3c99333160f19b9d9f40fb4110631f9f1de999c7 1.13 MB 2,608 392
498,509 498,509 00000000000000000078a14220ef6ae927fa305279b009da3b81cd2255419d2a 1.14 MB 2,230 381
498,508 498,508 0000000000000000001c711eaa8898f83d737d5941a1c13a3bc0822a84906f0e 1.01 MB 1,561 498
498,507 498,507 0000000000000000005efc9658bce6586f9ce8e814ea2a9ebeb882ebf1ce6915 1.04 MB 2,663 431
498,506 498,506 00000000000000000087a02af439ed925151eac88f14394682184d133d44974c 1.10 MB 2,419 383
498,505 498,505 000000000000000000592942e70e758426308b199687076f6503d34c7484be51 1.02 MB 1,647 155
498,504 498,504 0000000000000000007211c03a577ff8fe7f47140009c55e8e716da027798d9a 1.08 MB 2,599 346
498,503 498,503 0000000000000000000737a9c57e2fe92210543faf744b05a88b98097ad582d8 1.03 MB 1,593 118
498,502 498,502 0000000000000000001aaf39fce3b3d5eeb696ebdbe4828b2fd90f73e646335f 1.04 MB 1,510 128
498,501 498,501 0000000000000000001f0f909df62aa17c5f7676231b4d0d76b2b1fe04e60a69 1.06 MB 2,235 241
498,500 498,500 00000000000000000098fc78e17cae7e47d894816675959118ee4e4b5a4a3895 1.05 MB 1,968 365
498,499 498,499 000000000000000000017b5d721814bb90f856718d4d28d4cf66626c2318d7b1 1.04 MB 2,047 236
498,498 498,498 000000000000000000253db28b29de01c5d47b8f589ab2e8363839e74be11ecd 1.03 MB 1,556 170
498,497 498,497 00000000000000000090999b08e354a4821d1cc424e749279063e028bb3543d2 1.04 MB 2,390 166
Previous 10 blocks ↓
Total Size: 769.27 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,635.35 GB sent, 94.26 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.