Memory Pool Memory Pool Refreshing

76,214 transactions
36.44 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,569 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 2,302 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,568 (598,143 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
246,425 246,425 000000000000009f281800e07fb02c4c4fa7696a3cef4bb9f3f9e4153a3b3f7d 0.20 MB 468 154
246,424 246,424 0000000000000057ec287581e30da228a9a3e5cfe9738796ca6c6cab010b3ec1 0.01 MB 15 66
246,423 246,423 0000000000000080baa8583f7062ad0256b9aae93165c56257ab28551e714d36 0.13 MB 343 189
246,422 246,422 000000000000007dd1be761f15f830833ffee8176fd93762118a0cf626be2421 0.15 MB 264 100
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
Previous 10 blocks ↓
Total Size: 651.59 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,143.16 GB sent, 69.47 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.