Memory Pool Memory Pool Refreshing

64,779 transactions
28.62 vMB
Show Random Selection Loading Transactions
Max Size: 153/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,311 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 6,854 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,310 (542,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
302,446 302,446 000000000000000006896471a3eefbd71a10242b91db151b3bd0d0175fdf8a4e 0.35 MB 487 20
302,445 302,445 00000000000000002692fc3f05b9e5ca0f8ccf36981c0e7109f020e54eab7415 0.25 MB 619 38
302,444 302,444 000000000000000027091150dfbece1b543e0b41b5ed83eef07f833435d83502 0.35 MB 1,025 74
302,443 302,443 00000000000000003ae7fa438c877e1bc7bf58bfdf9ae8578764f43beb3eb654 0.17 MB 315 30
302,442 302,442 00000000000000001f826672f11b3361a2574818d0b139d6a43c7a5abcaf4c54 0.42 MB 836 28
302,441 302,441 0000000000000000681dbd14dda098f1ea21a9208c67a3c24ae4e1cf1e45a17a 0.03 MB 64 137
302,440 302,440 00000000000000005e682f1b21f9c003434232ba1e5a90addc0476915c158b4f 0.03 MB 64 12
302,439 302,439 000000000000000003642c6f6435b63433f63d1c5afa396efe45f9cf60e4f92a 0.04 MB 102 32
302,438 302,438 0000000000000000134ae06c24d901f340d96ace5438910fc3079fe06b2da6a5 0.22 MB 448 42
302,437 302,437 000000000000000029cbe6251154e2b60610953838e4d5b7feb5582ec208851a 0.18 MB 314 23
302,436 302,436 000000000000000041b13a597c212e558b2b4a6b1ff22ad7fff4e367e50db435 0.19 MB 314 28
302,435 302,435 00000000000000001401f091d9c406e8c3c2e3478ed1fcd03d646b7d4d2136e2 0.17 MB 285 23
302,434 302,434 000000000000000055fbc7b89fa93ab678201ec8717717fc3d5824a197733321 0.50 MB 691 24
302,433 302,433 00000000000000002a379aec0fba41ce007b3ed81c049407890c9c414040d827 0.35 MB 1,088 621
302,432 302,432 00000000000000000c080f42aee0e1d1d80115bcce8a9e4f94f908939cce008d 0.49 MB 205 12
302,431 302,431 00000000000000006609c101d45ae14b4b630460e21ebde04b3bad40e7b38e76 0.35 MB 405 17
302,430 302,430 000000000000000054b4f5c6ee8fd1c6548328732bca93e9594b4a2fda3aa293 0.35 MB 915 41
302,429 302,429 000000000000000002e3868db0f085138bacc1a43f3088cf4980111382cbf2e5 0.25 MB 715 70
302,428 302,428 00000000000000001d56b3fb6a6f9029d1600f49d41351e735b47805f074819b 0.35 MB 975 44
302,427 302,427 000000000000000050a918d0d7764ff0d4d65972b5b33893fe5effb08831cc0b 0.08 MB 177 36
302,426 302,426 00000000000000000ee63833fb85ce404c1c6dc87675e06f9c5782facf426f91 0.56 MB 991 30
Previous 10 blocks ↓
Total Size: 652.98 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,292.60 GB sent, 78.51 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.