Memory Pool Memory Pool Refreshing

55,334 transactions
37.76 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,157 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,799 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,156 (575,893 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,263 266,263 0000000000000002fbd42a1354a13ebdba87defd0a97768c6d3c43547cb88b44 0.05 MB 135 56
266,262 266,262 000000000000000a7fdea51b181de9ba07475dbdff2747ddb21c5933ddc39e64 0.01 MB 21 62
266,261 266,261 0000000000000004f9879d8f12b8a4056cf93a97bf362e81779a2a6e0ad23860 0.00 MB 7 56
266,260 266,260 000000000000000735cd9c2c1f86d4f71a42b3862f89f7aa72dab3da1fee9058 0.04 MB 108 89
266,259 266,259 0000000000000008992d53b36f55f6ba8e3ff3fffcf993a0d477bc3789f8617d 0.13 MB 331 117
266,258 266,258 000000000000000ad914ee2502e200c3b42617cd95a4d167a77fd67f61be6b25 0.08 MB 166 82
266,257 266,257 00000000000000022a1ce87d15c99a1d061e55b29d37f2b67ab5d8297ffe178b 0.25 MB 614 108
266,256 266,256 0000000000000001b8afd4292e94232916592b03b7aa5a04336b245e54c07d56 0.05 MB 114 95
266,255 266,255 00000000000000094a9d3e8776d0afd185a61fa888fbd21d0f5f334386c49f1f 0.15 MB 341 87
266,254 266,254 000000000000000a6b414cdf3da0025b382e139bdf48d06a9f128c9431573c92 0.10 MB 255 132
266,253 266,253 0000000000000004aa1ff4650e63c45617bea2ad662f243eafc455d7edf9b87f 0.15 MB 97 13
266,252 266,252 00000000000000030de20e4a105db39435a79943aba7b8a14055613abb2f584e 0.10 MB 231 56
266,251 266,251 00000000000000050f186b49aefa9c212e715c1426212a65922245d5600e363b 0.15 MB 121 15
266,250 266,250 000000000000000ab1c29545b9a5d90db51a05e575922a5fbb2c2de9a84d71cd 0.19 MB 332 24
266,249 266,249 0000000000000009e45551733bf49e4f2517a0e907337e5e05c326a04f6b3d3e 0.25 MB 734 124
266,248 266,248 0000000000000006dceac45afd771883549af5c3c92ec85d9423a99aac412610 0.30 MB 617 77
266,247 266,247 0000000000000000f8e0eea7f4c212aa7eca6ae5a55718b337ec000aa74702e3 0.08 MB 142 88
266,246 266,246 0000000000000007b920a5c287ec090f1c5f6e247ffd10eabcfeb4a614cded6b 0.06 MB 151 33
266,245 266,245 00000000000000018de2750cc02f5c18cf36fae493af4cb991a4d1cf67b6865a 0.24 MB 512 86
266,244 266,244 00000000000000078980e43a4d05357d303c6a60f3fc50ba441d734c1f632817 0.29 MB 681 88
266,243 266,243 000000000000000399572203a6035acb2d68944c9c047435a5e9f11d40daa4ee 0.23 MB 591 109
Previous 10 blocks ↓
Total Size: 647.03 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,447.00 GB sent, 42.50 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.