Memory Pool Memory Pool Refreshing

50,337 transactions
46.63 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,802 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,057 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,801 (294,170 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,631 547,631 0000000000000000000d7dbc0d094084e02ef265f903c3749a545cb00a50b1e4 0.98 MB 1,603 7
547,630 547,630 00000000000000000001f3d6b07d4a3e2bcc325584a3cea74c69f0fa5bf4b25c 0.02 MB 75 6
547,629 547,629 0000000000000000001c8337ddaa586b3dbac24911f6d0353738eba87a26dd7f 0.26 MB 415 8
547,628 547,628 0000000000000000001d355650a20e0f290be1c16b6e777c22eb727d97304a55 0.86 MB 1,435 24
547,627 547,627 000000000000000000132213fe22ec17f4fa81d766ef1f8bfe978463c5bfb73d 0.42 MB 709 13
547,626 547,626 00000000000000000018b3ad1baec32bd30cc3bf0827da9ac58df963c8d33d6c 1.10 MB 1,766 4
547,625 547,625 0000000000000000000da3180977793d2f7cb3cba41690f04a355198065c6fba 1.16 MB 3,099 6
547,624 547,624 00000000000000000003df92915529b34a02be5d85f9334c41bba4bbf8c3f63e 1.37 MB 2,677 21
547,623 547,623 000000000000000000156c7b4e6d8f8d4307403031ebf6d00c16f2c3465b3a0b 0.18 MB 483 30
547,622 547,622 0000000000000000001592f0ad3ea29db13c8561560169897fbb2de393e0f836 0.85 MB 1,209 4
547,621 547,621 00000000000000000015813120758970fa3c6a6b2881cc07d2ccf50231aee49b 1.16 MB 2,803 13
547,620 547,620 00000000000000000017bce7d8447fc926df48c2e2628323c56d2895c67a22da 0.18 MB 320 5
547,619 547,619 0000000000000000000841ea63a8624f129320adfa67a8dd1394d3b3314e5675 0.52 MB 971 8
547,618 547,618 0000000000000000001ca5eb9bcad5e481ee0c135d6a5917686e2b2a733206da 1.14 MB 2,385 18
547,617 547,617 00000000000000000002c0be347830e19923d9638a044fa585a00835fe29d534 1.00 MB 1,283 4
547,616 547,616 0000000000000000001842ac8c7f5b58d254ea7ac6d143e175ba9d3be915c556 0.12 MB 175 20
547,615 547,615 00000000000000000006690838da9f698fd5117f42e260e1e694c7a9624ca4f9 1.07 MB 1,970 8
547,614 547,614 0000000000000000000d03319ac4abfdbb49db8e4dea3ba1ee80ed455aa55c8b 1.24 MB 3,487 18
547,613 547,613 0000000000000000002223e941c87d12d6f16121534e269cc9c648de42f21ca5 0.46 MB 559 12
547,612 547,612 00000000000000000019b873a851bbc330df19d59c9be8735dd2904c77621edf 1.18 MB 2,627 12
547,611 547,611 00000000000000000004d40a3f6edaf6ec54f3109c1df891b09b957a4218b747 1.15 MB 2,249 10
Previous 10 blocks ↓
Total Size: 646.39 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,344.63 GB sent, 37.50 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.