Memory Pool Memory Pool Refreshing

35,867 transactions
41.55 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,969 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,582 20
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,968 (73,047 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,921 768,921 0000000000000000000793b8e86047abab78682be3cbd98475bf11a69956a267 1.29 MB 2,021 19
768,920 768,920 000000000000000000073757d8bc65fdb9810b855877513e35eadcc67cc620c5 1.39 MB 1,087 15
768,919 768,919 00000000000000000003cb5e86ebc0cd7ec8201f818a5efd76008adce096ad11 0.00 MB 13 11
768,918 768,918 00000000000000000000dabcdb69785231d275770e23091b6d8ffb6cea1596c5 0.25 MB 396 2
768,917 768,917 00000000000000000006c145f8ee06af6b9925670dc3d98558eae6c3b63fbeee 1.47 MB 3,444 17
768,916 768,916 0000000000000000000448090cec181ad5385a81b0fa00cf23a6d7767fe4923c 0.28 MB 434 13
768,915 768,915 00000000000000000005bfe5369ff87e2b166629e6cc5333991628f1c89e0ac3 0.52 MB 1,288 16
768,914 768,914 00000000000000000001b677b6d15f8b07672df53c2c4aaa0af44a8c89b130a1 0.37 MB 808 14
768,913 768,913 00000000000000000003ce87e4d9df6174bd4ffea819d9d9033120e50c1b29dc 0.04 MB 98 15
768,912 768,912 0000000000000000000027799f71b783c0bed4443a46b74033a5071c5268f811 0.69 MB 1,153 14
768,911 768,911 0000000000000000000716365749e8388f97dab9032026cb9e6038768c66e888 0.40 MB 860 15
768,910 768,910 00000000000000000006b9ebcfd83837f6fa426d8c8ac3fcd9856233e309a54c 1.04 MB 2,402 16
768,909 768,909 000000000000000000025c51bb0634f0c2240273465635e67c6a0f3cee47cd32 0.49 MB 685 15
768,908 768,908 00000000000000000001c63e7388989c5dc0f11c686ff3c3db6b0f508a6f8501 1.04 MB 1,465 6
768,907 768,907 0000000000000000000246e3640d16781da6674965048e728666cd025cd4c130 1.42 MB 2,310 19
768,906 768,906 00000000000000000000c7336df58eabb07c923afb30aae36cbc5a2c95fd4c36 1.64 MB 1,901 14
768,905 768,905 00000000000000000005223e22e7219fb1b9f8985bedec106a861a6fb075018e 1.05 MB 1,766 15
768,904 768,904 0000000000000000000460bf75f04633f6ac97b9e97fe2770be14fdb117a3948 0.37 MB 623 14
768,903 768,903 00000000000000000003a318cd9e641c7f9ea2e73bd86709d4ae92f15db3738f 1.01 MB 1,708 17
768,902 768,902 000000000000000000020ca64ba5bcf98e631375b001cc34e3da75503536945e 0.69 MB 1,247 18
768,901 768,901 000000000000000000046e913e9cfa0cf2c221900c6666e7607c11fa69be023e 1.09 MB 1,892 14
Previous 10 blocks ↓
Total Size: 646.70 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,394.90 GB sent, 39.53 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.