Memory Pool Memory Pool Refreshing

43,878 transactions
34.16 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,827 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,680 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,826 (262,139 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
580,687 580,687 00000000000000000010ebaabfc4703e908a7cd45e2b17c1434f50aef811cd82 1.31 MB 2,695 90
580,686 580,686 00000000000000000014f982e386a54c4e9e3fe143f1054c4a0f7ff46b0ad639 1.33 MB 1,870 37
580,685 580,685 0000000000000000000d7324c55e85bc4e537b0f67f681224d659c4640f3546e 1.18 MB 1,171 4
580,684 580,684 00000000000000000011a044239a323b939424fb5c31a18d667c8d88faee5164 1.17 MB 2,302 52
580,683 580,683 00000000000000000003a4b08ab9e88936b1ad25ff275a1ef0ee79af61fabf18 1.29 MB 1,559 24
580,682 580,682 00000000000000000016888c5665b05e333685d1e1bcffa94159c429ab6ece48 1.17 MB 2,259 25
580,681 580,681 00000000000000000007f00e2bae26f5e7103d7e99c9a11e584f680c363c3ec5 1.14 MB 2,119 20
580,680 580,680 0000000000000000000588fdb5bde1f25c25f6f80ba035c02eb20656b539216b 1.19 MB 2,451 30
580,679 580,679 0000000000000000000d3f9498210133cd8a107de9f534095261b50b8bd5f35c 1.14 MB 2,360 44
580,678 580,678 000000000000000000051ce97582f22c3f24de4884eb5ee7ca98efd563879dba 1.14 MB 2,564 37
580,677 580,677 0000000000000000001da5ac2e30e32502d881ee04336561e2238a7e00aa364f 1.11 MB 2,751 51
580,676 580,676 00000000000000000011e1e4dc733c18d3e4c81cb0fa5d138d8d7d86aea39bfc 1.27 MB 1,919 77
580,675 580,675 000000000000000000054fb67245b74d6e26713a6051b4a3bdc203b18439bf79 1.31 MB 2,612 109
580,674 580,674 0000000000000000001aa40e06ed3978a028fd3b4bdf7e1b882d1c827991b096 1.44 MB 1,885 109
580,673 580,673 00000000000000000011903ce43dad868af043ca2f967016b4a2ba16e5311e53 1.07 MB 2,688 22
580,672 580,672 0000000000000000001d05f0e7621183f88c452401fb8d180ba49fdd75c5b44e 1.64 MB 1,357 101
580,671 580,671 0000000000000000001f53193e3d7deb59d81297ad2620a6bcb19947a1d4f742 1.40 MB 1,931 75
580,670 580,670 0000000000000000000a71d1571c15ba795bb78caff824aaa4ff1b374aa0db80 1.32 MB 2,203 74
580,669 580,669 000000000000000000250131777ac537530be535c145ef05fd7d83a51dbc23d0 1.14 MB 1,796 34
580,668 580,668 00000000000000000022d5f1405b3ac850e8f8917f566c40bde41434dad92436 1.08 MB 2,350 18
580,667 580,667 000000000000000000194f0c67daa9172e2c085b5577f33cea23d885d652c13e 1.11 MB 2,303 34
Previous 10 blocks ↓
Total Size: 648.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,613.99 GB sent, 51.07 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.