Memory Pool Memory Pool Refreshing

43,862 transactions
52.56 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,361 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,836 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,360 (488,897 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,463 353,463 000000000000000016c351372c53d9720b224732edc1b0efe3d286894f368df4 0.48 MB 957 24
353,462 353,462 00000000000000000a8099d36051e653bed7d2f3c82a5220310001298b4646a5 0.32 MB 824 20
353,461 353,461 000000000000000016f50bd97ffab6efbef30861f9cc45094b0d1d3a6bde115f 0.49 MB 912 25
353,460 353,460 00000000000000000627d0f3ec5240119b65a9bba8ead9c07ea0de0f736b72ab 0.56 MB 1,032 31
353,459 353,459 0000000000000000028a9785e3f3dcefd88f9405b95c5becc0b57282f204dbc6 0.18 MB 301 24
353,458 353,458 0000000000000000076f4b7fd64aadcef86c6fba332f71a1f5865b296edeabeb 0.28 MB 554 24
353,457 353,457 0000000000000000121cca09d83c72d50d47d0d14e0f54a19708904e6da90065 0.26 MB 306 13
353,456 353,456 000000000000000009a3e433d7fb4b926c453f6f31a770731b55f733f1694a50 0.49 MB 1,138 32
353,455 353,455 0000000000000000048624e32445270924ab3410110d29f7b4e64db3ca0306b1 0.14 MB 288 23
353,454 353,454 00000000000000000895f60353a27240389a8caf6a35c22d6cf3ff78bbf80fca 0.02 MB 17 13
353,453 353,453 000000000000000004d08b90ad76d0c6d665960ded65e3c8ef8abdf3b42a41d2 0.75 MB 1,478 26
353,452 353,452 000000000000000014da2e20563c1e167a694381da190ce12b462c6762ba2d3d 0.68 MB 1,315 22
353,451 353,451 00000000000000000a8cb67d429f03f415a39d6006eb8632f5f6760455ffafea 0.11 MB 137 11
353,450 353,450 000000000000000006c211f45dac80b3673f012dfb3ba268ffadbcede5f9ba72 0.66 MB 1,275 24
353,449 353,449 000000000000000016948dc85e4f373f0ccf195d11d75c7520ba4aef5ca2af6e 0.55 MB 536 8
353,448 353,448 00000000000000000938bb6c06a81c7f16afcf6a4239524f231dd9f187d5e34f 0.75 MB 441 14
353,447 353,447 00000000000000000a5dd76e4839a40c56fe2a70d2ae10888b64df0578ca4156 0.75 MB 783 18
353,446 353,446 00000000000000000ae8e53011c4bbc8cd058f0eb933e6d7a71428549984048d 0.90 MB 1,937 29
353,445 353,445 000000000000000009d6100721b69065273039ee9252b192c7e2d7562f2320fe 1.00 MB 2,658 36
353,444 353,444 00000000000000001139dfb0368629ab5438eaa0c39e3a43d715a125f89471ea 0.25 MB 534 26
353,443 353,443 000000000000000010f800a1c01703fd6aa0cc7fba8d8f816dc326e22c1b754e 0.38 MB 679 26
Previous 10 blocks ↓
Total Size: 647.40 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,483.32 GB sent, 45.45 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.