Memory Pool Memory Pool Refreshing

72,743 transactions
38.32 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,378 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 4,967 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,377 (590,455 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,922 256,922 000000000000000070534ae853ca689fbe24a24b03732a59413088305711e92f 0.25 MB 552 157
256,921 256,921 000000000000000afb4cd74ed14bc06fa236b91d98660da40f99019c42b20f20 0.03 MB 78 152
256,920 256,920 000000000000000047afa62092634670cde8eac9a15c3c12f835cc0bc49b5a1d 0.22 MB 502 101
256,919 256,919 00000000000000084fc9d0b5008e59e5141e04030e45179d8e751adfc4d98e11 0.05 MB 128 120
256,918 256,918 0000000000000019ad420f644ca6fbd6ab0508b2b77773ac7402ff689441b1e7 0.17 MB 394 110
256,917 256,917 000000000000001087f15fa73f9703e283110d126226b515c32de8c7d9991e43 0.15 MB 408 125
256,916 256,916 000000000000002435ff588829059e73f5332aaa28c2e48ce8722712957d93cb 0.12 MB 302 113
256,915 256,915 00000000000000218146f1a0572c05f9987937c35e42bf9b0216178fd130eb46 0.11 MB 281 61
256,914 256,914 000000000000002354b704f865898f1957cb99c74d697865002f8fede2b6d2ed 0.25 MB 692 150
256,913 256,913 000000000000000423ebef21fa0b6b416f8bebdcd501746d00274f08a12e2d6a 0.17 MB 333 80
256,912 256,912 0000000000000014a6eaa1910d140381dc978fdf658c86f101d32f35a754df0b 0.00 MB 12 84
256,911 256,911 0000000000000017c314734d9811f521afe45595799450172c1c36bb4bc821e3 0.06 MB 128 98
256,910 256,910 0000000000000007d5a8419a60060c2d1e34b31e0f0ffd1c604e560ab3c73b50 0.09 MB 118 70
256,909 256,909 0000000000000021506cfe42c1ee5af9a5ee7c080a5492a06563578197343bbc 0.01 MB 38 128
256,908 256,908 00000000000000304451d9192514d378b92e8bc77ecb086ddcd15788110a9853 0.19 MB 370 92
256,907 256,907 000000000000001df2b4cb904b9264fcdf0e3d1d6c73bc0b9789d12cb4a269b5 0.06 MB 123 96
256,906 256,906 000000000000000d54eb3473dc07251b37663ec355dd1863226e2bbaaa36bde7 0.06 MB 130 150
256,905 256,905 000000000000001657794a8c5f21b51110842de685df1e47700bb7f40e83906e 0.10 MB 218 97
256,904 256,904 000000000000000baa0949ffebd1bde7d6fddc1ca4d862fa2c6a7c997cb37951 0.00 MB 5 60
256,903 256,903 00000000000000223ba4c876c1fe7c038c19782588d4c930ececbb6df8b67db4 0.08 MB 188 152
256,902 256,902 0000000000000019f577b544567b776d2cc7822afb3fda68ff84abee09a57c5d 0.09 MB 213 135
Previous 10 blocks ↓
Total Size: 656.65 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: 9,556.09 GB sent, 104.64 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.