Memory Pool Memory Pool Refreshing

46,488 transactions
34.83 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,140 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 4,408 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,139 (294,495 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
547,644 547,644 00000000000000000025ada3456caddbbefdf9b9adf5bad67d02f4feebe96649 0.56 MB 1,132 16
547,643 547,643 00000000000000000011847070b2baaa5013a5bb34406285c7ea2e884a952fcc 0.40 MB 817 57
547,642 547,642 000000000000000000035f0a65b9d202f730589b8899a5ceb1aaf40b56f37a86 0.85 MB 959 5
547,641 547,641 00000000000000000018f143230d0c65ad6d5f1d580788c547976f77e732cff3 1.11 MB 3,042 3
547,640 547,640 00000000000000000004ac6e9c6bb6d3dd9099d9ea55bc431199b1de989b73da 1.18 MB 2,643 26
547,639 547,639 0000000000000000001fc3d936507eb4f68eb3e65b48f8551ecb37d2f5220916 0.14 MB 260 10
547,638 547,638 0000000000000000000c065653fa26e700cc2bc8905c3a583f68858ebdcebd2a 0.93 MB 1,799 10
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
Previous 10 blocks ↓
Total Size: 647.00 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,443.96 GB sent, 42.22 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.