Memory Pool Memory Pool Refreshing

33,936 transactions
45.89 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,018 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,412 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,017 (560,164 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
281,853 281,853 000000000000000132c5a41ebc590d8f0037eea43f24d869f228d9282a18c898 0.11 MB 226 47
281,852 281,852 0000000000000002536f7f6550ca41df212758ccc4b3ba1a330bce74bacbad7e 0.25 MB 542 41
281,851 281,851 0000000000000001474eb3842a5ade69863e1f5d2a21d1019a6e52827d2c38a8 0.06 MB 151 51
281,850 281,850 0000000000000000da1040e07622c3e1aa020d57747d049ca6fa667a17c977e3 0.07 MB 170 62
281,849 281,849 000000000000000105d2a39a1fb80def15d5b15bd4ed43ce3b630d2bb3318c83 0.14 MB 306 53
281,848 281,848 0000000000000000f76b0a5ff790daf03202244c97a961d42f4134985a5c606c 0.01 MB 36 29
281,847 281,847 0000000000000000f56b6ae89fffcaf23ae0b1bba5087a1a769846c4079c77b3 0.09 MB 237 45
281,846 281,846 0000000000000000dff822429807c16ed1fbbfe476005acd7cc62ad17b8c7d60 0.17 MB 192 22
281,845 281,845 00000000000000020100e09e7211273c13f16bfe05992eedfe4ce78bada6ce2b 0.25 MB 703 60
281,844 281,844 00000000000000011047e3f6ae82af062f83c119b5628bef72800a489a151494 0.10 MB 63 11
281,843 281,843 000000000000000217b11377fd0ad8c615a1073dd4ca91a6e855572ecef593cd 0.25 MB 668 57
281,842 281,842 0000000000000000d02c13acd52b5089fd461e8a8905a549c061dc0ed8f72624 0.05 MB 67 44
281,841 281,841 0000000000000001471ad3df12d2f6bde29910bf092481a3e6398d8c05213eba 0.03 MB 65 47
281,840 281,840 0000000000000001e37f60790eaa348633d91ea9411f9a79b66f836893dc24f0 0.08 MB 150 32
281,839 281,839 00000000000000009c45e798d4eab8b4e6589082559e753ec99a9f0ed140e91b 0.03 MB 69 44
281,838 281,838 000000000000000002290f7ab0f0c3f7a5ac36a063ac3dc83b0f7b871c316c01 0.09 MB 215 47
281,837 281,837 00000000000000002cfd3adaf22f9c285438184aa47285e35910b019cbc5c8ac 0.15 MB 350 40
281,836 281,836 000000000000000041fa5cdd13f45874864cd1784704df38b88b1dc01d355e1e 0.00 MB 1 0
281,835 281,835 0000000000000001d3fc6b7b18675a9139d95185b56befeed633499ac391d2cb 0.10 MB 192 38
281,834 281,834 0000000000000000722198d5e7faec19e2af5f22fb34ae6e1b357b4f83560a16 0.05 MB 44 18
281,833 281,833 0000000000000001263e301e714c54eec27a53934b4bb0609433f4258a3406d4 0.25 MB 547 89
Previous 10 blocks ↓
Total Size: 646.79 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: 8,405.60 GB sent, 40.10 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.