Memory Pool Memory Pool Refreshing

14,680 transactions
29.94 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,175 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,692 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,174 (539,272 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
322,902 322,902 0000000000000000164928bfc4a5a7cae53cb875328ae9211062b973e24ce167 0.02 MB 41 29
322,901 322,901 00000000000000000d74144bdf6c662a3df0e637b22d7efe0c9db054e4cc873f 0.22 MB 351 21
322,900 322,900 00000000000000001e397439bf3d592b88ebf8512ae44799b8b0afd081bce976 0.35 MB 229 17
322,899 322,899 000000000000000009ba076a38b5a0c0b38fadff4a77fa8938cc3149f0983f0b 0.50 MB 998 31
322,898 322,898 000000000000000016e310637482e45a2dd5c1014404b183cf1254b8802bf2cf 0.07 MB 98 22
322,897 322,897 00000000000000001733ee8bd9bded446d7dffe8128aba60a36d834fb9b8115b 0.10 MB 153 22
322,896 322,896 000000000000000003cb208c0243de544f1132902fb40fc8721f6957a1f65346 0.20 MB 272 27
322,895 322,895 000000000000000004bc5104a10e7fad7ea3f0a0647a92c60ea31d395b3d70fa 0.02 MB 21 5
322,894 322,894 00000000000000000f867028a24d85150f41b220a9550d9452dbbe05766c57c9 0.14 MB 145 19
322,893 322,893 000000000000000014c4b670f7630834b4d4a00745b242894cd6539f77938428 0.12 MB 230 26
322,892 322,892 0000000000000000128426fbf7c2047587c118469d2c9c8dfa914d7517fe2be5 0.19 MB 315 23
322,891 322,891 0000000000000000036f48ab83348d9d2f87aacc103bd19b3efae139eeb9ed15 0.01 MB 32 27
322,890 322,890 000000000000000011203b87cc21dd6a97ec21b2291c4102c0076f4dbf7c51a7 0.16 MB 222 16
322,889 322,889 0000000000000000053c6098307c7c4784d07f99c11a15ad1b21fec482d8e2db 0.06 MB 117 26
322,888 322,888 00000000000000000adfa8009bdfda77ffb3864b20a148a7d4791e74392df7ce 0.50 MB 953 26
322,887 322,887 000000000000000000d844d4b6d268864ee12d996e4ce3c864cd117edd25ba19 0.25 MB 331 23
322,886 322,886 0000000000000000155065ba70ee087db35b6008411d09e991d562ba35868893 0.26 MB 423 27
322,885 322,885 0000000000000000150b575328ef39b2c03fee4d56731e8e04691c1308903bac 0.01 MB 35 36
322,884 322,884 00000000000000001425a781ce810bee562b4f14be0109643ed6e43fff6afb86 0.53 MB 446 16
322,883 322,883 0000000000000000159ee49a4f376d85b22a23d8b2f94efb6953e83ae5e66d02 0.35 MB 697 31
322,882 322,882 00000000000000000cae8cedc4fb953a2c1fc5e80446366fcb71837fb37a86f6 0.17 MB 279 27
Previous 10 blocks ↓
Total Size: 684.49 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,345.09 GB sent, 101.41 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.