Memory Pool Memory Pool Refreshing

76,083 transactions
32.47 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,893 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,986 29
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,892 (74,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,449 768,449 0000000000000000000149d1be615956c30dab0cd90aa3432c7518023cfd6e97 1.75 MB 1,478 6
768,448 768,448 00000000000000000001c537a2412f75eef9adaf93eba9463696f73c1a12d939 0.44 MB 778 13
768,447 768,447 00000000000000000002b5b5be6c1f60f5c0d8cfc69e393695f41b000380b9c8 0.19 MB 278 11
768,446 768,446 000000000000000000004487fdc9771e190fbc238e219c187bf5e3989eba969c 1.47 MB 1,576 5
768,445 768,445 000000000000000000076305039074569be30a2933f3888fbb342ca6fcb0695d 1.38 MB 2,236 10
768,444 768,444 00000000000000000001fed3c472f0bd4ba830bc4094a6f786bf1e85efd4bedc 1.32 MB 2,040 24
768,443 768,443 0000000000000000000097ad79303f0e91771b2c9589402a2f24a4c552b88684 0.00 MB 1 0
768,442 768,442 00000000000000000006a66ef9734e2426846d39def3d7742ef8e755c1e2db51 0.37 MB 728 12
768,441 768,441 000000000000000000016166d289dc13896ec3281cbbd0bfda50bc9aa86d17e8 1.13 MB 1,768 13
768,440 768,440 00000000000000000002e9e598bbf0c5efa412d609955b9acdfaaf1552aa46a8 0.20 MB 342 11
768,439 768,439 00000000000000000001133ee7895ef80d6e4b687fdfec39da0d5422007126fe 0.30 MB 606 15
768,438 768,438 0000000000000000000469c02700b1d5c46ba6c881f61efc0223716291b0a3ee 1.12 MB 2,029 12
768,437 768,437 00000000000000000001694ac832ad4a1290704c6d124eb99d1d4c532473f560 1.51 MB 1,542 2
768,436 768,436 000000000000000000060226e64be071f1cdc90602cf962d1adc137867f72b2a 1.54 MB 2,756 12
768,435 768,435 00000000000000000003aaac7b6c73682375bf2715c5e4460afce40105d2999d 1.60 MB 2,357 5
768,434 768,434 000000000000000000069a76547ee19d7a7dbab06ad5b531ed935681ff39e825 1.39 MB 2,481 20
768,433 768,433 0000000000000000000372fb7218a55c30b0213782f8e8629f56599ad4ece84e 1.51 MB 2,756 11
768,432 768,432 000000000000000000044b47e3fddb7d55f10b1a99943c9b8692076a679ac726 1.49 MB 1,353 21
768,431 768,431 0000000000000000000735c1d942c219d7a07cfe66f416dd42cd7225bda72f19 1.26 MB 1,946 18
768,430 768,430 00000000000000000001f9dcea492bc2b710406d3234dead3912a41b14dc598e 1.50 MB 3,090 23
768,429 768,429 00000000000000000001d9f32ed18bc138c6d8a4d042228f378af95e5be2d304 1.31 MB 2,473 26
Previous 10 blocks ↓
Total Size: 648.44 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,658.88 GB sent, 52.04 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.