Memory Pool Memory Pool Refreshing

50,660 transactions
46.84 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,228 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,819 45
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,227 (146,785 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,442 694,442 0000000000000000000879ddee97a23ad520e699357724dea825d6a2c440b009 1.48 MB 3,029 18
694,441 694,441 000000000000000000018090c91eff60146437ce7312e7531821e3bf0110b42d 1.47 MB 2,661 6
694,440 694,440 0000000000000000000df5157a9fa0f85c9f8674f110a2b27978455a99416d01 1.53 MB 1,941 23
694,439 694,439 00000000000000000010b98bf2607b0c3aefd2153b557df3ddd86cb4d8a2383c 1.26 MB 2,501 14
694,438 694,438 0000000000000000000189a2ecd1a0b547052657da234a818cd24cb46b4334cd 0.88 MB 1,518 6
694,437 694,437 0000000000000000001273d7e5633478e93180f7fc65e63a444854c43f007884 1.43 MB 2,458 17
694,436 694,436 0000000000000000001218ef3d6372445aec937587f2339ce277821f28b1bdda 1.01 MB 800 4
694,435 694,435 00000000000000000003e4a05403b1f78530409bff4316a15b6be9d6751d44a7 0.54 MB 869 9
694,434 694,434 0000000000000000000252f6af45abdc0edf68cc89bb3c53fbb1c51feeb69fa5 0.13 MB 294 17
694,433 694,433 0000000000000000000e7134a313b37d25b95524646d308e3f3ec3b23397a275 0.23 MB 315 8
694,432 694,432 000000000000000000122d61bf09fc7fcd4cef9e9ba35e692cb6c5c15cbce299 0.08 MB 171 42
694,431 694,431 00000000000000000012c7a3fd58ea4a50abd5e9eb2563641766cbac15ec9896 0.04 MB 116 24
694,430 694,430 00000000000000000010313d2ad66b39836345af2e2d4652e7b9649e142541a5 0.37 MB 754 12
694,429 694,429 0000000000000000000965059f24b82eb161927ca82e5bf58d5f4ba8c456352f 0.11 MB 193 12
694,428 694,428 0000000000000000000762db1caff7263af1b5d24246f1344481ee8b7c26f765 0.05 MB 117 12
694,427 694,427 000000000000000000015fda04a06f303e629ff217e0aef587566c4190b9beca 0.19 MB 310 8
694,426 694,426 00000000000000000006a25fcbb78ef2444cdc5cd69e0a47e79947f269b4b0e6 0.40 MB 659 10
694,425 694,425 0000000000000000000c67a2994244f61a35b3cf0949f94cc29000c441533d28 0.19 MB 402 11
694,424 694,424 00000000000000000011be46917722db1576cf9505d5bfe32d6eccaff3727bdd 0.00 MB 1 0
694,423 694,423 00000000000000000010513c1928b562f5e8544cbb0d9dd0eae20a99559a8d1b 0.15 MB 215 9
694,422 694,422 000000000000000000087127545eb21636435e5b1f4eb4585f3e627298bd3dc4 0.64 MB 1,187 13
Previous 10 blocks ↓
Total Size: 645.30 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,231.85 GB sent, 31.66 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.