Memory Pool Memory Pool Refreshing

31,808 transactions
16.53 vMB
Show Random Selection Loading Transactions
Max Size: 94/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,659 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,361 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,658 (80,980 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
789,678 789,678 00000000000000000003455b8d081ecf00936b53414675123363634a845ae10a 1.83 MB 4,507 41
789,677 789,677 000000000000000000016e155eb083a71a5c8be2e0a7abc3af78e39454abbacd 1.80 MB 4,903 36
789,676 789,676 00000000000000000005b4d568857adfe1b90a18725f758ff8f939866b3ec622 1.73 MB 4,542 56
789,675 789,675 00000000000000000005262d72c6094171e9ffffb2ddcfe4a432fdf76aa092fd 1.66 MB 3,042 80
789,674 789,674 000000000000000000027a352b8d16c6bd4e012b7145db45202a413e0c106813 1.88 MB 4,564 33
789,673 789,673 000000000000000000024efe510d728a27cde4a0d2c91bd17651102ce6c7eb46 1.56 MB 3,130 72
789,672 789,672 000000000000000000010d0a95778adc528cadcc71ce1402636d126cbe3f871c 1.69 MB 4,031 54
789,671 789,671 00000000000000000004b3d2cc6c3e375d7cc11adc73753f20a3e8942311abb2 1.79 MB 4,694 48
789,670 789,670 000000000000000000051a1182d37b7d5658d5c80f1b34b0d6dd7b0809fd3fa0 1.89 MB 3,923 39
789,669 789,669 00000000000000000004bd5e07ea2a5888a2a2f6957f07df7721b778a5d5455c 1.82 MB 4,597 41
789,668 789,668 00000000000000000004f71bde19389b809b6226f44ab987dc0c065c2e3fb9f8 0.00 MB 1 0
789,667 789,667 00000000000000000004367d2adbd5cf028eba15c87c7c95dc7122d84a661641 1.85 MB 4,930 38
789,666 789,666 00000000000000000003e1bf1afffe4a0c4d0395979f03f401fcc74258ccb74c 1.83 MB 4,246 55
789,665 789,665 00000000000000000005a0cb074b6f1aeb389bfc66ab6555a7a87e3f8742ad09 1.58 MB 3,373 81
789,664 789,664 00000000000000000000f6b648035a5a0714b13577d5eb02ce0c06e4409363a0 1.81 MB 2,037 23
789,663 789,663 0000000000000000000468b6a06ff7eef4bf48acebf82328b2d904a31bd747d8 2.26 MB 4,401 21
789,662 789,662 00000000000000000001a5a8611ee2fdf1e2b1bedcba18be31541e72af7ab219 1.60 MB 2,565 35
789,661 789,661 000000000000000000003ba43765da93cdf1dff898c1bbe04c4d84a67685cac8 1.51 MB 2,157 26
789,660 789,660 00000000000000000005c87bf9f1616d1524b13ee18f59066954e219f8b37a3f 1.37 MB 1,482 21
789,659 789,659 00000000000000000003dc1e103dbee27b77873b49943bd2bbddb492182aadc0 1.94 MB 3,685 34
789,658 789,658 00000000000000000005daeb43c700fa2b2c275d6edddda80ddc0d7d812348ed 1.64 MB 1,622 26
Previous 10 blocks ↓
Total Size: 700.70 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,377.66 GB sent, 215.09 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.