Memory Pool Memory Pool Refreshing

30,742 transactions
45.43 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,428 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 2,472 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,427 (411,925 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,502 430,502 0000000000000000023c8c1d3f5f5a7770b8c405295f26a31164c2ff9f6c0671 1.00 MB 2,582 68
430,501 430,501 00000000000000000464920f8e384dc7fc4868bccca197407870474f00e6961d 1.00 MB 1,527 34
430,500 430,500 000000000000000003bb5d1a89129aa6ba8f7ff8b32cdc8dbbfb04898007cbc7 1.00 MB 2,533 80
430,499 430,499 000000000000000002b6809e1e153ada43ca3edfe03a95dc1f5e88bd1c1e9e13 0.00 MB 1 0
430,498 430,498 0000000000000000021ac9e7f31d8b24aa7e4e5dbc190b1639a3f2245564f082 1.00 MB 2,581 57
430,497 430,497 0000000000000000021ebbd5ccc8eaae6773a9cfbf6f16c272107936a390bcb3 1.00 MB 2,870 88
430,496 430,496 000000000000000002c124f8ab570a44c15db3a8d8b87e7d8f89cf5a4585dbaf 0.28 MB 708 65
430,495 430,495 0000000000000000019caadd9ba2d123745ad40ade0dabf6be059c0aa6c0bb32 0.70 MB 1,066 46
430,494 430,494 0000000000000000007a167f80de0098a16aa766fb5711201238a75001ebc0da 1.00 MB 2,260 66
430,493 430,493 0000000000000000046025131d00f3e0d107c359481dce3491caccc32812290c 0.88 MB 1,710 56
430,492 430,492 0000000000000000030cf498a01b0e427c7dfdd74bbbdc94ccdf9be0d9db92a2 0.25 MB 151 18
430,491 430,491 000000000000000003507dbb0978a8a48fa31261397cb3f071ce0b803caa69f6 1.00 MB 519 16
430,490 430,490 000000000000000003c9c4fa0aa233c4434eff462aa4104982fb109a4e58bce0 1.00 MB 1,985 51
430,489 430,489 00000000000000000221cf003cce03aaf15b74df541a08bf956de959bab348e4 1.00 MB 2,593 74
430,488 430,488 00000000000000000245c5e9050e2c95ba16e80c91af01c333ff5bf4b75fe0a1 0.70 MB 1,498 60
430,487 430,487 0000000000000000032198a1af8a6061ecc97ff9a156a4fbcf2a0c5c15fa1579 1.00 MB 1,195 33
430,486 430,486 0000000000000000040ef1ab3b44e1d75ab333d1b79e2056df1a8709eeabfe40 1.00 MB 1,131 60
430,485 430,485 0000000000000000016dfcd1146adc4ff93ab3a2eef41128c6120e42bee4c46c 1.00 MB 940 70
430,484 430,484 00000000000000000338a68a2bf34460d527e037bc8d6842f3a7625d7ea818a8 0.99 MB 1,536 39
430,483 430,483 00000000000000000486c48013540c3870398981a321fe16863167f2e7e36fe6 1.00 MB 1,150 32
430,482 430,482 00000000000000000197a96417cd3c5891f84c9f04ea8c78912dc95f9c04601b 0.48 MB 756 28
Previous 10 blocks ↓
Total Size: 647.53 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,498.31 GB sent, 46.19 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.