Memory Pool Memory Pool Refreshing

7,906 transactions
2.92 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,304 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (174,157 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
733,611 733,611 00000000000000000005063eb67579dc7dfa01f71d9142f002909139cdb8c858 0.28 MB 458 7
733,610 733,610 00000000000000000002b55a10e98f207f0111579da4aa8f83bb31c01b094730 0.18 MB 437 8
733,609 733,609 00000000000000000005f4f12a0f42a19b678ee6832104ee2ef52df8f287b4b7 1.12 MB 1,945 7
733,608 733,608 00000000000000000007a69f9e363df8c9b3ab906c87bf6123282e772b911492 0.76 MB 836 5
733,607 733,607 000000000000000000084adfc292826d600b197a941a852125570e0dd73247aa 1.49 MB 1,424 5
733,606 733,606 0000000000000000000671a67134b6cfbf719f678666bd9b9d2bc7eac8e5c605 1.33 MB 1,133 5
733,605 733,605 00000000000000000004905ac6d87c7256b4fa2dd5f62557b2a208da34a1bc0c 0.35 MB 467 7
733,604 733,604 000000000000000000029364dd37c42b59d59f4e89ba9def914bd0594541ead2 0.25 MB 341 5
Previous 10 blocks ↓
Total Size: 769.13 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,631.65 GB sent, 93.56 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.