Memory Pool Memory Pool Refreshing

3,295 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,804 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (605,360 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,393 302,393 00000000000000001e3e93b4950e0093420b770f83dd72195a306b57ad26ce42 0.08 MB 202 23
302,392 302,392 00000000000000006283b6c0f189d9cdc51de1ea7736247eabe100279b22eeaf 0.08 MB 153 30
302,391 302,391 00000000000000006af9167d5c3fe1ec8fb2cd057af362c23af5ac3acb84ada2 0.25 MB 363 25
302,390 302,390 0000000000000000508eec033661523caf4f37e9c0c3f1c0a875d5a13a7ce047 0.35 MB 651 31
302,389 302,389 00000000000000004a9a0a771c6b587a85beb323d7f5305fbfc567140950bbdd 0.12 MB 225 30
302,388 302,388 000000000000000056218e5885e87e651c43f62bb166e1cad53c6eb07646970e 0.02 MB 40 29
302,387 302,387 000000000000000026e55bd39d27484043ad75dd5a734b82cb0bbac1f05081e2 0.09 MB 181 32
302,386 302,386 00000000000000004c779f87fc4fc1d1a4f32fb8f2dc1e1720b885d613a765b5 0.13 MB 291 29
302,385 302,385 0000000000000000404650369e61b11c2354d493d9e8fe988cc7b8ae5e4f89c9 0.03 MB 65 40
302,384 302,384 000000000000000054238c6152bb9bf7e0124d33c8eb93a0876d45dfcb49ef27 0.19 MB 347 28
302,383 302,383 0000000000000000604c8f3ab3285c18f8330bdbc03c33d7ed29bca5fbfb1c1b 0.21 MB 419 28
302,382 302,382 00000000000000000e51e3302ce6347f947ec3bd1bc02bb0a30f45eed3ca3485 0.05 MB 109 27
302,381 302,381 00000000000000006a82d71544b86acfc96a9cb7962a8a0e4309f3f793ef3456 0.11 MB 186 31
302,380 302,380 000000000000000027655920c65240e479b8a3cdea5810a8f627b695ab286606 0.26 MB 503 33
302,379 302,379 00000000000000004024d2b2a5859d04855ae1ed402b3eacd49a582a067d401c 0.04 MB 75 27
302,378 302,378 00000000000000000d3b4891713714a42b5b4ee6e7d7c38f736729da9f00dac3 0.05 MB 81 25
302,377 302,377 00000000000000005d37b190b1098f7e69898c1cd6276fee091d50c500ce8243 0.46 MB 589 24
302,376 302,376 00000000000000001476a0f5942fde0eaa839bb8c618870298ad0584b25bdbcb 0.24 MB 319 25
302,375 302,375 00000000000000000e1e3626f58b46c4fb8fc096f39a031184ebe26de40e5ad1 0.43 MB 787 32
302,374 302,374 0000000000000000519dccfb7d447f4a0eba12661b59002a6ac75a8143d79f2a 0.00 MB 13 41
302,373 302,373 0000000000000000697c29f20858eac3ad91bd5e93ea481c1c4d8bcd6ca197c1 0.21 MB 355 15
Previous 10 blocks ↓
Total Size: 769.08 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,628.26 GB sent, 93.31 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.