Memory Pool Memory Pool Refreshing

51,524 transactions
49.59 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,322 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,582 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,321 (257,358 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
584,963 584,963 000000000000000000130ae1682e2c184961728594b6a009ebb1e3ca07d28e2b 1.40 MB 3,247 44
584,962 584,962 0000000000000000001b5caed854a72c4ebdeb73c168e028940044d25ef3a31d 1.30 MB 2,786 75
584,961 584,961 00000000000000000010c1be14810f2ede17617e36d9c799fd03516ad057e715 1.25 MB 2,604 34
584,960 584,960 0000000000000000000149b9a413210c1f39a68e1e37b413d00af76c25770fca 1.30 MB 3,107 77
584,959 584,959 0000000000000000001f07d3a2c29906d59f9c2823e1d8efb0856ceff1539c26 1.11 MB 2,395 42
584,958 584,958 00000000000000000005cf26d2b8e758d2805374237f176b9a24472b96e8a768 1.29 MB 2,510 58
584,957 584,957 0000000000000000001d88795468433c156fb3de5e510be68ade1443cf8a5d52 1.32 MB 3,474 86
584,956 584,956 00000000000000000010256962022c6028d4e18c556cc48294623c58b6db825d 1.24 MB 2,256 65
584,955 584,955 0000000000000000001679510681986f67409d9e27321eb706ed0b9f8f1f6f58 1.12 MB 2,345 55
584,954 584,954 0000000000000000000092054b7f087ce82a98e3a22fd4295fdfc77fbc384c34 1.07 MB 1,226 51
584,953 584,953 0000000000000000001e4ed4818821d0504719c5c3af53eebe6490001ea4d402 1.31 MB 3,055 75
584,952 584,952 00000000000000000008677430ad4f174e53c3b2181341cf8e3bc0ebbc73dd02 1.13 MB 1,673 59
584,951 584,951 0000000000000000001d69f9460a7bb648919ee068ed4dc027eeae1e913c6db4 1.01 MB 595 46
584,950 584,950 0000000000000000000bea55c5ecf8b59e4fabb841db8e32550402bf6781df10 1.29 MB 2,796 77
584,949 584,949 0000000000000000000e2a944f2bc3c119a434d3ab1a90e2cebc373f4b3cca2e 1.24 MB 2,901 70
584,948 584,948 0000000000000000000bddb699aceba59c0203186572ef8503aa749fc5aea266 1.18 MB 2,742 57
584,947 584,947 0000000000000000000714d24c80f601e09827376b6b210c940c04f5653c8b54 1.21 MB 2,835 66
584,946 584,946 0000000000000000000a8d9b4731bd774b3e77577ebd057a8728204ebb5a6c6c 1.28 MB 2,183 72
584,945 584,945 000000000000000000110571828d1875304ea372e2c6ea2f6a91f987a634854d 1.33 MB 2,995 83
584,944 584,944 00000000000000000016006a1b8cb5c279b028974add0af78fe8e45731c97d1f 1.22 MB 2,204 76
584,943 584,943 0000000000000000001cf819ea8025b7371f8645b8e8f2f5ed5b036d462f37af 1.28 MB 2,901 88
Previous 10 blocks ↓
Total Size: 647.32 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,477.41 GB sent, 44.93 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.