Memory Pool Memory Pool Refreshing

2,162 transactions
23.35 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 0.98 vMB 1,926 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (861,625 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
46,691 46,691 00000000141397907b0236858c14128ca6fc918c23b24dc660a527e0415dfb5e 0.00 MB 2 0
46,690 46,690 0000000032e1b8530a5a684ce482cd04c42ff2183ba7512c9bff1acc1c86b510 0.00 MB 1 0
46,689 46,689 0000000012ccd6afc1dae337efa9ab50fad3839b2005047d2ec46530321c7f12 0.00 MB 1 0
46,688 46,688 000000001a9227e6e67c63025948b2e00c407fc9e0cbc1cf9a621efbc61f3806 0.00 MB 1 0
46,687 46,687 0000000024113f60751598e0e74d362769b410c2e2791094b04df5390305b0c9 0.00 MB 1 0
46,686 46,686 000000003334bb0392bf7434c2a36e0c923db01e3bfe4de96aff8f4ed3acda40 0.00 MB 1 0
46,685 46,685 000000002f0475d0711efb6511722934ce866fc54d1209eecbb14899d37905fc 0.00 MB 1 0
46,684 46,684 00000000215b132b91da28c2db68f76242795afe351ba4386e18e4894dd27de1 0.00 MB 1 0
46,683 46,683 000000001af90fb52dca28de8773b200c3cba8ab3b4ec0d4193639d34e181853 0.00 MB 1 0
46,682 46,682 000000002405f5125779417bed67bcecaab57094dac80431c14b54d09044685e 0.00 MB 1 0
46,681 46,681 00000000365d372d5e9611abde687eac17dda9c7965aa9f5ab7efb6f74e54fcb 0.00 MB 1 0
46,680 46,680 000000000e31b59643d503d92911effce8045ab9b20ae5b8af7c085a98c6c289 0.00 MB 1 0
46,679 46,679 0000000021671abbf2e146ee94a93ab8bf5734fce77ded571c81fb38d1f3ff09 0.00 MB 1 0
46,678 46,678 0000000035c8eee3c4f4988289876f090524c56beee84cf185419972fdc7b67c 0.00 MB 1 0
46,677 46,677 000000002ba1dad6512252a3eda8b557390bb6545d54d26c80cda93c318f4510 0.00 MB 1 0
46,676 46,676 000000000195e50c2673760e0c5f4801a64b3d65442776b9fe32a26be3c4c045 0.00 MB 2 0
46,675 46,675 0000000024375e622e346a7a052107926081795a90a851baf3ba9a27d0d18b34 0.00 MB 1 0
46,674 46,674 0000000020595479035023901f77bd68f239d83e458d3b0b9ab9bf3d294b5ac1 0.00 MB 1 0
46,673 46,673 000000000d7e450f1cf49c25096681dd7d5ecb06eacf9270dce187227943b255 0.00 MB 2 0
46,672 46,672 0000000025185f62d29f16bdadc2ad441a663c2caa45a8ade4c6f9db40941853 0.00 MB 1 0
46,671 46,671 0000000034404cdf4756f09759b693aaeb4151b9025505ad9a488022f6a673fd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.23 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,700.62 GB sent, 98.63 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.