Memory Pool Memory Pool Refreshing

89,982 transactions
37.90 vMB
Show Random Selection Loading Transactions
Max Size: 190/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
847,902 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,484 42
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 847,901 (320,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,498 527,498 00000000000000000037c13d248987ae0e8a834d63db94d8c81ac87b3f858643 1.05 MB 2,504 5
527,497 527,497 000000000000000000243468eace0d0b31c5139873dd1a89f45450afe6c4eeda 1.05 MB 3,008 6
527,496 527,496 00000000000000000016fe82d2f05c3a330a232e5d5f32ddbeac12ad40733a1f 1.16 MB 2,120 16
527,495 527,495 00000000000000000029fb13ca73f305f80ec94511fbf968a5c8c660d2c4a0da 1.38 MB 2,360 20
527,494 527,494 00000000000000000023e2ca02190193e63e4ef1d1791e1f723d7802aef6785e 1.15 MB 2,271 45
527,493 527,493 00000000000000000023768c0707cbd1ee3beea00d0bcddbff316f11a0dc9a15 1.16 MB 2,453 50
527,492 527,492 0000000000000000002730ab0c565d5592ac95fe7637d04cd4519a6696b9874d 1.23 MB 2,788 35
527,491 527,491 0000000000000000001ca9f3e742523cadd2af569c802b6addb8c674afdf267c 1.11 MB 2,697 18
527,490 527,490 00000000000000000020b8e8f4fe37fc440907b1deb0308dbc37713eb4a9b1ff 1.19 MB 2,935 30
527,489 527,489 00000000000000000023ef33c5ce6696f34e5f64819435734fd6455985fdf076 1.18 MB 2,331 14
527,488 527,488 0000000000000000001e47b1d0991d8f3fbb048e090d9d59f22a4c1712dcd73d 1.24 MB 2,990 33
527,487 527,487 000000000000000000349882009cc15d0fd2d6251957c22c8eba4537a11981dc 1.17 MB 2,130 12
527,486 527,486 000000000000000000289f7fd5839293d838180d37ac90c04e449baae167be0a 1.28 MB 3,190 36
527,485 527,485 00000000000000000000cfb4edc12827370b0bbaf1f13fc832f69b2bf5a1fea1 1.33 MB 3,077 28
527,484 527,484 00000000000000000020dc26c8c407cf17b6a97827f221b9e8bdb69ed7c3e304 1.21 MB 2,593 44
527,483 527,483 00000000000000000001df94d2e53a8a6ddeecf3de30954495c2f892154f1db2 1.21 MB 2,311 46
527,482 527,482 0000000000000000000b62e22aa63f189ee297a2e9cbf50ccef5f7df084758ab 1.47 MB 2,150 19
527,481 527,481 0000000000000000002d6adba71422bbc6217d9bf9c7d7514bfe8b801696c8ba 1.18 MB 2,809 37
527,480 527,480 0000000000000000000170d8aae395b7a2270b05d3296e51e04c7a53cd6f85c4 1.14 MB 2,395 54
527,479 527,479 00000000000000000034b8115d651ace734123d57a1965802677b6f53acb1515 0.29 MB 480 16
527,478 527,478 0000000000000000000698134a9d30eba1140cc13886c5df3e131571b6703d61 0.23 MB 473 43
Previous 10 blocks ↓
Total Size: 657.61 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 56 incoming
  • Data Transfer: 90.47 GB sent, 0.48 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.