Memory Pool Memory Pool Refreshing

46,345 transactions
26.31 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,577 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,019 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,576 (69,965 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,611 792,611 000000000000000000030ef7b9a22c3c4a9be946dc5061fc1c7f424099bcf86e 1.53 MB 4,350 50
792,610 792,610 000000000000000000011279308f75543cd969911a749fa35533aaccad34e8f1 1.49 MB 3,776 67
792,609 792,609 0000000000000000000432a588848063a98ce2126c7f95a3759fbc27955ce6fd 1.60 MB 2,979 40
792,608 792,608 0000000000000000000290c2260078200d3856ca83df32168c0cafb3e4d42642 1.30 MB 2,004 36
792,607 792,607 00000000000000000004f87c47e5b1f34c8d9413c085f98de8431089fd0b7f00 1.46 MB 2,894 46
792,606 792,606 00000000000000000005441f6dbd09ba55a567e3c93157c5939616c8561a9f06 1.52 MB 2,674 64
792,605 792,605 000000000000000000027096d3f1aa40718282f2ef72816eeab5e042b577a6de 1.39 MB 2,093 45
792,604 792,604 000000000000000000048a0fe13e7ab565ec0b0d5f2d75b8f5561943cb90c237 1.52 MB 3,038 31
792,603 792,603 0000000000000000000329fa3888840ef421921c562bc2ac5da8bb4285d770bd 1.61 MB 3,397 33
792,602 792,602 0000000000000000000433e24650c7d6c56bf81d357a44b4419094e0b063c855 1.51 MB 2,858 41
792,601 792,601 00000000000000000004f0c013a0c69711f8cc20ab4913f7d3e3a17504d7d1f0 1.52 MB 3,532 50
792,600 792,600 0000000000000000000151b0a3d632b349e12b8f099cdff1af268ba84d4c56c1 1.55 MB 2,767 57
792,599 792,599 00000000000000000001e55929becefa485c01f6057cef9dff89c44dfd8620fa 1.50 MB 3,130 63
792,598 792,598 000000000000000000049bfd8c09cb8be30fc7e78caa70faf6cc33fd38aca70d 1.44 MB 3,119 40
792,597 792,597 0000000000000000000405cc958cae1fa2646e4659d54c4fddaacb71c617d12e 1.56 MB 2,662 37
792,596 792,596 0000000000000000000368a5f3a769c12714e276fd74dbab45ba11e4f26c5ea0 1.64 MB 2,969 35
792,595 792,595 00000000000000000002070011b71a986fa59af3610647fc707d2293e1d5acae 1.67 MB 3,437 42
792,594 792,594 00000000000000000001cd59a0cf41b6d3184e62f995b45a2df8f0c5d73999b8 1.62 MB 3,467 37
792,593 792,593 0000000000000000000523dcaf3995238449ded07fb23857467e424d2ccbf8eb 1.41 MB 2,776 59
792,592 792,592 0000000000000000000394290b783cfbc7e3c25313b5d39d131121b15a9238f9 1.51 MB 3,598 54
792,591 792,591 00000000000000000001c9707fd1222ae48d7b52af95344d5717f123c4ff02ce 1.62 MB 3,963 49
Previous 10 blocks ↓
Total Size: 685.27 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: 1,376.27 GB sent, 107.46 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.