Memory Pool Memory Pool Refreshing

55,663 transactions
34.36 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,105 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,911 28
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,104 (228,298 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
613,806 613,806 0000000000000000000a37f96b1e51373999ffcfebf1346ef87189e1b313fe12 0.33 MB 952 13
613,805 613,805 00000000000000000000ed32cf5182099edd38f3206bd25df9449010d932d3df 0.37 MB 520 19
613,804 613,804 0000000000000000000e8734e9343b8f624ac33a93897cc60e48bf97ac0e9b8f 0.02 MB 46 19
613,803 613,803 0000000000000000000441a3aead9656e2c5ff9ded0605f12b896d37b2c3bce5 0.04 MB 130 12
613,802 613,802 00000000000000000005474bc84f91a99bd2fe96090afa34b27affe58ff913df 0.89 MB 1,953 11
613,801 613,801 0000000000000000000384c1c2a6f15fae813c8a19054241e5c9bc107fb55b83 0.22 MB 528 15
613,800 613,800 0000000000000000001173c5697772047eee46039f50d9d0940ed87a694c7ec3 0.10 MB 294 17
613,799 613,799 0000000000000000000f40a2d895cd9add74590a56812646619cacce7468be18 0.89 MB 2,041 13
613,798 613,798 00000000000000000002373a8532cd64c075924c2404c77d93f3a5d64b2f32bb 0.50 MB 1,151 19
613,797 613,797 00000000000000000009e356cf79c7a4ad22546cee65894369ea5ae98262ddab 0.63 MB 1,608 2
613,796 613,796 0000000000000000000a6719dc5e3041903b631bf65f07084991115a31eb1d37 1.27 MB 2,831 20
613,795 613,795 00000000000000000004ee37b139bc3a6692412e2661540e272bf3cbecff71d0 0.18 MB 468 11
613,794 613,794 00000000000000000009b671c587fc1a5fdf173a3779582edec5a3db5acd61e9 0.31 MB 447 13
613,793 613,793 00000000000000000003c64909d348b30ddfdf6086ac8d519ba8cc39c99d28aa 0.39 MB 475 12
613,792 613,792 0000000000000000000b3369d0083aece98dd530d7eda8351a3e2c69d5dc01ec 0.17 MB 472 20
613,791 613,791 00000000000000000012750454d530243363b975d54c56debde289e3d84ea735 0.06 MB 162 17
613,790 613,790 00000000000000000012b6ddfbbd0cd8b23838ac8925104c69c4d00637a44cfb 0.74 MB 1,721 5
613,789 613,789 0000000000000000000d2532884a24a223ebc6a8d362c9f59505893f6b016e13 1.28 MB 3,017 22
613,788 613,788 00000000000000000007b8eaea3bbe8c2d1e15be61b354c802939cfc3403ba5e 0.30 MB 698 13
613,787 613,787 00000000000000000012721ad871556fbdd58518f2bf80a01ad52132486a909c 0.78 MB 1,076 14
613,786 613,786 0000000000000000000a731f835fc76fe88f2da495d40579a76e78a9311dd0f0 1.21 MB 2,859 12
Previous 10 blocks ↓
Total Size: 646.94 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 8,438.63 GB sent, 41.67 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.