Memory Pool Memory Pool Refreshing

65 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,604 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 58 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,603 (852,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,169 56,169 000000000777827681ba7ec5fff3d63d1d1e3072fa4c4923a5edd3303769d8bb 0.00 MB 1 0
56,168 56,168 000000000cbf46b8b2760285208594a1e11fea62ed867c769bb37690097c4edc 0.00 MB 1 0
56,167 56,167 000000000ddc44f945ac3bc2025fe8026b5fd51d8be3ef3a379c4f131349f936 0.00 MB 1 0
56,166 56,166 0000000003f708adaf17044396fd0d9288cd2f1ba34420faf64fba15a1ca0181 0.00 MB 1 0
56,165 56,165 0000000006fe02b76a1c5740fc11ddf160a7dd7adde72e27601d9e208087c4c4 0.00 MB 1 0
56,164 56,164 0000000012c15080520397cc89208d9923d1125e3aa6adeb145297ce5383b32e 0.00 MB 1 0
56,163 56,163 0000000002884eaa3dd9aac8b4358f2ff9175dcd5175808f49f0318fb7c42928 0.00 MB 1 0
56,162 56,162 000000000edc4494bff7cbd6b66d50fcb68a07a2cacab2c7d0f343f23520b2e1 0.00 MB 1 0
56,161 56,161 00000000107a6a97e7ab3b5f7a372d7671658e54e23e3d990b0cd17aba48517e 0.00 MB 1 0
56,160 56,160 000000000bdc911dc1ff0d679e234d24fd4096c603b7451fa8c098a792d7e12e 0.00 MB 1 0
56,159 56,159 00000000101068e09fe395f8a24599e470ec76e5fd0e94686e868e80584b7c8c 0.00 MB 1 0
56,158 56,158 0000000009346f5df28d9602ff059c2005071dae77d800fa08e28b1ca53570ad 0.00 MB 1 0
56,157 56,157 00000000081e89cb63ed7350a49c0937169a1b28bdc7915149a6f93c7ae1ec19 0.00 MB 1 0
56,156 56,156 00000000103cf1fbdf0fdb5afa9d0f64abcef0f4ece9ab2d1cf7568a8c33dbf6 0.00 MB 1 0
56,155 56,155 000000000b8b7a9333bb626ec660c358633fd5bfab6d56cb0a99ef769246d9a0 0.00 MB 1 0
56,154 56,154 000000000f95870ee9bfdc0c4d59189a3f883ae478bdf90f6b51eecdbd6d705f 0.00 MB 1 0
56,153 56,153 00000000024a1a2155e9f7c708792e8591d9372e9e1e837bf6c96a98c50dbeab 0.00 MB 1 0
56,152 56,152 0000000007df06a36db6e80e9ca89e1cbc08484e149479d86fd7447e167f87ff 0.00 MB 1 0
56,151 56,151 00000000113afec8e3f3ca2a8dbdc7e55f3e26f03aa86655a918ecaf3f21c36b 0.00 MB 1 0
56,150 56,150 000000000acf15db9d5bbcc0c5916cbdb3abe4aeeab3d1e7fc7cbab9ed36aa3a 0.00 MB 1 0
56,149 56,149 0000000013371ac1860ed1caee3ec1813adbf6c6365c1d6919700dec7cad1f34 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.82 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,849.58 GB sent, 101.04 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.