Memory Pool Memory Pool Refreshing

88,081 transactions
36.79 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
845,353 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 6,573 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 845,352 (324,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
520,808 520,808 00000000000000000015764438bd66bc5d91fb37a022c794464f280221ed5456 0.60 MB 1,011 40
520,807 520,807 0000000000000000003169d3297051de41502f769f2c36f6abffa7db8985ba77 0.07 MB 106 30
520,806 520,806 00000000000000000034dc44417b37d5b1562df59a9b290ef3a4f5b41c6d5469 0.01 MB 21 40
520,805 520,805 0000000000000000001446744245722559c1d474cea9191e153d198c66d20ea4 0.01 MB 26 18
520,804 520,804 0000000000000000002dd37b33c414b829918ed2ef710965952069212b0e3449 0.48 MB 883 33
520,803 520,803 0000000000000000001cf78d4ac2f3a1a49ecce4e28eeb46f06e81656b2d845f 0.02 MB 43 50
520,802 520,802 0000000000000000002c8143b6fc150f691250f6605010190aa041f294f1bd0a 0.34 MB 745 28
520,801 520,801 0000000000000000000465cdc586bf41bf722c7d59f7a08b1035ce67ba89e8f3 0.15 MB 316 51
520,800 520,800 0000000000000000003fc49848ff95461c6913837b7510a107bf003fd98428f9 0.35 MB 870 39
520,799 520,799 0000000000000000000164a85d26cbeb4ebc1b7814a2c2f5147700e74723ef60 0.78 MB 1,672 24
520,798 520,798 0000000000000000000913bba2da522e62a945ff42b289e9d5bf6d02435c90b2 1.17 MB 3,038 42
520,797 520,797 000000000000000000333d902d85adfd2fd1573a62b35856946030718932474a 0.10 MB 173 62
520,796 520,796 000000000000000000455c5c724fba36e370d0003d2d7781244920bb82960a44 0.25 MB 491 25
520,795 520,795 00000000000000000011f59105026395b2d6b86999f0ce3ec18635373f46ee7b 0.01 MB 37 20
520,794 520,794 0000000000000000000cc378066cc313c35fcde3a82d23cc40d748a8fb285a70 0.91 MB 1,827 8
520,793 520,793 000000000000000000216f69495bf8758e287de6a0e25296087fcaf092b0e268 1.19 MB 2,764 43
520,792 520,792 000000000000000000437f12a94b853b00eead8f1948378257c8d71148f2bb0e 1.14 MB 2,716 38
520,791 520,791 00000000000000000023e3a971668d2bbcc4e5dd69812831ea84ecd266d76a1d 0.20 MB 400 36
520,790 520,790 00000000000000000009edc952f0c299be4889a1e96a171674efaeb827bc512d 0.24 MB 611 38
520,789 520,789 00000000000000000035c7a5c8283cc3b779b6044f9daf677f9a3409b4f93a5e 0.11 MB 222 4
520,788 520,788 0000000000000000003755a2d4a709541d493af9641f10bb1072e21d35d25672 1.18 MB 2,579 39
Previous 10 blocks ↓
Total Size: 653.06 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: 9,296.19 GB sent, 79.11 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.