Memory Pool Memory Pool Refreshing

34,498 transactions
44.28 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,779 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,433 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,778 (64,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,081 777,081 00000000000000000004d384a5ed57c68904b74bebf83e508a22b4269f9d2c6b 1.74 MB 2,373 20
777,080 777,080 00000000000000000003d59a0b34320555602268b864aacd0a58b80999046650 1.26 MB 1,196 19
777,079 777,079 00000000000000000002b79be177ef4c512428c1b53020e3b39faaf0c1e8cbb3 2.49 MB 1,409 10
777,078 777,078 00000000000000000006e39cf0096152bf60116e24f06725f59c86495e01381d 2.15 MB 446 2
777,077 777,077 000000000000000000026c422012561df63986f0465f3ab70a9017456fdd61a1 2.90 MB 1,199 10
777,076 777,076 00000000000000000004d2dacb1842063cfff70580486d044eaa9cb611e47a7a 2.54 MB 1,714 11
777,075 777,075 000000000000000000047d1c3e0fae59900d64280265667fa4e168cbe0f8f10f 2.68 MB 1,690 2
777,074 777,074 00000000000000000004847c2c65841bff86c2ed5207a70feba0329345a5e075 3.56 MB 639 4
777,073 777,073 0000000000000000000552ac766949c473580dd755783ef0fb04777eda760911 3.29 MB 848 4
777,072 777,072 0000000000000000000252ee94cbd27bd439551861f3338d238e647856c25f2b 2.81 MB 1,313 8
777,071 777,071 00000000000000000003b1f95c33f338659d56c35c75da109e0303b61e898a0a 2.17 MB 2,545 15
777,070 777,070 00000000000000000004e6ec0fc1f4582a5f2cbc8819019360222db3613fafdf 1.36 MB 1,593 17
777,069 777,069 00000000000000000006db359fcdb6513f8bf148e6f51273420ee9ef4a922f1f 1.55 MB 1,509 15
777,068 777,068 00000000000000000005cc69e2c7c3825ce3a96a8ba000b2184f53f51672d0cd 1.48 MB 3,008 26
777,067 777,067 00000000000000000006f635da3e5b3fd9a27f5c5dda2b5446dea9f630f9842a 1.43 MB 3,130 23
777,066 777,066 000000000000000000064edcacd347ce418b3f447ef2903769feba4a73b455f8 1.65 MB 3,304 25
777,065 777,065 0000000000000000000204390f25ce4d2b49433557f369fcdf893e8524379c9b 1.18 MB 1,331 28
777,064 777,064 00000000000000000005164d00a8857e5cbc67e7df06b3a89b73dbe9cdc5274f 1.37 MB 1,560 31
777,063 777,063 00000000000000000001d863c563f9cf539439dcd17fea6386af25f3b1347e5d 2.60 MB 1,718 12
777,062 777,062 00000000000000000004b6bba1416769439f1061f1183a87bbac398c2bd7fdf0 3.17 MB 835 4
777,061 777,061 00000000000000000004e1ce3a4032a8416c229fdff392e695efe7f7cdc7705f 1.67 MB 2,845 22
Previous 10 blocks ↓
Total Size: 646.35 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,342.17 GB sent, 37.18 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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 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.