Memory Pool Memory Pool Refreshing

35,178 transactions
56.35 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,178 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,203 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,177 (229,206 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,971 613,971 00000000000000000010da6617e1466cbf538d747ae6ef33989f329472dfd850 0.35 MB 846 29
613,970 613,970 00000000000000000000fa4b62126817cb0c519b507fa118329fbce091cc802a 0.77 MB 1,648 19
613,969 613,969 0000000000000000000086410b073a9321dc963a3902aa2d3f06b95929d18a3a 1.19 MB 1,893 14
613,968 613,968 00000000000000000011b29d872b9ff50471ccad724850f579df162a1ddd740a 1.16 MB 2,637 7
613,967 613,967 0000000000000000000266e1130c92b8398672d5d3811f8825137bb39802b5b9 1.32 MB 2,864 26
613,966 613,966 00000000000000000012a4f697565d1ffcf6d1afa92cea52fa5512380ac50f51 0.41 MB 833 16
613,965 613,965 0000000000000000000e55d1eaa77c4a7da32179329ce1e12ec9903109f01bbf 0.54 MB 1,298 14
613,964 613,964 0000000000000000000e7471ec684b7da3b0e59d7ba1cf71b2c5937cdabc4eee 0.33 MB 575 56
613,963 613,963 0000000000000000000254bdfd148ff7ac2c180d72347552776601a3534b31a8 0.01 MB 36 36
613,962 613,962 000000000000000000024a856b91590c7bb869013f33833b14145d5bdb5ba75f 0.37 MB 1,012 17
613,961 613,961 0000000000000000000be36ed1f4284e0f4352cc2bb3a16f191e73980818f8b5 0.76 MB 1,674 14
613,960 613,960 0000000000000000000faa04739c30adcfade14c646a8ba7a2df002e5d6e7e49 1.13 MB 2,764 15
613,959 613,959 00000000000000000001f44112af7ae1ea18281752f9659bf9e16c9f60955658 0.41 MB 1,103 17
613,958 613,958 000000000000000000022dbff8074a0e28b353b764f73d3aef1e3ddfde4a5e76 0.22 MB 546 19
613,957 613,957 000000000000000000007765607bc2718eb0f196bba511990d020591d1291704 1.07 MB 2,437 17
613,956 613,956 000000000000000000078a18f4e695eaf1ef67e17608efd81cce469765b13fff 1.26 MB 3,088 14
613,955 613,955 00000000000000000008a0c7ef65804fdd4caecdde37304a53a817bc46c4495a 0.65 MB 1,578 17
613,954 613,954 0000000000000000000f53d697728e526588c8672cb49597da494dcb550660f8 1.04 MB 1,934 8
613,953 613,953 00000000000000000005831732c4e27ee337242b3285507d1d2ffff8a097be2e 1.30 MB 1,830 27
613,952 613,952 00000000000000000001507839d629c9e1d881714cc3e639b6e619cd74ce9c4b 0.83 MB 1,689 14
613,951 613,951 0000000000000000000de5cdab433cee751ecec012c639a901012de3e3cb2207 1.17 MB 2,592 14
Previous 10 blocks ↓
Total Size: 648.98 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,730.08 GB sent, 55.55 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.