Memory Pool Memory Pool Refreshing

26,002 transactions
38.89 vMB
Show Random Selection Loading Transactions
Max Size: 133/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
843,968 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 3,381 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 843,967 (316,920 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,047 527,047 000000000000000000300337828401e7c5eed735c7a3715f330f1f93718750f7 0.23 MB 494 20
527,046 527,046 0000000000000000000ae665a4ecd3b811c18f2717f10522958dff03b3e55929 0.47 MB 1,086 38
527,045 527,045 00000000000000000017a0c9f7ef9a1cf4e0f6c18e997cfb4a97181a2abc1ccc 0.29 MB 730 23
527,044 527,044 00000000000000000036130ebd7f7935d958086a920c6704f2303444fb5f5901 0.21 MB 488 13
527,043 527,043 00000000000000000000fc74ab62d9f22ec5c2d51e448c2da6fd652ec61a4f48 0.76 MB 1,520 8
527,042 527,042 00000000000000000009efdcdb86040059d392af80d261e82335f208c04c49bb 1.20 MB 3,487 132
527,041 527,041 0000000000000000003329b8fa1d5c0116da5bc34f680376169bcebf632791fd 0.91 MB 2,234 89
527,040 527,040 000000000000000000292bc2e9f1ac134d9ba0afd1f8b7184d617ae38156b48a 0.09 MB 277 74
527,039 527,039 0000000000000000002d163607c476605d0881869fe7ffe1c6e27e738be7b770 0.41 MB 1,023 73
527,038 527,038 00000000000000000006102f9d8798bb0ae418a18855490382019d4465b7b974 0.82 MB 1,944 66
527,037 527,037 0000000000000000001fbeb0ab8610cabf003c06d3ff50a22ad7c025262231d5 0.23 MB 509 19
527,036 527,036 00000000000000000015d10c10ba2ffc61476f68b671744e4e32f4cef8eea95e 1.20 MB 2,297 22
527,035 527,035 0000000000000000003069d8a0e671a884926ed8fd409b09710c14ae3b04e00c 0.41 MB 1,045 23
527,034 527,034 00000000000000000010e0f3987411e1ffcfe94f132b29b54745cd31e6d1824d 0.80 MB 2,134 82
527,033 527,033 0000000000000000001c61ae9468b7b7fcc97b265e7ac3c6abc951c901e909f4 1.00 MB 2,762 15
527,032 527,032 0000000000000000002aa73e31a34a26f30256481c44fea7aa1e33ed1d561897 1.18 MB 2,644 23
527,031 527,031 0000000000000000000f4b8ac76bc687bedf205f214faf6ef86775b115a33cb6 1.32 MB 3,222 16
527,030 527,030 00000000000000000015c8a7af60454c7a0cb927415b604d00f249e49d50f4eb 1.08 MB 1,691 44
527,029 527,029 0000000000000000001c5b5777b8c5b25e08cf86650cfbea055d7a5b86f3edf1 1.19 MB 2,606 17
527,028 527,028 00000000000000000026d2d3e0cc4dce9561ee3658d028a1cefd34de611df2c0 1.18 MB 2,756 31
527,027 527,027 000000000000000000118464986a1161608488d85cf68b5886cd929bfb8af77b 0.45 MB 885 31
Previous 10 blocks ↓
Total Size: 650.45 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,979.79 GB sent, 62.95 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.