Memory Pool Memory Pool Refreshing

50,983 transactions
34.00 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,113 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,991 31
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,112 (185,198 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
656,914 656,914 00000000000000000003eb0886ac8b10ca347d0ea14955f826e6f3212d528192 1.30 MB 2,483 30
656,913 656,913 0000000000000000000dffc87b04eef726f72176a4dde6d69c1355cd94c63056 1.48 MB 2,458 65
656,912 656,912 0000000000000000000aa4f16a17d5f15bcd57a0c97995e1ca2a663591ebce3a 1.28 MB 2,374 53
656,911 656,911 00000000000000000005f3f6845794ab81de90cb51a91522ad16dce4a5894ebe 1.36 MB 2,673 72
656,910 656,910 00000000000000000009b830bfd469617faeca1b4283b8d5135c4856f7d8b1df 1.35 MB 2,745 141
656,909 656,909 000000000000000000010a054fb0f5b253efab7bcf1d24dc17223ba71d1f6cf8 1.34 MB 2,512 54
656,908 656,908 0000000000000000000447d9db4fd6b05db1f0197b50e169c4f511e96bed95f7 1.37 MB 2,751 54
656,907 656,907 0000000000000000000e0b03a8ba57e8d84b40a465b3a8d22a2049cc3ca7152b 1.29 MB 2,850 27
656,906 656,906 0000000000000000000fc393ccfb6f06b444ecdeed889ec51de34aef1d5d46e3 1.35 MB 2,715 73
656,905 656,905 000000000000000000107c875e8a0add5c2641429a0e1ad50b95af501916bb57 1.15 MB 2,293 19
656,904 656,904 000000000000000000053b5439629836df8ed1e2b3a90038f90ab9c6fc79a921 1.31 MB 1,477 10
656,903 656,903 0000000000000000001063a6f95883d86309d0ed938c955af0620b971c10105f 1.35 MB 1,702 81
656,902 656,902 0000000000000000000c98ddb1145fbc9681f47f590ad15af3413533ab6d6221 1.38 MB 1,440 25
656,901 656,901 00000000000000000007f9967ff1446e05aa66b56f58503a42b81ac10fd5555d 1.27 MB 2,922 89
656,900 656,900 0000000000000000000ade5918aa3b331ffc6e642b9b69a12852471545962005 1.53 MB 1,912 34
656,899 656,899 0000000000000000000c52ecd4261c213c71d1045ef1d7f4829ecc405ebc85cc 1.51 MB 1,828 21
656,898 656,898 00000000000000000003c460482c307508fb0e7d44077d00a6265a24d4ff3e99 1.42 MB 1,599 56
656,897 656,897 00000000000000000001baa94fe081fc7fe53292970c3c2205a2891b2e54aa48 1.61 MB 1,614 12
656,896 656,896 000000000000000000051e354fa7106b612b8a37390e67d2d5942200ac9ab905 1.45 MB 2,233 36
656,895 656,895 0000000000000000000f07d98cc2ca973d17e83d506d8b808a6dad5fc3653df8 1.34 MB 2,311 16
656,894 656,894 0000000000000000000d261d9c7df3ba245eca51e3ffbe9b023c5d3aff822d7f 1.31 MB 2,041 65
Previous 10 blocks ↓
Total Size: 646.96 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 8,439.34 GB sent, 41.82 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.