Memory Pool Memory Pool Refreshing

3,979 transactions
1.24 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,703 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,471 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,702 (174,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
733,632 733,632 000000000000000000007cb472098fbfcfee206a8fd0fe8e757fc4cb39a1254a 1.43 MB 1,448 2
733,631 733,631 00000000000000000008f863f412a53741833fe0c12268b77e225108a5bd73a2 1.47 MB 1,416 4
733,630 733,630 00000000000000000002cb49abac39a858a872c35c07be754a0edf305550023f 1.27 MB 1,119 4
733,629 733,629 00000000000000000007e0cc6106886cc2a1454623a1ae3edc8190efad2e280a 1.35 MB 1,707 6
733,628 733,628 00000000000000000006f2a96e9cf63e78f74e851a83a7c08b0130aeef77eb36 1.53 MB 2,305 7
733,627 733,627 00000000000000000006f2824d0369f38c2e4dfcffa350e85aa8b4611a0690b3 1.49 MB 3,590 3
733,626 733,626 00000000000000000000018414a961499a8ea6a919fe1cbfae5c7851ded84dcc 1.52 MB 2,756 6
733,625 733,625 000000000000000000083cb9f1d5799aa81d4784c326902e12c300f1972193f1 1.49 MB 3,525 18
733,624 733,624 0000000000000000000534621e7ecf7f51df8d9863cedee1253330e9a21eb334 1.57 MB 2,681 6
733,623 733,623 000000000000000000011e7b93856dd67b82890413c8de5548279bb83269211d 1.48 MB 3,265 17
733,622 733,622 00000000000000000003809d241b3a9446c5e18aa815c74adfcc51dbb4452e9f 1.72 MB 1,470 11
733,621 733,621 000000000000000000041562b2cbd1498b381547a3eee37cd2f3fc3d8b22bbae 1.49 MB 2,880 14
733,620 733,620 00000000000000000001883f0b714e3d25411dabca52a924288a0bd567af9933 1.15 MB 1,952 7
733,619 733,619 0000000000000000000519a303c645f103d0cdb16039c9ac2a57e4227c381997 0.30 MB 525 7
733,618 733,618 00000000000000000008c1befd899a987184729a4861a9aa78b0d8c3893e1a92 0.95 MB 1,609 8
733,617 733,617 000000000000000000082a6ab26f28164156f4b8d058022255bee406b35a15e7 1.55 MB 2,476 9
733,616 733,616 00000000000000000000bc4e4c4802062205ff1e14ac85b5e38050502a5a3118 1.74 MB 946 3
733,615 733,615 000000000000000000026406285e87976e0766a8079df2517f9b3dc98b17c9f0 1.51 MB 3,018 9
733,614 733,614 0000000000000000000250ef99e0301877aa179f52e3a48f09e7b2c73c105460 0.01 MB 32 6
733,613 733,613 00000000000000000008a59b42d4fa297338a3bce86bce9985c8c2790fca8e7a 1.13 MB 1,781 7
733,612 733,612 00000000000000000002fc50adb473211894ba69802fd9d5a904083a29a0d421 0.13 MB 238 6
Previous 10 blocks ↓
Total Size: 768.99 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,616.55 GB sent, 92.75 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.