Memory Pool Memory Pool Refreshing

1,373 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (845,577 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,732 62,732 000000000b47bf9c083ef796409c8c1241b3ba509307852b857f0a97ad5b2aec 0.00 MB 1 0
62,731 62,731 000000000013c7e89ebaeea66bee7c1beeaa88b20cd527b27d5fa1f32233ed22 0.00 MB 1 0
62,730 62,730 0000000006af333f012067ab0e5485bf8f6ebb0f00e32ad24dc34fb4b2789760 0.00 MB 1 0
62,729 62,729 000000000c74d3bdd319d516059e0eb6e50a436479df99613f50cbf9b1ff52f1 0.00 MB 2 0
62,728 62,728 000000000d0134491498b747b68b1164ee7efc9073f955c15cff1889d32960ce 0.00 MB 2 0
62,727 62,727 000000000b7cf004d07c76876ce071e27d27d9b7bd3932e6c5f9b4df4ddbd773 0.00 MB 1 0
62,726 62,726 00000000047788c6894bb4fdd65c6f7eda64f50a7b1f47cfbe6074af2bc40e6a 0.00 MB 1 0
62,725 62,725 000000000be3431e5f7a6a11737baf790fa6308535cbbd72ef6eadda3fbb698b 0.00 MB 1 0
62,724 62,724 0000000000c6d00f7ab115570d242a97c24372d6c039bc06f43e257ea00507e2 0.00 MB 2 0
62,723 62,723 000000000be50c96f0e38d0cf8e9e00a4724a0b565816b5902bf14ba2735d8e9 0.00 MB 1 0
62,722 62,722 0000000006b701e469dac4003eccccbc1d96b913003a6de3e5e15ccc8914ee95 0.00 MB 1 0
62,721 62,721 00000000023b0366721edc307fa6698f8b15c5a66e7f835d65e21559dc4a2bb2 0.00 MB 1 0
62,720 62,720 0000000003ab3c8fa4813dd1be5b7476d33b29c8fa937157b6d48ff631d1b537 0.00 MB 1 0
62,719 62,719 0000000003ae6cb1afd33e32d512ff149b1e1b8cce6f7ce2d8b07a659a2006c5 0.00 MB 1 0
62,718 62,718 0000000001d5ce087981b5253b570af5de32789d8b8d9b162498814e51ccc9ad 0.00 MB 1 0
62,717 62,717 0000000009fcbdd0c4dd2b5dc94a5ab5bc0dfe4d855f16bc8216f32e39c9a602 0.00 MB 3 0
62,716 62,716 00000000048ca53edda520cf7f835525867e953c8fb6936989923d686183ca9b 0.00 MB 1 0
62,715 62,715 000000000613777350688bd523a796194f36fbb66bcdf6a8caa836b3e72f5400 0.00 MB 1 0
62,714 62,714 000000000c1da0e81a9818a3daf694e346a5aee2f7f0f73539b8bc078a0e16ac 0.00 MB 1 0
62,713 62,713 000000000641b14f6204a5bd5b57260c2b2aea2835ab377fda14f22cf06568bf 0.00 MB 6 0
62,712 62,712 000000000baa9c2fba5b1018d4dd02b39a0289b5f5e735012719e398e0183d05 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.