Memory Pool Memory Pool Refreshing

30,435 transactions
34.30 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,098 (60,535 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
801,563 801,563 000000000000000000048a9bbb0ac9aada09a6d4e22fd7740eb0e3196c76fe09 1.55 MB 3,329 30
801,562 801,562 00000000000000000002bf76a9cbf7fe201bc358f9570d2c9bdd60b6ded7eb76 1.57 MB 2,594 18
801,561 801,561 00000000000000000004583206dce84a572dec5f9c738d2c79aae939f012b79d 1.67 MB 2,855 16
801,560 801,560 00000000000000000000a7b644ebd683ac9bb236472986302fa48a0125dd4b16 1.51 MB 2,859 19
801,559 801,559 000000000000000000052f480131f7b4771f0430ad45ff74ce77e6f3ef1c2759 1.37 MB 2,151 21
801,558 801,558 00000000000000000003f3a115cbb7bed6e7d8a4dae63a52d86f27ad4e013b06 1.49 MB 1,690 18
801,557 801,557 00000000000000000003350604b63577abe21a7c6cb605fd61f474c8ceb856d0 1.40 MB 1,289 21
801,556 801,556 0000000000000000000191a602d81e0ae36f27981e876f00b6c46ae822aa3a08 1.57 MB 2,899 26
801,555 801,555 00000000000000000002e95156e8e3decb12620eb6d364f4432735083ea93117 1.62 MB 3,671 24
801,554 801,554 00000000000000000002c19beff92d2f843dafe98a51f4510628c55f70fbcb02 1.40 MB 3,135 40
801,553 801,553 0000000000000000000046c8997032372934d5d7c3efc390b1192b4c16506017 1.27 MB 1,683 15
801,552 801,552 00000000000000000003f572135ac0600bc0c8395b2677f732dbfc19cdb3430c 1.28 MB 1,536 13
801,551 801,551 00000000000000000000ea634364c82001ab3ca1472c0d87137e9283a41ec9c5 1.72 MB 2,357 19
801,550 801,550 0000000000000000000171e5a63d60472fbe17e950b4f90d2759e01bec7ed41c 1.89 MB 1,880 15
801,549 801,549 000000000000000000036899cde9f2f3cf3a0c98c549ddb9ee94a6b061f6b9f2 1.56 MB 3,643 27
801,548 801,548 00000000000000000002227ef21ae8d91416c3545ad6f4b6edf64663a4605fa7 2.10 MB 2,435 19
801,547 801,547 0000000000000000000271d4e058d405eecbca9b90cff9cadc61d7319e954621 1.86 MB 3,329 12
801,546 801,546 00000000000000000003b40b7155d83c35e8e9a01ddfddf9286ae48e5421251e 1.91 MB 3,218 9
801,545 801,545 0000000000000000000361dbb0d6a2a58ef0da46812c84dbf9db18eb913dd3a9 1.64 MB 2,762 11
801,544 801,544 00000000000000000000bff11e40116793eae98c213dda81ab12d803d0474f71 1.48 MB 1,844 13
801,543 801,543 00000000000000000000e8f2cc9707e7cf9e5fd2b165cbf56f394a7b6a662270 1.58 MB 2,466 12
Previous 10 blocks ↓
Total Size: 684.35 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,336.54 GB sent, 100.65 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.