Memory Pool Memory Pool Refreshing

89,786 transactions
34.49 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,898 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 5,141 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,897 (326,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
518,536 518,536 0000000000000000000b68935d369c2378a688cc3619667a39de54332f1ca587 0.40 MB 918 22
518,535 518,535 0000000000000000001381ff7f9f039d02fc7e985a8a7df5731905f7d54b6def 0.85 MB 1,576 22
518,534 518,534 00000000000000000026cd12f7910d65f0ba29eac701c5d5326338f74beb0d13 0.24 MB 504 18
518,533 518,533 0000000000000000002808bcd72822ef30805fc269c5a3ef847acacd54b604f3 0.14 MB 369 25
518,532 518,532 0000000000000000001b180b58f5bb7fa07e3b08372f0db45cc775967e1ae945 0.81 MB 1,916 24
518,531 518,531 00000000000000000013edcaca469cac9616d8224e47f233967dd5813df08f6d 0.11 MB 239 33
518,530 518,530 0000000000000000001b3c8c265567bbbbafec49d9df5975c324f0ef604278a9 1.01 MB 1,897 23
518,529 518,529 00000000000000000036de0afe1e6fc16f3b7d4726df74ff7cdf97500478f412 0.38 MB 874 28
518,528 518,528 00000000000000000034d7314f50108d48e559ff0c434715d8bed9920aa5bf43 0.96 MB 1,840 14
518,527 518,527 0000000000000000000c5c92b0a70adb2f165b9312b4c856f8f08fd338632fe7 1.18 MB 2,739 7
518,526 518,526 0000000000000000001164ae54c1e3e63269728b2608e5965a8bb0223e9411ac 1.11 MB 2,556 48
518,525 518,525 00000000000000000022d69b8b5cb3b50067b32e5cd962668ebf212e69bea578 0.35 MB 629 3
518,524 518,524 0000000000000000002b63efae601b73c263e43492c2440b0f401f6fdf0f09b5 1.14 MB 2,624 29
518,523 518,523 00000000000000000031f6dc4dffc5826e4f3abb6040fa29831fef8ca91311bf 0.12 MB 202 19
518,522 518,522 0000000000000000003a465fbee3c781d6fff8beeddc7912e99104fca3112e7a 0.60 MB 1,233 16
518,521 518,521 0000000000000000003c1393357de75e8d22f537a9eba119869a050b90f8f0f0 0.80 MB 1,551 20
518,520 518,520 000000000000000000327419f25e546868d391b90fe696379f9034ecb8cc3480 1.13 MB 2,126 18
518,519 518,519 000000000000000000072043af7098a13b3e00a4b8ebc9e9c2ebacd4b8a13e84 0.32 MB 573 24
518,518 518,518 0000000000000000003f5e4a52d1d1cffbf9063d36e280ad7c13ddf32512f139 1.05 MB 1,025 9
518,517 518,517 00000000000000000005c1baf4265a6ccb953449011c856e331b3b170b757cad 1.08 MB 1,798 21
518,516 518,516 0000000000000000003156cbe23113ca399a1b33b0f25d80168a17b02b634a36 1.34 MB 894 6
Previous 10 blocks ↓
Total Size: 652.21 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: 9,213.92 GB sent, 73.16 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.