Memory Pool Memory Pool Refreshing

49,998 transactions
43.92 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,243 00000000000000000003629a0000000000000000000000000000000000000000 ago 1.00 vMB 2,954 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,242 (587,287 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
256,955 256,955 000000000000002a639deb2f9b693d38ca58caf5fd501e6e48a157adff4ce9b9 0.20 MB 444 107
256,954 256,954 0000000000000027e22a076ec3409cbdbc0ee11c38ec9f38d7126b8b2351d62c 0.03 MB 47 66
256,953 256,953 000000000000001cd47ae97302fe0618d998fbbbe079039ceac28cc755424c34 0.02 MB 38 76
256,952 256,952 000000000000001410278b731345fd3f5861364b5da46eccf572dc0688a18a1f 0.02 MB 71 148
256,951 256,951 00000000000000130be3befe546de1e10bfa3b810d949bcbd4cd823370728ba2 0.12 MB 261 103
256,950 256,950 0000000000000007fdee870f45ebd3f9d18d58205a34fc7a29d570c11cd48764 0.09 MB 257 47
256,949 256,949 0000000000000009b71d14c0be251800106a5662bf9c7a1963469862d8748ef1 0.25 MB 630 144
256,948 256,948 000000000000000d8484ccd358a11bd376e8644553cd04827fa02082b895f46a 0.05 MB 123 93
256,947 256,947 0000000000000016a8ea77a367e956504ac05785a070689b64b6bcac5161d03e 0.11 MB 212 81
256,946 256,946 00000000000000005fcea04edbb564b023f62a69c639b0ebc28b3639160bc03e 0.05 MB 63 22
256,945 256,945 0000000000000021bc464889a73c170549c2b4fc877a1de31f3e11ef8f94a13c 0.36 MB 613 119
256,944 256,944 000000000000002e981eef6a8801fa068d8e2bbdfb27c1f9d2f53b92b661173e 0.25 MB 586 188
256,943 256,943 000000000000002be17ac20f343f1304d78ff4123b56770f1ab82c4bdba9567d 0.00 MB 1 0
256,942 256,942 00000000000000299f9079631efdc1b2040b9ea44b248f3e3e5de45885a8f560 0.25 MB 623 99
256,941 256,941 0000000000000026eedb4c2873c69af9dc053f975f9edd25ca77a76d26ce0ec4 0.25 MB 734 154
256,940 256,940 0000000000000010ea6f3b29a6f547b36f8718a4b016b833c5cd339a03f21a9b 0.05 MB 143 128
256,939 256,939 000000000000000a3f792c7ef3676c7f7a5134a608edc123c6e50232b1c2e477 0.08 MB 163 103
256,938 256,938 000000000000001c673d301427f785f341175bbeec98fd6bf34e4ddcff77b7b9 0.01 MB 27 77
256,937 256,937 000000000000001ee20abbc39d733ffdbfe9ea4d4bae1805960f7baf80bef6ec 0.01 MB 17 88
256,936 256,936 000000000000000fe9aad26ed8a89685e5738ac613c3503d71212441cce1d7d7 0.22 MB 349 83
256,935 256,935 0000000000000023c1ea3635dd69799f1e25b4d7bde7ba4ce9c4ad7164d1e21c 0.16 MB 411 116
Previous 10 blocks ↓
Total Size: 650.95 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,050.16 GB sent, 65.88 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.