Memory Pool Memory Pool Refreshing

67,893 transactions
29.85 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,880 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,642 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,879 (515,548 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
329,331 329,331 00000000000000000d87b31a3e390f3c9b82a6e739a69f4402dfc1da3c14115f 0.68 MB 1,197 28
329,330 329,330 0000000000000000040209d83f1e2c59751dc9f49ab0c4e241f3c93a3b4bccfe 0.14 MB 332 27
329,329 329,329 0000000000000000018b80f08bec772fbe2cc7dab9191934982c764ed2f8282d 0.88 MB 1,321 25
329,328 329,328 000000000000000000b81131a47a74df667b926ce8c64074c5cef3010b3b94af 0.33 MB 428 21
329,327 329,327 0000000000000000198eb0d585f0d3ffbdc47b279d5ff9bb0898742cdb99d506 0.15 MB 256 22
329,326 329,326 0000000000000000114b8605a6660f1db77d2c848a8cbc86cb048c9a86e158b7 1.00 MB 1,995 31
329,325 329,325 000000000000000006f56fb10ca411c6930b26b29998a2160e2ae645effba722 0.05 MB 67 20
329,324 329,324 00000000000000000f0cf1051762eda107d3eebebd3387d7d3d5ab410b2412ee 0.18 MB 279 23
329,323 329,323 000000000000000012bbf4eed63917b8a1e37273c8d47dbc3d8093ffe4b629da 0.30 MB 446 23
329,322 329,322 00000000000000000fe420d889dd34b828a1ae5a800c583b195b69b2533ee6d5 0.10 MB 133 15
329,321 329,321 000000000000000013bd287e6a65361f574551199252bc548f341353d414e965 0.26 MB 386 24
329,320 329,320 000000000000000004f914a7d6289e9ea81cab1c80a527e62d9efdb11294ac6f 0.04 MB 90 28
329,319 329,319 00000000000000000e6dc550f21d0a32e9dab7f62a0369d3f3ed3f861d06efb8 0.18 MB 368 30
329,318 329,318 00000000000000000aac81bb50fd4b510233af408e738cf336b10d83a628212e 0.21 MB 373 25
329,317 329,317 000000000000000002bce453afafb980a09ddd2be2b3719769032f0b01f52626 0.64 MB 1,093 25
329,316 329,316 00000000000000001800abe9511aef5ebd4993975dadb99d0e63d6d7f543aec9 0.27 MB 498 26
329,315 329,315 0000000000000000018dab140927ee54c74b470e7ef982f71604c9fd8e4939c6 0.10 MB 266 8
329,314 329,314 000000000000000011d748f92f2156576742f7b71308a8a7dd0e5bb9f53f00a6 0.10 MB 157 21
329,313 329,313 000000000000000004279f4e59fff37e11d32d7c13bd85ee8e8a5f552eacf9a8 0.13 MB 143 16
329,312 329,312 000000000000000001559c301d6f3488b2ccf8e36223dafeece8ed90bd7d5b8d 0.32 MB 555 28
329,311 329,311 000000000000000005ad87fff905151b788076cce22f3f597632a21af05f700f 0.10 MB 131 17
Previous 10 blocks ↓
Total Size: 652.18 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,211.28 GB sent, 72.90 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.