Memory Pool Memory Pool Refreshing

86,274 transactions
32.15 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,376 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 5,729 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,375 (422,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
423,444 423,444 000000000000000003eca0a06d508092abdce8448f106b5654762969b9450989 0.99 MB 817 24
423,443 423,443 00000000000000000373fa68a56b8eda25241fcd72e4aa08724a5ab8910f2696 0.99 MB 1,217 32
423,442 423,442 000000000000000000a70c1dbbabd3a695c2a039babcbf1719a10d6ea1f27517 0.75 MB 1,334 47
423,441 423,441 000000000000000004f384206f065d68f402d7957d39121a752007b3a70d408b 1.00 MB 2,600 58
423,440 423,440 000000000000000002dafe2f0ec580fd5df86b7bf3db02119f2d24e4626c177e 1.00 MB 2,331 67
423,439 423,439 0000000000000000028a968098052c8eb5c661df6c2d080afd0ddde9d59d2ede 1.00 MB 2,796 87
423,438 423,438 00000000000000000057452b52ec08eae73d0b171949c75b4a770ae5cfa322c2 0.06 MB 135 58
423,437 423,437 0000000000000000004d32b0dfadeb58ce2b3e9b2fc828f24b95c0be48822221 0.10 MB 250 74
423,436 423,436 000000000000000001591643cea2e8fd100268ded5c8fbfc14010246094f643f 0.60 MB 1,020 53
423,435 423,435 0000000000000000038ed9842cdc1a6f334f0572c6d0e4a10897be1c4b4288cc 1.00 MB 1,750 63
423,434 423,434 00000000000000000223ddf296cfe66b346f2873e74230e67c4ec3cb157da390 0.99 MB 334 8
423,433 423,433 0000000000000000030ea5ec3cc3995bf38486a051e6d5cb8ecf4ae23bb8bfdc 0.85 MB 1,553 54
423,432 423,432 000000000000000000d2cabed1b2ae805db710172e731cb78438f260a611209a 1.00 MB 1,595 46
423,431 423,431 0000000000000000011edeab34b5145125efa596fbc2e6a88825acd9570aa4d8 1.00 MB 1,085 25
423,430 423,430 00000000000000000334f7def254956622f3102e55f0dabfc1852535f0a3e63d 0.69 MB 291 16
423,429 423,429 000000000000000000faea92d204fc5cda2de07e5ed4a09841238de955e50e55 0.89 MB 611 22
423,428 423,428 000000000000000004072adac4a915c56af9457dae75ff6bf3bfe6a4194cd598 0.93 MB 1,965 59
423,427 423,427 0000000000000000020626fd778ee9f380781e9b54bd298971e977fdd9ce3e3c 0.96 MB 2,246 67
423,426 423,426 00000000000000000364488db6eb90450e4e29119979bd5a66924227b5a3fc17 0.74 MB 1,217 44
423,425 423,425 000000000000000002a2c91430e0bb9d91fcde413d7ed7b80491a20bc8b8cefa 1.00 MB 2,539 70
423,424 423,424 000000000000000000cd9e33be3281764a4037df55a1c7ef66b31857cb316311 1.00 MB 2,240 111
Previous 10 blocks ↓
Total Size: 654.90 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,416.07 GB sent, 92.36 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.