Memory Pool Memory Pool Refreshing

26,292 transactions
43.17 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,999 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 6,055 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,998 (513,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,901 328,901 00000000000000000e9355d21144057602096c91078634aa3aeec0ec6260e964 0.27 MB 449 24
328,900 328,900 00000000000000001881feb2d9e9cc3fbb2206b5254ae9b76041ea9624197976 0.06 MB 96 20
328,899 328,899 00000000000000000173e0861e32fa3c2de78af04105a9c707f1dfffdf60a60a 0.46 MB 800 28
328,898 328,898 0000000000000000138ce5c177e5ccb68c4301035945734d7564323345fdd8ca 0.15 MB 274 22
328,897 328,897 00000000000000001a677896b4e372e7af43b35316c420934d1673bbd9a4efa5 0.27 MB 226 9
328,896 328,896 000000000000000016b486a83b02123bfacb1c0676bb2f08844784959f1a7542 0.23 MB 473 31
328,895 328,895 00000000000000001433462bab6045a9f8d2b6c3ddf0d48ba1b650aa25519669 0.16 MB 199 18
328,894 328,894 00000000000000001112bdebba9752ec841aeee798a114d67676946ac9358b20 0.22 MB 355 27
328,893 328,893 000000000000000004e1d35a10ddaa60aa60ed27fdd77d0998a6d5c3137158d7 0.72 MB 1,183 28
328,892 328,892 000000000000000012a96d4be6a764fdb93d682db84833e5f293501d94c4d617 0.64 MB 135 11
328,891 328,891 0000000000000000022ff15352ec3e671b951463aa7e14cb8d702ad69a2e02d4 0.50 MB 658 25
328,890 328,890 00000000000000000c8e25e9dbbd03640d89e58b6df0148059d3293d491c09bc 0.50 MB 1,132 35
328,889 328,889 00000000000000000bd9c454a890059f3059c284f3b697af2b9f5a4f85d7a526 0.11 MB 237 38
328,888 328,888 00000000000000001866837f811dc7d04a97c16e491bc4f77d6e317b5f2b808f 0.13 MB 95 13
328,887 328,887 0000000000000000137cbc7cd9bc93a1c4544e725e570dd036c87dc4e52499c8 0.25 MB 573 38
328,886 328,886 00000000000000000a19d786a784a6c3b5edf2c88db04a8c0123f197f24a857a 0.11 MB 256 30
328,885 328,885 00000000000000001b43ff25e7ccb34927bb7380ad5046f6dbad04ec5644de05 0.19 MB 322 25
328,884 328,884 000000000000000017324a69392b8124c88a68ee699dee1e1947086bcac837de 0.47 MB 631 20
328,883 328,883 00000000000000001b6bc0a7b4667139ac491b4e779cddd0b7e798412f258721 0.08 MB 256 53
328,882 328,882 000000000000000014526c78d230d52137e419557d650825323bc3b11fc207ab 0.26 MB 398 27
328,881 328,881 00000000000000000db0b3a1624cf8c275c545a6a0f6e57ae31585df613a23c3 0.10 MB 189 29
Previous 10 blocks ↓
Total Size: 646.75 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,401.56 GB sent, 39.84 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.