Memory Pool Memory Pool Refreshing

33,356 transactions
50.03 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,488 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 3,468 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,487 (122,798 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
718,689 718,689 00000000000000000006351f69ab194837c2d1be5908f277c6a1441c0553b2fa 0.00 MB 1 0
718,688 718,688 0000000000000000000932bd010661a7be6de81755aeef759a8662e7810c09fb 1.70 MB 2,560 12
718,687 718,687 00000000000000000008c54e7a63be57f3041407367e66bd14c0733e646f2c75 1.26 MB 1,806 8
718,686 718,686 000000000000000000040b919ee525323997b1fe1af11dd1bad04339234f0a02 0.30 MB 407 6
718,685 718,685 000000000000000000096abb189391f1741753c3cc864219aca47f54a78d6d58 0.83 MB 1,580 2
718,684 718,684 00000000000000000006ee967c280418d04522b6690f4cf25c014adb981056ad 1.71 MB 2,362 6
718,683 718,683 00000000000000000000db6516151eb15c2b4c678af4141772bc9acbf6d83ddd 1.83 MB 1,940 12
718,682 718,682 00000000000000000005f8d8268e23eeafc582e03b1e3b7d6fd7aa1a6d611b25 1.09 MB 1,809 8
718,681 718,681 00000000000000000001188787c37ad08d9c573cc14071ba6c91933a7f63a3b0 1.34 MB 1,519 5
718,680 718,680 00000000000000000000e7b6c5e3be8789b5ff895fcf3d55097f351044135304 0.06 MB 136 8
718,679 718,679 0000000000000000000502d232d7b934cc80855c83c732287fd01bf777d3cf8a 1.07 MB 1,580 4
718,678 718,678 00000000000000000004efb8f9a8247b5c05d199b4157c9655b68789afad1f99 1.95 MB 1,615 7
718,677 718,677 00000000000000000009bef8800cf5afe803c7f7e0173c87d7a5797d92aabb10 0.92 MB 1,773 7
718,676 718,676 0000000000000000000108c48f785012cd4f56793cd00e964473f56042c69719 0.79 MB 1,511 8
718,675 718,675 00000000000000000008f7998529cfe6138f0e1e142bf9a555adc4d2544f784c 0.10 MB 197 6
718,674 718,674 00000000000000000000c31ae375e5cf5547bff28200b9a1076507c5c76f4fa6 0.52 MB 865 7
718,673 718,673 0000000000000000000257027af6c5684b5e01f529949216b9084168daeb30e5 1.26 MB 852 2
718,672 718,672 00000000000000000000230118c89f4e68f64622d59fb904708bcfcfa9b02419 1.46 MB 2,745 8
718,671 718,671 000000000000000000012c0c50130812956f7bacc43079934f05ebdb5468e346 1.14 MB 2,170 9
718,670 718,670 0000000000000000000560dadee3915645a134eaaec35bd5a7b8f4df6f6ce16e 1.37 MB 2,116 4
718,669 718,669 00000000000000000005ee2f15c019de1aa5c0936f2ed45445d85b7e7d0693d7 1.58 MB 2,870 5
Previous 10 blocks ↓
Total Size: 645.80 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,293.55 GB sent, 34.20 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.