Memory Pool Memory Pool Refreshing

999 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,603 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,602 (863,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
45,374 45,374 000000001ea80f5eb19656e4d20d99bf3ec86696be32d9ed5660dc8515be29d4 0.00 MB 1 0
45,373 45,373 000000000b55788872e1a46620e599af9e0f36ba371337f71c6c7bb63001dd1c 0.00 MB 1 0
45,372 45,372 0000000011d82c9530c5c27c9218c2acd9b4fa3912620f0ae67439fd9d877a33 0.00 MB 1 0
45,371 45,371 000000001a2833781216521ad4f21cf684dcd2b74eec099839347921eec41e4a 0.00 MB 1 0
45,370 45,370 0000000024a670c83f77ccd0308be5ecb0dca9f4e9da1ae720ab96cbcce9827a 0.00 MB 1 0
45,369 45,369 000000002a43eaa63203c9e91d207a2590ac701bd065308abea1407d62fc8471 0.00 MB 1 0
45,368 45,368 00000000263965f871808f3108f07eb57c48b60ec6a4afceda118e83b81d1336 0.00 MB 1 0
45,367 45,367 00000000208aba7e9d63cbb5ec61be3b7f24f20d02de6ccd20316f1d7b60e86c 0.00 MB 1 0
45,366 45,366 00000000188259fc7bf3c3f7c51095e510210abcd63d3868909752fae5162537 0.00 MB 1 0
45,365 45,365 00000000118f7eed9f33935122223904ba7bb6b48bf494ff7115dce72860a468 0.00 MB 1 0
45,364 45,364 000000001c302cb9752cb103a2da3ac43e9d02bb27481811d48eb274478f57b4 0.00 MB 1 0
45,363 45,363 00000000084fa8b582afc90352ab53480e77bfa6065639d9dce9dbb0d35c1e86 0.00 MB 1 0
45,362 45,362 0000000027a6d67c56db96051c2f99f32dc339a8e60f9d5d9e73bd61b2ca6631 0.00 MB 1 0
45,361 45,361 0000000002e5ed52c1ffc43c80939ec514d151497d706aca7d0016174b30f6f7 0.00 MB 1 0
45,360 45,360 00000000079c74bb9e7844bf16c2e661cfdc0f2385f56420151b07cf74150f04 0.00 MB 1 0
45,359 45,359 000000001db56af696d6c494f82e6b5d9c6da4f19e5f70b983bc996137553bbc 0.00 MB 1 0
45,358 45,358 0000000036c98b0c28678ca91dd583e656537e6d092b3ccd0becefdb12bb8b31 0.00 MB 1 0
45,357 45,357 000000000f64bd514dd9b664cafae4086aef95c832134c8d75997ce08ff2d2be 0.00 MB 1 0
45,356 45,356 000000001da68f6b7c53531b80d65182c16bacb03a9a61829554c56a6b8cb49d 0.00 MB 1 0
45,355 45,355 0000000008fea5ef59f516b3add8fe96d50b5dfe67e85203a3e446a38f3c9780 0.00 MB 1 0
45,354 45,354 000000002fc93c81057d570e809f7604a7b35769a54c10e2211189f9deb02612 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.81 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.55 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.