Memory Pool Memory Pool Refreshing

51,695 transactions
47.01 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
841,945 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,325 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,944 (294,575 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,369 547,369 0000000000000000000d5890c037aa1b3546cc7a473050cfd57223bbee1cc6db 0.14 MB 242 34
547,368 547,368 00000000000000000022cd5557226c9098522c470bf60292bf8487943151bbe9 1.20 MB 2,229 17
547,367 547,367 00000000000000000024b3c3bb9666e68f9c48c56ab6f37675c09ccef4347100 1.32 MB 2,473 17
547,366 547,366 00000000000000000016e2563588ece2ea7aeac3c88a397554c7d6ce02b69b44 1.18 MB 1,891 11
547,365 547,365 000000000000000000183ca4587523e713252ead4b3cabea8f420999abf35af0 0.73 MB 1,078 2
547,364 547,364 000000000000000000147703acd54674ff6e860264a68b31d4661c0c87dcb6c0 1.49 MB 1,999 28
547,363 547,363 00000000000000000011fce2529aaba03c9bf6e8bc679eb516245d1643fef2bb 1.43 MB 2,429 14
547,362 547,362 0000000000000000001760196c913430f1a22e4b6ed200908eeb81868ad78ce8 0.30 MB 723 20
547,361 547,361 000000000000000000234b41111fcb64e1af2a1d63c880723a0631d00cbe7f25 0.24 MB 279 38
547,360 547,360 00000000000000000019218e84a4421fe9a2a8d0f982f6ce79fc218ae6fd1da6 0.00 MB 10 14
547,359 547,359 0000000000000000001ccf371a76173c038a9a7d321a1014150e403a3c9b481f 0.69 MB 1,305 11
547,358 547,358 0000000000000000000b7915ef74657adb18f61d17f0f123af6922881e549eab 0.85 MB 809 2
547,357 547,357 00000000000000000010ecd4e611a1534b167c852fda4d6fdf5f311b5e23acc1 1.28 MB 2,583 17
547,356 547,356 00000000000000000015aa4af3532a2a7e92b9c6579144d425ee2cdd50759291 1.23 MB 2,175 15
547,355 547,355 0000000000000000000d1f5de1deb150b58618a93f1c5a0e020622aad5b30686 1.23 MB 2,215 8
547,354 547,354 0000000000000000000276d3b4f69e8649b50fb312a960a8372e60c48f009df6 0.08 MB 176 20
547,353 547,353 000000000000000000065160fde7427436fb20a08ecf1197b53d98292938c3ac 1.07 MB 1,983 6
547,352 547,352 0000000000000000000fba1f840b8a522be5aa122cfde32c340cd11dfbf0de4a 1.12 MB 974 7
547,351 547,351 0000000000000000001f9b9f10e8a1fbfb2c10fc4d4a66411ebb3b9e047ca037 1.18 MB 1,970 17
547,350 547,350 0000000000000000000eecda24d4f6a050bfd29b5ecc12bfd177092a01754ff1 0.26 MB 453 20
547,349 547,349 00000000000000000020e9923b208a788297d4be108fbc63fdfbe927213ad4d1 1.16 MB 2,163 19
Previous 10 blocks ↓
Total Size: 646.66 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,387.63 GB sent, 39.24 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.