Memory Pool Memory Pool Refreshing

38,986 transactions
26.43 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,623 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,654 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,622 (129,177 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
733,445 733,445 00000000000000000008dbb526a35cbd8d0bafeee39e6380a5155e73630213bf 1.33 MB 1,078 3
733,444 733,444 00000000000000000001ef3c49abd0d790f134d85436e5bba32358f662498105 1.20 MB 1,596 4
733,443 733,443 00000000000000000008c3625d5153b908d6ed152ad95ffedb9be78f5cb58627 1.44 MB 879 5
733,442 733,442 00000000000000000005fcc30e11d1414f2b17ddeb29c97d8f9c18ceda27453f 1.19 MB 949 9
733,441 733,441 0000000000000000000536793e1ffa970b24f0edb901711b07086cec60f9b163 1.08 MB 624 9
733,440 733,440 000000000000000000038431f1790c7ad4520cfc40fe21108b8bc6ed51ebd506 1.12 MB 733 11
733,439 733,439 00000000000000000005e166faec2d1b736b2986cb439bf392af158220a41bcc 0.24 MB 337 4
733,438 733,438 00000000000000000005641e6c749e36397886e977c0a1cbcf0318aa157c009b 0.08 MB 165 8
733,437 733,437 00000000000000000003ebf8deadd2eac7d3392739ac5b5a42f9d4e1e242208b 1.25 MB 1,378 5
733,436 733,436 00000000000000000004df4e76d06e80a8f7c467b8cc2189e71d9d94d4041824 0.52 MB 985 7
733,435 733,435 00000000000000000006c0e67b82526b397d78e6f5462e6fc9e024d87f89e43c 0.99 MB 1,656 6
733,434 733,434 00000000000000000005096e97800dca55e96e7e7ff0b645bc358ea71424a728 0.22 MB 325 4
733,433 733,433 00000000000000000001d01c031c2961d9a965658062019f1d437813c31c1015 0.54 MB 671 6
733,432 733,432 000000000000000000018e3db424cd5c4090c9f76d995bbd867911dd588d9526 0.50 MB 621 6
733,431 733,431 00000000000000000001e26bcc436c984af0954ec47030837caa8a9dd7c28dd6 0.78 MB 1,175 5
733,430 733,430 000000000000000000009b84ee4ca1b965618de1a2e056a51d994ff070791d28 1.13 MB 1,697 12
733,429 733,429 000000000000000000082af6a6db0e71d72f25dcfb513aeda1a1cb4044253030 0.59 MB 914 7
733,428 733,428 0000000000000000000220d413ada9d0e86876196a808e95a6488e7381e34218 0.05 MB 94 5
733,427 733,427 00000000000000000003f4106eacfc124d4efb5b0cdd35da224055846f06af66 0.23 MB 535 6
733,426 733,426 000000000000000000059da5e0176eb0325cf4382ef642729911a00a4f391f38 0.17 MB 402 8
733,425 733,425 00000000000000000001710d7cc1b89df817fe65e7654ebee2b032b2386f6405 1.32 MB 2,004 6
Previous 10 blocks ↓
Total Size: 685.36 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,380.60 GB sent, 108.05 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.