Memory Pool Memory Pool Refreshing

2,753 transactions
0.77 vMB
Show Random Selection Loading Transactions
Max Size: 5/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 0.76 vMB 2,740 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (109,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,493 798,493 00000000000000000000bf1b26ef03fcd65acac267c8533df6626b180a83021c 1.73 MB 3,583 6
798,492 798,492 000000000000000000049ad5c7837a6d9bd905bba176871f02dc355ad13646c4 1.62 MB 3,715 10
798,491 798,491 00000000000000000004cd4a86d7a5087b8aa0bc61b5250e168ff062cd548f42 1.66 MB 2,044 12
798,490 798,490 0000000000000000000457271028c8bb4a6e4060ec7180eb87a9b773e7f8a09a 1.54 MB 2,395 15
798,489 798,489 000000000000000000004ccb8a91ae01c8cbd0df6ab405f2e8f30b726fdc08db 1.57 MB 3,363 18
798,488 798,488 000000000000000000040e3093690b5a8b72d282c0018d04cbf2ed06cc140a7b 1.59 MB 3,370 10
798,487 798,487 00000000000000000000aee0fb1ccdcf6816190259386157f96e31137d417582 1.44 MB 2,749 14
798,486 798,486 00000000000000000004860d8d4241052be753b95429b742172398e2c41ce32b 1.48 MB 2,939 11
798,485 798,485 000000000000000000039156d769980c16c2dabcecbef1020ae39105e2e41f7f 1.85 MB 4,427 9
798,484 798,484 00000000000000000004d9d2d0e90796fc1931f23802b230865165352185d4f5 1.86 MB 5,263 8
798,483 798,483 00000000000000000004df670744fe87d48d18b31599862aacca6784af1aada1 1.89 MB 1,319 5
798,482 798,482 0000000000000000000074df855ac3d50ab02955ae57c9690ddc396fc086bf44 1.78 MB 3,025 10
798,481 798,481 0000000000000000000441441a9ed38bead82dc253cb21f25959d49441c17001 1.50 MB 3,289 16
798,480 798,480 0000000000000000000225527dcce26e1ae8fd44a49ac92868243554ad56f4c1 1.96 MB 100 5
798,479 798,479 00000000000000000003d38e0a3813dd0cbc608011507d557ca18dd670bcea4f 2.22 MB 3,706 6
798,478 798,478 0000000000000000000336b6e4c0644e2d69cb224850e519988e73edc5a5db3f 2.06 MB 6,231 6
798,477 798,477 0000000000000000000285eb81fc6aeb36f256240857481867c10634d7270617 2.48 MB 4,473 5
798,476 798,476 0000000000000000000494d86d06b7fe0afeac7b78f0c56a1ddf82e44ad51d8a 1.72 MB 4,664 8
798,475 798,475 0000000000000000000197e050df153b044a144573d0347ada79a7898a58ef30 2.15 MB 6,853 5
798,474 798,474 0000000000000000000201c909c3d6d58abb07026961e242cfda9ceda5b8e6ab 1.65 MB 3,786 10
798,473 798,473 000000000000000000049f863a2223146cc28f94ad405742a2ed9dba617a3a61 1.39 MB 2,565 10
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.56 GB sent, 94.33 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.