Memory Pool Memory Pool Refreshing

64,961 transactions
30.78 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,491 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,680 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,490 (479,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
365,473 365,473 000000000000000005a5e6331f463f4fdb14810cb06cb2a60f06c5024f8ded9c 0.11 MB 124 27
365,472 365,472 000000000000000009ac54bea79e78df31373d8d1882746b6561ebaf4d372a09 0.00 MB 1 0
365,471 365,471 000000000000000001d3afc7ea904abf55ebd4d9c04918167d12a6b7a7b05676 0.63 MB 1,087 40
365,470 365,470 000000000000000005c8f15b4b3f2889fce3bffbf462272ddbd0c344d0b0da5a 1.00 MB 350 5
365,469 365,469 000000000000000005b238632c04d817d49b1b19e95a8ea8e731aaf38a234764 0.05 MB 115 46
365,468 365,468 00000000000000000a49956f8795c29b00dd06ad934f211348358d0d570a6904 0.25 MB 315 30
365,467 365,467 00000000000000000eb0d8f235fc06fa8cd2e2478d3032909b3e8675f02509ab 0.21 MB 165 14
365,466 365,466 0000000000000000122afc2b142aedf4e45e8ae0a84a3f288645ef9fd4c53626 1.00 MB 541 11
365,465 365,465 00000000000000000700f388f0d7775e7807540757b533f53e1683aa69fdf574 0.13 MB 120 21
365,464 365,464 0000000000000000067c6f1df0f5ffcebab1b192489d9e2f3ffe7d0609fe5dee 0.13 MB 233 40
365,463 365,463 000000000000000009976d0e2ffcc7453017eb8250890691f36dafe4e6f07ced 0.75 MB 638 15
365,462 365,462 000000000000000011774dcaaca84d8a522e045cc1a6b64213da88442228f672 0.57 MB 1,155 40
365,461 365,461 00000000000000000646e3a441fdb71f3119f2363d53697000a2a70a4c3271bb 0.75 MB 951 27
365,460 365,460 000000000000000003bf8a5db268e8d5711d7c2581ccf909e7151e62e224a3db 0.61 MB 1,187 39
365,459 365,459 000000000000000005e818140f82979049314d587478acea6c21509b01a318e4 0.95 MB 1,499 33
365,458 365,458 00000000000000000a1f90bf59ba3b927aacacc7e5ed7a02aa42b532e21b20d4 1.00 MB 2,414 56
365,457 365,457 00000000000000000e882fe6fcabee1d80385f7d226c90d2de006680c5fa5839 1.00 MB 410 8
365,456 365,456 000000000000000006bd0b93a139652285cdec1157fe31cbc995f73c2547e3d1 1.00 MB 1,498 31
365,455 365,455 000000000000000009a5a8325154626fcf50c585423a8e2be2904ea40f7d5f63 0.95 MB 1,603 43
365,454 365,454 000000000000000008d6fef2880dd2265468311f54068b26d349da582deadb7e 1.00 MB 557 7
365,453 365,453 00000000000000000015b45c2d97af421eb196d5252085b3029109096aa7cd84 0.54 MB 492 21
Previous 10 blocks ↓
Total Size: 651.44 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,132.37 GB sent, 68.60 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.