Memory Pool Memory Pool Refreshing

64,746 transactions
41.43 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
842,084 0000000000000000000331db0000000000000000000000000000000000000000 1.00 vMB 5,952 32
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,083 (511,767 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
330,316 330,316 000000000000000001b59775c20727fa0fa8cda16226badc4162187a3c70ed53 0.19 MB 512 45
330,315 330,315 00000000000000001071802437010b54866e3edd654f83837e10a403ce228166 0.08 MB 164 30
330,314 330,314 00000000000000001888bc222105d892c4cb4067c083b6f7bce075bd003a8a8b 0.18 MB 297 24
330,313 330,313 000000000000000018e2127cc9edcbb68ffad9ed9d9e15382ddaea36d05f1290 0.38 MB 751 26
330,312 330,312 0000000000000000039cbba6d57ba7306b41fd8ab82526ea324112926312e32b 0.16 MB 129 16
330,311 330,311 000000000000000001a600c05de505683abce25683313e071819fba2d0c06324 0.78 MB 939 19
330,310 330,310 0000000000000000195f848ed3a36c500ef79c462321bebd2825a14b945622ce 0.75 MB 1,145 23
330,309 330,309 000000000000000010baa320b3500d336937aa4323113d6f3fdab5d10eae15c8 1.00 MB 1,461 26
330,308 330,308 00000000000000000db6615b15c1a508ede90910ee77a433623e98746d0f7971 0.74 MB 1,350 27
330,307 330,307 00000000000000001a20aa94926a2d06d886eb19aeb0e82fd146679ff66b5ee4 0.70 MB 1,094 22
330,306 330,306 00000000000000000370b7cf4e0008bf0be7d26d642d851cf50f31be52aea434 0.33 MB 1,024 41
330,305 330,305 00000000000000000c39e68748aa615005be3298ad3d0ca15cd6fb240366a583 0.03 MB 64 27
330,304 330,304 000000000000000017e84d09a31758382570aba5df45e71dc19232929fb12039 0.21 MB 400 26
330,303 330,303 000000000000000010d9c214250dd9783209e436dad6bc7686cf91d0c93c6335 0.31 MB 453 23
330,302 330,302 00000000000000001259e8dfe6dabe25e5ba69d46f78ed0b155f729c7eccc346 0.23 MB 453 25
330,301 330,301 000000000000000018ea97b317b5fb86dd4694a2dbcc96418f60a77ac7167bd1 0.49 MB 883 25
330,300 330,300 0000000000000000102300d5349d22ea99c80717d17c1200be01e7f9afddc39d 0.11 MB 176 22
330,299 330,299 00000000000000001269f78f83709e9dd5cb60c677f3ec049f7d03f9b1f257b5 0.50 MB 796 25
330,298 330,298 0000000000000000165fd7336068ee8835dd409ee35b0814b58b5256a1f5ddda 0.05 MB 98 26
330,297 330,297 0000000000000000118bc5bd37285b77a6ee40a88b74c3bbaa960e81a5641e87 0.32 MB 608 30
330,296 330,296 00000000000000000a223c1b13c50195eee443d30d2ac3ee08eba8e67c1a5ca6 0.03 MB 59 25
Previous 10 blocks ↓
Total Size: 646.91 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,434.47 GB sent, 41.34 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.