Memory Pool Memory Pool Refreshing

2,393 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,853 00000000000000000002349e0000000000000000000000000000000000000000 0.78 vMB 2,369 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (797,241 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,611 110,611 000000000001b0d8f9fa4aeafd5097c27b3f71e5d0ce111cbceb30bfee6a0959 0.00 MB 8 0
110,610 110,610 0000000000016663ca834f860d950442f48cecdc42054e8aa6886a90d760c29f 0.00 MB 5 0
110,609 110,609 00000000000028d00ea09d0cfd3a9464cea0462d98f9fee05c55c0b5433f615c 0.00 MB 4 0
110,608 110,608 000000000000eedbbfe1a9c1d25ca255e3bc3df504eb3773113caa8f373eccd1 0.00 MB 2 0
110,607 110,607 0000000000007fbbd23d1e77b801a66f5997f52a4888b036ebb48df0a0f86d79 0.00 MB 1 0
110,606 110,606 000000000001b5fbb3a26a9b813e93a5da9655971d0643d93d2f5c9fa513117c 0.00 MB 2 0
110,605 110,605 0000000000003648700bdb32519b2bb3485830b08557ee6778e0be23aec5a87b 0.00 MB 6 0
110,604 110,604 0000000000005f996f67ba5750f71ad84fe4653d4cc42b0f48d6e5b50cd9df48 0.00 MB 12 0
110,603 110,603 000000000000ee635eff43fdc3e6c8cfb5456b3cf222888c3377c4e27d3697db 0.00 MB 10 0
110,602 110,602 00000000000092ce4256b342a3396022b3f96cbabe943b30929225352c11076e 0.00 MB 6 16
110,601 110,601 00000000000084bcca63cbd092e361a3c490a71c6ead2cbac64d125e90afbe2d 0.00 MB 11 0
110,600 110,600 000000000000b7de0674d4b84c46be7c477b4f5c7342ab791d37f1f597a384b7 0.00 MB 10 0
110,599 110,599 000000000001b509fe78c4809d24402cff7f6de8f5f1507dc836e6792df67055 0.00 MB 12 352
110,598 110,598 00000000000174f03f619a2d3a1ac9aec02357405dbd730abbfcd7d292ff1d1d 0.00 MB 11 0
110,597 110,597 000000000000cc6c2720396be069e54be37d03f83c77f5d9b1a759375f5ade91 0.00 MB 12 0
110,596 110,596 00000000000139e48d6a32543373a185750ad43345c7f32c64229b0c38ce3719 0.00 MB 19 0
110,595 110,595 0000000000016a543bf5ab4a3ee489342ee9a421542364e9074b76d3d15addd1 0.00 MB 6 0
110,594 110,594 0000000000019ce7064c02db09d01dce04ef7b10e66df604fb6d73ae5b2a860d 0.00 MB 6 0
110,593 110,593 0000000000005d6d401ba5fa50a1149da1ff0404df39c73cc2454ada8307702a 0.00 MB 2 0
110,592 110,592 0000000000013c01dfb0e872a500aa16eb0eed3bc70ce2b87a815898f9d48b13 0.00 MB 7 0
110,591 110,591 0000000000008ca04f33dae714f65053aecbd142cd6e8003dea474091721eaf1 0.00 MB 6 0
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.29 GB sent, 94.24 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.