Memory Pool Memory Pool Refreshing

40,651 transactions
45.70 vMB
Show Random Selection Loading Transactions
Max Size: 177/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,313 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,431 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,312 (488,841 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
353,471 353,471 00000000000000000ffd0d82302d4225aaa0ccfa29dc329f9e966b8fc83cbea5 0.47 MB 949 30
353,470 353,470 00000000000000000c21d6ae3fd80f8f182901945d04960d00e5c854943149ac 0.24 MB 462 23
353,469 353,469 0000000000000000015e1c1904957c6e70fd6e1954332230e07bd4fd711874f6 0.06 MB 70 6
353,468 353,468 000000000000000006c1090ca1ad63c68276efb97020e1b995c0f0a69ee3dfc8 0.08 MB 161 13
353,467 353,467 00000000000000000c649fed5afa2ed727e418f7b9a827cdd483785b1ab62677 0.41 MB 736 26
353,466 353,466 00000000000000000611e9715544f2d5577a19148d875291431bb67149c2788c 0.56 MB 1,000 26
353,465 353,465 00000000000000000d6db16f25bcf911c506b50fd3f873815d96994e8538cab8 0.39 MB 790 26
353,464 353,464 000000000000000003bd8d4a7a8ef4a2d5e868669ce38987b7c471769ae338e9 0.06 MB 78 4
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
Previous 10 blocks ↓
Total Size: 647.31 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,475.04 GB sent, 44.72 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.