Memory Pool Memory Pool Refreshing

7,763 transactions
2.43 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,928 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (651,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
256,444 256,444 000000000000000013019424c63189bfe30544bda9e371aa64852800b2d05cf5 0.08 MB 214 137
256,443 256,443 000000000000002246f5c941a3de6c41264747754294105c9530c099deaf3b67 0.02 MB 49 91
256,442 256,442 00000000000000166e1e4438699faacbaff9ee909b45a5f487327e591ff98916 0.03 MB 68 105
256,441 256,441 0000000000000001c76a0675208e66d0f9770d9ed1baff3be9b5ffea345ac6d5 0.19 MB 478 89
256,440 256,440 0000000000000025e1d356592dcc1f667fd312d469a3e25ac268e5de06d453c7 0.21 MB 512 138
256,439 256,439 0000000000000018d56fd5b87a5ff8a78b541d3f1b6e4dd104b2c8107ed09965 0.05 MB 116 75
256,438 256,438 000000000000000bea490bd9d5ef20c0be370c0e2779843a756bd837820d9e6a 0.10 MB 264 92
256,437 256,437 0000000000000004293db93f41d539d22dc114c124a19338fc8cd4240425d064 0.23 MB 476 89
256,436 256,436 000000000000002c84986c55925e51b7c484cb62e1faf8f4bf6008bf79358731 0.50 MB 1,301 140
256,435 256,435 000000000000002946f35fd66d84468908a7e344c7a2da2cce26c772b509afe0 0.12 MB 299 111
256,434 256,434 00000000000000273e1b0339af6581fbc1b2822af04ad4f7d61eb9e799e1eed6 0.09 MB 203 119
256,433 256,433 000000000000001ea5fdf67f0f99a12eef9fe53023de98d4efec4afae990ef79 0.22 MB 570 124
256,432 256,432 0000000000000004586f2f4b699ff013fc032dbc25ba7febf539269f60442b88 0.01 MB 32 214
256,431 256,431 000000000000001a3f4addb9cb4b97e7ab01bed150447cb93f006892e49bcc0d 0.10 MB 204 95
256,430 256,430 0000000000000010b850892eaff1c51818a1c0b2d51c4bd8f2c52e7a1e11661e 0.01 MB 25 206
256,429 256,429 000000000000000a67c59065e4bf5285057640da57b1e56da0135b6ba9ab1c95 0.16 MB 407 108
256,428 256,428 00000000000000144387521ae87b6aa4c8d5f3beb1d3387a58a64e12c04aa658 0.04 MB 86 114
256,427 256,427 0000000000000000f789bcfd131c991785c63dd3f2d9840e618b61e92072bccb 0.17 MB 414 79
256,426 256,426 0000000000000013dd10c75405b2e60fc77851ecfb0e906db68a95caae774fac 0.25 MB 578 149
256,425 256,425 000000000000000c4e1d68be0addc8330ddd97dfaaa0af950348963aa9556429 0.02 MB 62 131
256,424 256,424 0000000000000014537cd07fab3e2ce01f65b4811ad6c757682a58b4e8f3d292 0.08 MB 223 97
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.