Memory Pool Memory Pool Refreshing

49,080 transactions
36.29 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,132 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,114 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,131 (496,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,190 345,190 000000000000000001560c1a3ec2f35da89aa2716a4ebb94ea5af715b87a309e 0.40 MB 622 23
345,189 345,189 0000000000000000178454761636a20dd6f1bfdfd7b6d7c0ea54f24793b7c5c8 0.73 MB 1,411 26
345,188 345,188 00000000000000000e8de3f1d37fd24642270b7434c2a3b91f5c82683bf2f2d4 0.36 MB 421 14
345,187 345,187 000000000000000005c1ef41d2879d735018a0d77769f6da83bff5898f00eb23 0.46 MB 871 28
345,186 345,186 00000000000000000b6775c385748cb8f183d684956bf98e4d8a3844d0fe8259 0.01 MB 30 23
345,185 345,185 00000000000000001150644a0a9bff03014390a9935883e366065b45e9032391 0.21 MB 347 21
345,184 345,184 00000000000000000c098e549394ee3a9c7f1cc13a53f82b55aa902ee0804058 0.20 MB 244 13
345,183 345,183 0000000000000000130222a6be48e624ab4778bcc8246f93db476d8b327dd165 0.75 MB 1,385 27
345,182 345,182 00000000000000000f260938b029a0fba653de5cb77cb4d317ff053b46b71458 0.04 MB 84 20
345,181 345,181 0000000000000000113df0af79507bf9efb5390119086cd2cc548f3879750c8e 0.53 MB 710 19
345,180 345,180 00000000000000000f1fee2e904b03338391f2e845cb09059069eb2afdb2624d 0.19 MB 489 34
345,179 345,179 000000000000000007f46d853acec8a00bd2ad7212882b22d04e6eecf1f452e9 0.28 MB 390 18
345,178 345,178 00000000000000000e1caedeed5224460cb5e2d4b4f71e489ea300abc0dd2100 0.16 MB 332 34
345,177 345,177 00000000000000000d18b038eb4c5e09fce7a0a709513bce33dc102528358f44 0.42 MB 607 19
345,176 345,176 0000000000000000066dd241fcb6ef50bc514158630479ea754731241cde9419 0.75 MB 1,339 26
345,175 345,175 00000000000000000b548b3f16519d478a3a9e4e749a5271ab1ca0a8a51c4ce1 0.15 MB 272 21
345,174 345,174 000000000000000003e1d0cb4f918a158a263da0a1b25a2d717029e6416f86f9 0.32 MB 693 27
345,173 345,173 00000000000000000cf6b48f8c08c41a92d487fa3849278691826e36f5336218 0.35 MB 706 27
345,172 345,172 0000000000000000032bf4930dda96167f5f5c768ce78288d5a41922ffe49dff 0.23 MB 519 32
345,171 345,171 000000000000000011c6a9be4c509bb6b49297a1a4431cc19430e9464a751c38 0.06 MB 167 44
345,170 345,170 000000000000000007aea9dc9f69ba34e842f7c6c0ef9d65bf8a1956c74bfe00 0.21 MB 408 26
Previous 10 blocks ↓
Total Size: 646.99 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,443.15 GB sent, 42.13 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.