Memory Pool Memory Pool Refreshing

47,842 transactions
33.39 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,110 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,406 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,109 (294,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,637 547,637 0000000000000000000c8df611068cab6b712a02a9a90195f1ac2d24199e1b84 0.59 MB 1,188 11
547,636 547,636 0000000000000000001d2bdf99fd15297841b267a0b60ef8e66b2271e03c4589 0.86 MB 1,378 7
547,635 547,635 000000000000000000227c9616ce50b3b8b0bd30102876b86e17392adb0a3fe0 1.15 MB 2,839 22
547,634 547,634 0000000000000000000533609cab100c409c5eaca1da0223887cf798350da196 0.51 MB 842 7
547,633 547,633 00000000000000000003eb1597e197caba3c21a206e7f1df7cff523cd1086459 0.04 MB 111 17
547,632 547,632 00000000000000000009714f22ec1be1485f60161f3efa3a0aa9bfe885896d13 0.24 MB 489 8
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
Previous 10 blocks ↓
Total Size: 646.95 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,439.00 GB sent, 41.75 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.