Memory Pool Memory Pool Refreshing

2,283 transactions
0.61 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,634 00000000000000000002349e0000000000000000000000000000000000000000 0.60 vMB 2,283 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,633 (854,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
54,490 54,490 0000000012a03fb82fa5b8894cf368fb88d1eeebf266e880ad2f45c06e3a8d1c 0.00 MB 1 0
54,489 54,489 0000000012b516f3f3dd3159d16d2e724970cb97a19bfecf1de94bb5e8d2b8b7 0.00 MB 1 0
54,488 54,488 0000000001d2af1caa5b16fb4bb059dfca2bb83eea757e688b8ba5782f5d6f9b 0.00 MB 1 0
54,487 54,487 0000000001aa73329c2e3feae2e4d32cfd5d96d71d9361eef2645b05c9d5685d 0.00 MB 2 0
54,486 54,486 00000000030533c06f0cf703e8d2e2fb8742b0c33ffd9a5c1ba3443d7cdb40a4 0.00 MB 3 0
54,485 54,485 0000000010b6667e16a85b8d81654447ef0994ec162fc780490cf55ca130d250 0.00 MB 1 0
54,484 54,484 00000000034e0ff6d1b175a3a211d36cc8d0da80a547d579f0636185103eb02b 0.00 MB 1 0
54,483 54,483 000000001239368d4c99f3ab7002bf06d2e817e7a793657a123f63131def3afd 0.00 MB 1 0
54,482 54,482 000000000e915a83c93eb7c459a64f7c60fcfb349f10e002961ef63a2bbbe6bb 0.00 MB 2 0
54,481 54,481 000000000bfbdb5553a1ed2b65e4ca31136639b8cdeb517ad99e18c1a4412786 0.00 MB 1 0
54,480 54,480 00000000117aeba325940856612db0f5472f520c76fa669a5fee359a1c092d3f 0.00 MB 1 0
54,479 54,479 00000000005a6a7def989e3fd3369374a9b81b36c82a8904d2dbf1d6ae183b15 0.00 MB 1 0
54,478 54,478 0000000011974448e5cb39def0c7a2d56e98f124265e01871d90ebe5dd326d0b 0.00 MB 1 0
54,477 54,477 000000000a90580bc8bd021cd8447dd65e939adce3b997e477112b9a6d11470f 0.00 MB 1 0
54,476 54,476 000000000fffdc31b12a0bac45930eb044ba0244d9b38a57df0e7c189f602d58 0.00 MB 1 0
54,475 54,475 00000000081724251b30f9faf122257c9c23e063214d32c8f1c20d45df9f55ad 0.00 MB 2 0
54,474 54,474 00000000081bedebe675688ce2015d5b8972a43e4ed40437a58917a4918f2693 0.00 MB 2 0
54,473 54,473 000000000f328de91d9abdd30523b7a57acdaa5397593e56b936612f2e867a34 0.00 MB 1 0
54,472 54,472 00000000091021e8c3869328441c19234c3f3872895332c14a6d4f60d48ef868 0.00 MB 5 0
54,471 54,471 000000000ee43c56013c19612e97461f913fce5446cfd0334ebe87dadf315395 0.01 MB 4 0
54,470 54,470 00000000134281f904b2991a612a6dbf34278946358cfa6461695182f7268acf 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.81 GB sent, 101.29 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.