Memory Pool Memory Pool Refreshing

3,518 transactions
1.43 vMB
Show Random Selection Loading Transactions
Max Size: 9/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,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,829 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (845,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
62,705 62,705 00000000067a9b166f92a9df36fe1d9158c0707dc3bc16ac7d0c421ad8177c63 0.00 MB 1 0
62,704 62,704 000000000a07c0b4076a563fedf57c5c62dce59f9295a481d22bdbdeabee3629 0.00 MB 1 0
62,703 62,703 000000000ae5984729a4b4c3ab6ca7e32928ea0b51649a99a30424599629c972 0.00 MB 1 0
62,702 62,702 0000000005abfc5225a8c7597d32b7461b712bd3bf351e47021d506735a98847 0.00 MB 1 0
62,701 62,701 0000000000675f5806dac93392ab5ce8c240e15ca814185d034135ad91da4ee5 0.00 MB 1 0
62,700 62,700 00000000011728b7b980bc921bc8ffb0bb064a73f3a844bd125ff70973837b24 0.00 MB 2 0
62,699 62,699 000000000d24e0c5442fc58ce260957a8614b987a892b8f68d7402bcc11f9ff2 0.00 MB 1 0
62,698 62,698 00000000008d9b0c3a6a4085b4f6790207b5e819415f6c6d9df3510ff9c006d6 0.00 MB 1 0
62,697 62,697 0000000003f592b0eb13d59dbcc0906162a0803551b350da6c4cceb66b8a6824 0.00 MB 1 0
62,696 62,696 0000000006ab2d4977873b01fe9bfb18bc28e7b789e19b80c14ac538a5a3aab3 0.00 MB 2 0
62,695 62,695 0000000006c218e63fa8d90e50699d2586ee4bcdba45c6fcb5853460fc8f21a9 0.00 MB 1 0
62,694 62,694 000000000bf3fe1e433108dee9d54c4b9c8172a0df00cb84cb62cd1fccc9849b 0.00 MB 1 0
62,693 62,693 0000000000f20c7f31c5c879ac2d73d64c55a560c99ef0d51ea5e1c61a9283d8 0.00 MB 1 0
62,692 62,692 000000000b3a9a2b878fc2692a1f26abf343c604950d9d507ac4dc48eb9c2c78 0.00 MB 1 0
62,691 62,691 000000000add9aad738099021286280564a071f7e84b8ef37a047f586c63c0ce 0.00 MB 3 0
62,690 62,690 0000000002f9650b3f5649f16243387d849b61134e5cb453b7df461eb3350bde 0.00 MB 2 0
62,689 62,689 0000000000ac6054a980bb31580873bb6b725155ded626b6c1098226f4da98ef 0.00 MB 1 0
62,688 62,688 00000000020c581b2ff3267e933180d330892fc00e5e3adf0b85d46f1d32645a 0.00 MB 1 0
62,687 62,687 000000000cb9eaafdfb568c7f0bb0e87b5fef7adca7e3baf61c8c943670a3b02 0.00 MB 2 0
62,686 62,686 00000000074dda476f99f993ca6ed9020630632c81a2222d6d1a6e723c1dbfdc 0.00 MB 1 0
62,685 62,685 000000000c4530e8f340a7b3948d854b4b7f2d9d77e03afaba36682b0633ecdb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.67 GB sent, 96.49 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.