Memory Pool Memory Pool Refreshing

24,757 transactions
49.19 vMB
Show Random Selection Loading Transactions
Max Size: 147/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,914 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 3,111 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,913 (567,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
275,969 275,969 00000000000000017328b290927a4515aabfcd619a8025b278cd1066fecaa452 0.07 MB 123 37
275,968 275,968 0000000000000003f9f5e3ad201feb26b2e2bedb6023238368bd911ba903b196 0.02 MB 39 46
275,967 275,967 000000000000000154706831b905da0987e0fd7d149ec199cd85676b09b477a8 0.18 MB 367 67
275,966 275,966 0000000000000003a714a4ba42c5cc4152cebd12352352a78661aa727fa7f6a3 0.05 MB 56 11
275,965 275,965 000000000000000424165fab15ac80615af6bff23a62be7bc63d70dbb0689dde 0.05 MB 121 85
275,964 275,964 00000000000000016381a4f1be8b7b1965c2d3e99a11ed63041e7bf7534b4c06 0.14 MB 341 46
275,963 275,963 000000000000000484b0e566b6ba383a1ffe5dc0c64ef65f54490a38128a0f8d 0.03 MB 88 55
275,962 275,962 000000000000000369b391e569c5cfe0430981157a61296cbf8ba2065730d3dc 0.18 MB 307 40
275,961 275,961 00000000000000002591cdc7cf9f1cc049091dc73a682c4aee9eb817af711648 0.01 MB 33 33
275,960 275,960 0000000000000003f6c835de0fc2d1a90de68dc8c0b16bbe873a7419b03f076c 0.12 MB 244 47
275,959 275,959 00000000000000015a7fef66eeb065d6aa69f88b8ae60c8e2e7a0b6d5a310f62 0.15 MB 319 38
275,958 275,958 0000000000000001491b5b16d260abfb66763109eea71870af1a603fefb20f76 0.19 MB 322 39
275,957 275,957 0000000000000002a12c41059d90a46b2b92ed172138ce510e7f21ff5eb87bdf 0.06 MB 142 47
275,956 275,956 00000000000000040e59c54e334002c095f967970bcda404e39e03469ce11d02 0.01 MB 21 25
275,955 275,955 00000000000000032bf811f3c4eb03110cc4b3e20b25145a604f0e22af958f2e 0.20 MB 347 35
275,954 275,954 0000000000000001b6f00acd796b37d8a5542a78afdedb509ddd80e12649d575 0.03 MB 76 116
275,953 275,953 000000000000000370d44e84417e6d0cc869d065080971118435d8269ea5f56d 0.09 MB 147 39
275,952 275,952 0000000000000000df2cda1020f9ac11d27e94a66660504e3e1f5d698c1c832e 0.14 MB 286 35
275,951 275,951 0000000000000000466cbdc18a35f0c0f4fa98bde35f213845b64f02ff7e1451 0.01 MB 25 38
275,950 275,950 00000000000000004929c08cf07828206d37fef032ce053903a1dd5df5dc2791 0.23 MB 461 45
275,949 275,949 0000000000000001a29367b1a2b8c87f7c62c0740573230e0cc090bbe3181619 0.01 MB 34 71
Previous 10 blocks ↓
Total Size: 650.36 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,960.66 GB sent, 62.56 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.