Memory Pool Memory Pool Refreshing

38,980 transactions
38.11 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,388 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,093 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,387 (169,049 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,338 673,338 0000000000000000000ac903702b548ea556300d200d1eb7aa55237db996e3fc 1.43 MB 1,401 42
673,337 673,337 0000000000000000000286b6f99b9498dfc500b0e780926d35aeea6eeea6423a 1.36 MB 2,024 44
673,336 673,336 00000000000000000009c42fe8e63485918b91741dd88ce53be2dc574a5d6cc0 1.55 MB 1,825 79
673,335 673,335 00000000000000000005d87030a5708deb805255f68363b07f843f9d20bd8941 1.58 MB 1,155 58
673,334 673,334 00000000000000000000a2040360610a023649537f448c1a5c592abb9c8fa5cd 1.25 MB 2,270 70
673,333 673,333 0000000000000000000345c160ba1deb2ca2732bd9d641add6a3b2d3efbdd220 1.64 MB 1,608 75
673,332 673,332 0000000000000000000802a9fcce26d06aa609d2fd8efd71c4edc3ee4659b6e7 1.24 MB 2,464 49
673,331 673,331 00000000000000000009f42bbf12f09960e393145a09f62f85510930b745832c 1.18 MB 1,313 109
673,330 673,330 0000000000000000000af89bea9362b30f09e888f71576b50f36023f195fa8fe 1.18 MB 1,624 79
673,329 673,329 0000000000000000000ba77e9d602333d9a111e7aa4c57b675e2a944b2f71574 1.36 MB 3,024 76
673,328 673,328 00000000000000000004d12e1dfdff0fa019b346f448c51250c6e5222349a926 1.20 MB 2,569 58
673,327 673,327 00000000000000000007850480a7906bf47b2aa00f96ea510477b9de8e926034 1.28 MB 2,996 82
673,326 673,326 00000000000000000004fa16e4d442b109f148423b70bd02b440410f1ab400c2 1.32 MB 2,196 86
673,325 673,325 00000000000000000008531d01a5b70f2b8ce1987c065962bb62993dcd3a2a62 1.29 MB 3,237 60
673,324 673,324 00000000000000000009005f4893d79bf902accb33a3b7fb5bdff49f95f250e8 1.56 MB 2,360 108
673,323 673,323 000000000000000000077e97097bb55e7affd5ab77bee1efddd6194531e80678 1.26 MB 3,205 85
673,322 673,322 00000000000000000007c28389bb754ed1e9a5b79b1a8104279349f7be67a423 1.18 MB 2,675 93
673,321 673,321 0000000000000000000b5f81b22559fb95092ad4c79a20f67c65634dd500ffb4 1.46 MB 2,603 112
673,320 673,320 00000000000000000001020b4f9f6abd77c1546c5c6b6ee4996927fd189d62a7 1.36 MB 2,059 109
673,319 673,319 0000000000000000000bec41b104a5b9a48eb72a228b9463f1d5e880b00bee4b 1.42 MB 1,171 102
673,318 673,318 00000000000000000004753b34d7313d75a2f988b0a3ef7b5e2931c35a7b63fb 1.27 MB 2,134 104
Previous 10 blocks ↓
Total Size: 647.45 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,489.18 GB sent, 45.78 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.