Memory Pool Memory Pool Refreshing

5,634 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,082 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (100,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
807,476 807,476 000000000000000000008bbcadcf30305d9e4c279ba594591c83405006f2e8df 1.58 MB 3,539 31
807,475 807,475 00000000000000000000d5a570d9814b536ce3cf791dfe56c35032ea8ade0e65 1.64 MB 2,894 23
807,474 807,474 0000000000000000000046edc830f1fcfc05c940857ca1f335780a2d1c333e3e 1.38 MB 3,122 34
807,473 807,473 00000000000000000003084d80f16f250d17927fae899f0082b9ff7d1b766983 1.49 MB 1,779 16
807,472 807,472 00000000000000000001cb328c7e6ab24877be8d801241aaf6dffdf9b6dd3bd7 1.44 MB 2,841 24
807,471 807,471 000000000000000000029b244d8ea7aca6927a832221ac155e819f8a4393ee80 1.57 MB 3,110 27
807,470 807,470 00000000000000000003bd0d30cba19d221b09bdb5c262bc2d32c2acd3782a04 1.60 MB 2,789 22
807,469 807,469 00000000000000000002b22c936a547aa392f3b383c9ccc10241552680d4b8fa 1.42 MB 2,367 21
807,468 807,468 0000000000000000000182e1e30292aee29200e83dc511af07f0c8db6191f05d 1.56 MB 3,609 33
807,467 807,467 00000000000000000000bbc77f8b3f2b031cf4849dad0e60ed50ede6c5fedea2 2.07 MB 6,205 15
807,466 807,466 00000000000000000000c998eefb89bcec12152d24a7ba182e4adb3d20c1170f 1.74 MB 3,158 19
807,465 807,465 00000000000000000000fc0da809a5a888131997ea6d4d2d06176d0e9bebab28 1.72 MB 2,654 20
807,464 807,464 00000000000000000003a1851e090daef37df642945e26e834c6fe264821963c 1.73 MB 2,193 18
807,463 807,463 000000000000000000046f9aa7891d48cf86abd2b335f62f754ca64d7eb9b0c1 1.48 MB 3,457 28
807,462 807,462 00000000000000000001f4d7e966d20f71d142f12fb4ec91485e868b0858a53f 1.53 MB 3,454 25
807,461 807,461 000000000000000000038b5be2059084ef62e63a4c942af54a702379491e6e5f 1.52 MB 3,545 17
807,460 807,460 0000000000000000000298afba90b241a0c32d63570ce7279ddefa0dfaa62836 1.81 MB 3,499 21
807,459 807,459 000000000000000000034ec555b2b82e5aeb6771b38621736d80b45cbdec976b 1.76 MB 1,485 14
807,458 807,458 0000000000000000000075912c672e59b778617a4b7f2c73336f1b956eaafe1f 1.50 MB 2,481 23
807,457 807,457 000000000000000000044901c1e83648e3cdec8d2ef61bc626b067737773f073 1.60 MB 4,123 25
807,456 807,456 00000000000000000002f7f86be802e0e871f51f006c0c9a141b4319b92be267 1.63 MB 2,564 34
Previous 10 blocks ↓
Total Size: 769.04 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,626.28 GB sent, 93.06 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.