Memory Pool Memory Pool Refreshing

63,368 transactions
34.67 vMB
Show Random Selection Loading Transactions
Max Size: 178/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
845,226 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 3,810 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,225 (237,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,692 607,692 0000000000000000000b0de3c02ced687fc1bf7886c1b27f81f54a8a105730ad 1.25 MB 2,857 11
607,691 607,691 000000000000000000017541b17397c9a143f2387bdaf731c20df231dca57683 1.39 MB 2,517 22
607,690 607,690 0000000000000000000684818b8a797f6cb9dc3a841a72a821d1c91400d974eb 0.80 MB 1,763 16
607,689 607,689 00000000000000000006c9578c9bdbebf2077854d9e1f9dccef75248a074e675 0.34 MB 1,017 13
607,688 607,688 0000000000000000000dcda2185a9e104fed802878215040a41d1e60bf6cfb70 0.82 MB 1,989 5
607,687 607,687 00000000000000000013a46f5de47f76ef32fe8c137c03bc508856873bec2819 1.48 MB 2,090 16
607,686 607,686 00000000000000000010a83cf52d28b2726dbc7d6a70dfd5f1297b40aa3d5a62 1.56 MB 1,477 19
607,685 607,685 0000000000000000000627ae89c57f8656cb6e09f1e89cc7c625aac2b6e1edb0 1.58 MB 1,575 19
607,684 607,684 000000000000000000083586a3d1679a5f07b5fd69130a748eaff0de4e345d36 1.33 MB 622 4
607,683 607,683 0000000000000000000afdbd38d9f95021714efeb54c093a0ae52b5397d9fcb8 1.45 MB 1,431 3
607,682 607,682 00000000000000000014c07d92fc85570e6c6c347600daadcdfd0304489a7f2c 1.41 MB 1,509 17
607,681 607,681 00000000000000000004028560d556142515f8b3728511d8fb25a1e73e234e04 1.58 MB 1,443 23
607,680 607,680 0000000000000000000d784767d5f22758ba810ea845a4ce40f52ec7a6ce2e08 1.30 MB 2,503 12
607,679 607,679 000000000000000000152002ee035c8a37a959e2f9d8bbb45bcd70f8ba3c1231 1.26 MB 2,262 8
607,678 607,678 0000000000000000000168ddcee6e0cff96b2e4101fdd621bc09d5131e6d43b8 1.34 MB 2,400 20
607,677 607,677 00000000000000000008466825e95c4796e909078254793e52294ce16718098d 1.24 MB 2,900 13
607,676 607,676 0000000000000000000de1a197d0fe487160588f8fea34c6c37df3ac27977884 1.36 MB 2,707 26
607,675 607,675 000000000000000000102f056a06bf96e4d0d7ce4320949c9aea7f70a0c2c3cb 1.20 MB 2,397 7
607,674 607,674 0000000000000000000d33c1f3ba3b13181877c118badb23fcdb8ce2fe648007 1.17 MB 2,429 14
607,673 607,673 0000000000000000000c82f8d70749c80d5e1bc61d767c490686377cd2c34c1c 1.16 MB 2,279 13
607,672 607,672 0000000000000000000f330898015fa41ea34d4abcb92c4a77c5b9eaa1c8ac5a 1.25 MB 2,923 20
Previous 10 blocks ↓
Total Size: 652.82 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,287.44 GB sent, 77.36 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.