Memory Pool Memory Pool Refreshing

58,294 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 156/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,953 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 3,321 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,952 (29,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
843,665 843,665 00000000000000000001a6e9979b0ea836ab67f48eedf103e9060fdbb66544a7 1.88 MB 107 11
843,664 843,664 00000000000000000000b23b092f8ac6b02a75c6060e6c59a364eb260a2ffb66 1.74 MB 2,499 13
843,663 843,663 0000000000000000000159a0b4d4beefe26c75d26d16d852414a9d6d7e8a9f7d 1.67 MB 3,140 14
843,662 843,662 00000000000000000000304ec1c1bc81e18f1b6343f45574e43dff56f777253a 1.76 MB 2,613 14
843,661 843,661 00000000000000000001e605bbbaf15fe3b6d3573c39577867a78db5c10c8abb 1.70 MB 2,484 12
843,660 843,660 0000000000000000000104cdd91096cde257defa56db520c869137af61bb1153 1.41 MB 2,342 13
843,659 843,659 00000000000000000001de6d8b328b7af08b9cbc93c262cddf5808dfc4a6c45b 1.64 MB 2,905 17
843,658 843,658 0000000000000000000067b3962168bd6e2ad92831cb469edbb6215aff3f908b 1.61 MB 2,543 15
843,657 843,657 00000000000000000000041405524c0711b2dd7d419ba6e1b7bd6675bc252ef6 1.58 MB 2,661 22
843,656 843,656 00000000000000000002000dddc01401807a6f3153ec53bc0ed681009d86eb61 1.74 MB 2,895 15
843,655 843,655 000000000000000000005076a74ececa573cf2397d6c305743beb9dc3843bf08 1.62 MB 3,661 18
843,654 843,654 00000000000000000001ae381086358bfa330d49ea1d60a2b9bf83a807e3449e 1.70 MB 3,412 17
843,653 843,653 00000000000000000002c13a9c9610c4f3475c7595567072f5750e9359a9c769 1.76 MB 3,879 12
843,652 843,652 00000000000000000001995b62fa93b58fb1cc4093bc266f57279295efa6cf45 1.66 MB 2,834 16
843,651 843,651 000000000000000000013a073608a429d6bf0e81c9e9e015a1f0f55d325642b9 1.59 MB 3,513 22
843,650 843,650 00000000000000000000301aac4b868611201f866d5532509508416b073a161b 1.50 MB 5,405 18
843,649 843,649 00000000000000000002767bba6c4c97c3ea2dcfc830c35216f99c2cd87aa35e 1.56 MB 3,418 18
843,648 843,648 000000000000000000032dcfb8a4bcf018d3463b2388d251c62e62fabeb3dd1b 1.54 MB 5,063 19
843,647 843,647 000000000000000000018a639b216f5d5a5897397d768c79627925498871a586 1.48 MB 5,065 23
843,646 843,646 0000000000000000000343a2cfa2dda3a9df1fe77a80adaf2f70ddfa9ce72898 1.47 MB 3,331 26
843,645 843,645 00000000000000000001e1e1100fed0004d01a4bdf6d8d273832d2e3d4a85bf0 1.67 MB 3,398 12
Previous 10 blocks ↓
Total Size: 704.96 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,662.80 GB sent, 244.34 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.