Memory Pool Memory Pool Refreshing

50,440 transactions
49.00 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,320 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,768 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,319 (548,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
293,988 293,988 0000000000000000b56959406831a27398d99ebfbaafef71023ffb8f5f547bf2 0.29 MB 627 37
293,987 293,987 00000000000000003296beadd0241d0c415305aa36d58e4a023764a53a8ad4d5 0.19 MB 458 40
293,986 293,986 00000000000000001bce6b0a44cd9e97372ac8ab7d9b4368bee0557fe9e7e29f 0.18 MB 409 30
293,985 293,985 0000000000000000c8d5861d1e29049f8c231bfc08b0e69eb4e86de3d415f36c 0.21 MB 509 35
293,984 293,984 0000000000000000458d904df5189b3a04627ecc14fff01326952e7fe73b6958 0.12 MB 144 19
293,983 293,983 0000000000000000a068483f5fd4c4632668889400fbd52ac90c1d529f94792a 0.49 MB 1,067 31
293,982 293,982 0000000000000000252e57f69c5857427c64e5717eedd32a5bf148b3ef422825 0.19 MB 512 101
293,981 293,981 00000000000000004f7811e616ef7fad94207b9927d69d9a5ff596fd0c20bdbe 0.10 MB 80 6
293,980 293,980 000000000000000024a77d6b2871ccf7109f3be5ff36bc971d028a6462a9a730 0.63 MB 1,275 36
293,979 293,979 0000000000000000aa253b0486ce8fbd9470dca24e80c032545fce371ffe0a95 0.46 MB 479 16
293,978 293,978 000000000000000090b82ef7b3e0e6df9751f8d6fdb368e0221829b983139b24 0.35 MB 1,118 64
293,977 293,977 00000000000000004f7685caa496aee302a7371c31af199bbecb45a4db6ffb07 0.08 MB 178 31
293,976 293,976 000000000000000051e3f034608c1f6b769a23f6142de420902fa0d452ec32b2 0.28 MB 644 41
293,975 293,975 00000000000000001b2351fddd9b99319b29493c1c02a49cd5639e436e261c0c 0.11 MB 277 34
293,974 293,974 00000000000000001edf662a4eeb4d55cb841803cde8d10d58cd5bf47e0585b8 0.32 MB 773 44
293,973 293,973 0000000000000000a88f220075053398af5b868ad958b2d27f7d639b037d4a76 0.22 MB 479 34
293,972 293,972 0000000000000000113d6c41c05df9e1544022001cfba4c5cd08c166d21ad2ee 0.02 MB 64 40
293,971 293,971 000000000000000057d6695a99d384fa897c036bcf173647a9f35f269e4aade9 0.09 MB 194 29
293,970 293,970 00000000000000005354143fb5eb21a4cfad7d16ace30eec0cf8b75fcff4295e 0.03 MB 59 44
293,969 293,969 0000000000000000a150116956e377d359ae43051f655d9007ea78e03157e9ce 0.19 MB 509 47
293,968 293,968 00000000000000001296a1cafbacdcea5ea26060a3240bf87e030ecd126393d4 0.06 MB 155 45
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,476.99 GB sent, 44.88 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.