Memory Pool Memory Pool Refreshing

35,770 transactions
44.80 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
848,261 000000000000000000035cb80000000000000000000000000000000000000000 1.00 vMB 761 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 848,260 (330,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,172 518,172 000000000000000000005b793dced30441146835bff6a31aa4620f1203e7f68f 1.08 MB 1,253 22
518,171 518,171 00000000000000000040f89328df6d0e0c186a02b8f5bfe9c68e8e850efb2b33 0.11 MB 201 37
518,170 518,170 00000000000000000039855b35a02348456bd9024f997de6ff5862b52a907a2d 1.28 MB 248 2
518,169 518,169 0000000000000000002fcaa26201091464a308f0699ec0062218530ffb0ba20a 0.41 MB 658 8
518,168 518,168 0000000000000000000f598f9e81e422bab3c6d42f1b8b708f6b0ef874fc75d0 1.13 MB 2,682 37
518,167 518,167 00000000000000000022facc4e595d5b5cd2b0a68d4578e8be3934dbb7632b86 1.16 MB 1,310 20
518,166 518,166 0000000000000000003295bba4234164afe9e89b913785fa3c26c59351a7d18f 1.12 MB 224 5
518,165 518,165 00000000000000000015d91a0fdf19f3e7a077ab343831de872f97cb276a0b76 1.10 MB 651 10
518,164 518,164 000000000000000000427e0ebd5b65418e6e8af40a02cec4b0b992c6ef804c99 1.08 MB 316 8
518,163 518,163 00000000000000000040c99a1f1118bd79a5c0fff2b125198769a13d22327a6f 1.07 MB 510 12
518,162 518,162 0000000000000000003f76e3180a4d7c37011b5e9127d3e1a28cab987f33c7ee 1.05 MB 259 6
518,161 518,161 0000000000000000001db820bb885063729ad7bf90bdef8fc70b155ff45f9b3e 1.10 MB 1,149 16
518,160 518,160 00000000000000000034ed8527b0625fc73514df34be200cebe23f46d493efde 1.04 MB 527 8
518,159 518,159 0000000000000000001acbde9793521b30b7a575531154dcdd40890fd7a0e644 1.12 MB 2,597 35
518,158 518,158 000000000000000000087dbec05df5c051fd53e1e3dc26fe49d4b006d5463bb8 0.02 MB 26 16
518,157 518,157 00000000000000000046952a0fb0c0a711d48900007a098153642ad8708dd91b 1.03 MB 201 3
518,156 518,156 0000000000000000001d37048ab4f52b5ec84683e4ec5a2ced8ebd1b509621a0 1.16 MB 2,377 29
518,155 518,155 0000000000000000000d1a0e57ffc00d67f2af6cb3acf1c4511aacf978cb1f31 1.04 MB 565 10
518,154 518,154 0000000000000000000a95acd66b06e195862f562544f63e76452f083e94b6c6 1.08 MB 1,180 15
518,153 518,153 0000000000000000000b71ce67c759d399701870fc8e6ba593abce71e51ba7a3 1.01 MB 255 6
518,152 518,152 00000000000000000003f72f07db76928e674173ed3bdb096b59ab7259e9feb7 1.11 MB 1,733 24
Previous 10 blocks ↓
Total Size: 658.24 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 870.96 GB sent, 1.73 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.