Memory Pool Memory Pool Refreshing

20,589 transactions
28.85 vMB
Show Random Selection Loading Transactions
Max Size: 122/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,857 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,031 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,856 (595,435 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
246,421 246,421 0000000000000072525de3f39359f755ee0c4c8a012a6c402caf92ebc0dcb5a7 0.04 MB 64 49
246,420 246,420 0000000000000075d992f1fe3b698c44288db2ebc30ff226a377022fb564d036 0.16 MB 346 136
246,419 246,419 00000000000000557009aa8d8eedcdd89ff4174b33aa16cfcb1233e3b54bff61 0.09 MB 199 139
246,418 246,418 000000000000004d31902df6a2fc4e96e46ced89af80341704f588cf19c07057 0.00 MB 7 57
246,417 246,417 0000000000000011336beb4f3f78161497cbbd3efa541f71daeacbfd5abe6f9e 0.10 MB 211 137
246,416 246,416 000000000000001b2e50458cdc15d4a5960e23914ff0d5ca41659fe25f1f2cb0 0.21 MB 405 150
246,415 246,415 00000000000000200e569232ed5a60c33077abebbc5c23d215957a550aa2a313 0.25 MB 665 194
246,414 246,414 000000000000009dc4fe06c7e36203c86d9f06f3a0b16d5ecfc9bf89a116c3b0 0.20 MB 379 119
246,413 246,413 0000000000000042588df59bb32af742a829b3ca48b08d09154c84ec65dda638 0.25 MB 587 170
246,412 246,412 00000000000000370aec3c731c633e84202e16a858740a70767b7ec3088195f9 0.01 MB 30 100
246,411 246,411 000000000000003fc7ad5539d618a9de39fdd59550220ef049adb213aa583c37 0.01 MB 32 122
246,410 246,410 000000000000002ebe003a3b41b10a63b47d0699b174768058d0c1600d938954 0.11 MB 231 117
246,409 246,409 000000000000002ee686dadefc1a66ab076d563a57463975d1e77d18033ca18d 0.18 MB 452 153
246,408 246,408 00000000000000a1dd6e4070ac181c9988397052d6f029d2a1343cb2ee709226 0.07 MB 131 61
246,407 246,407 00000000000000420286230dc37365715d907fd9180ff2d10dcc4f3cab11e206 0.01 MB 32 125
246,406 246,406 0000000000000030fa3aff07072b6f201db711842ed6d766276093b3a0f631ca 0.13 MB 276 117
246,405 246,405 000000000000001bac4ef778ebad1c8f5e3f9364803310cb4fd049c94d9e9a6a 0.06 MB 101 53
246,404 246,404 000000000000008d8a38d602f3838a4f8f35bd7943a31102d40bfbbac023703a 0.07 MB 162 110
246,403 246,403 000000000000001261ba990fe228f2a0a951d198e604082568ee198962c51896 0.23 MB 384 76
246,402 246,402 0000000000000046e8beecaa358d51fde4b56189c681b6d6d0a7aaf729b61f68 0.25 MB 711 907
246,401 246,401 00000000000000a239a3f52d451d65928c2294cbe12bf0da22526324588f0528 0.03 MB 71 13
Previous 10 blocks ↓
Total Size: 646.49 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,358.96 GB sent, 38.03 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.