Memory Pool Memory Pool Refreshing

74,806 transactions
29.12 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,815 000000000000000000035cb80000000000000000000000000000000000000000 ago 1.00 vMB 3,624 39
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,814 (654,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
192,661 192,661 000000000000036cabc57ae7d27013360b988c567793b4dacf1bd62c8e9acd38 0.00 MB 10 14
192,660 192,660 00000000000002fa2c6d6ddee77e77132974f9aebfa01508ee8f9ae7765138a1 0.13 MB 365 173
192,659 192,659 000000000000044770f42666225584184aea339efa16e54a77223a82df3474b5 0.05 MB 136 119
192,658 192,658 0000000000000145b6aa9f0bf2afdeb7d1e52b5155759b59f0785de41aebac18 0.00 MB 10 0
192,657 192,657 000000000000033b5ae080bf7a374eb0603c567acd8d5fbd6468653703de4b40 0.18 MB 433 150
192,656 192,656 0000000000000004856e2efc552adf5f87d0bd137a6f7083e7056c0813f42e50 0.01 MB 22 112
192,655 192,655 00000000000008000b46ed40a659c7ea7484202d54e9ad9a1d3287e425b5824d 0.20 MB 495 137
192,654 192,654 00000000000004b38336c2aa6a7cd9446a09dda7bac79915ea94ca944cb0fe0d 0.19 MB 473 138
192,653 192,653 00000000000004d9b8cce1a0fb8e5e1d98a7981c47db7e4239a7b659bf413941 0.00 MB 9 15
192,652 192,652 00000000000004c2f7b105d54fc68b4f6f1625a909f580fea5065f9f4d089426 0.14 MB 386 146
192,651 192,651 00000000000002301197bc82eab34f7ba19b5268e9656431074fbedb588b85d6 0.06 MB 212 139
192,650 192,650 000000000000027805ada4d17c040d472f73d38aa8e0258f971382815eff2515 0.06 MB 149 136
192,649 192,649 000000000000049ef77b97dcd2ff9568fa606791a55b8c25142f4ea556a55d23 0.24 MB 617 154
192,648 192,648 00000000000003f47254e51d1bc492f1175c2eb13c18dd59665fb8349179d67a 0.06 MB 171 127
192,647 192,647 0000000000000267832dfe9f32edc8687a42d40a172969d35425e459f88fabe7 0.01 MB 32 0
192,646 192,646 00000000000004a5e12cbf8cf8b08d847fdf679cd503f6df8548d94b37092a2f 0.02 MB 88 419
192,645 192,645 00000000000006d6198fc9e8cc5ee45e1c9a5a1829fd13cd11f1e868a05ea850 0.01 MB 9 40
192,644 192,644 000000000000074ccc55b1e6542ac93c640b59ae2e06d38030f583d6974c7125 0.02 MB 29 11
192,643 192,643 00000000000000217faf22b388b1ef99593456b6875e2501ff70d7f1e4ded9bc 0.22 MB 635 148
192,642 192,642 0000000000000259e9b898da2ba5acad9ac3bde5e1d540875427ca76f7c15cb7 0.07 MB 153 149
192,641 192,641 0000000000000283d441a15b07ef42bdedbf0320c61772e1df74c3357d0139af 0.10 MB 256 178
Previous 10 blocks ↓
Total Size: 655.70 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,502.02 GB sent, 98.35 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.