Memory Pool Memory Pool Refreshing

27,975 transactions
20.13 vMB
Show Random Selection Loading Transactions
Max Size: 106/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
842,239 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,679 25
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,238 (311,260 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,978 530,978 00000000000000000001e7844fe0d4b974c68eaeaabcf6859d37b2d1704ddddc 0.76 MB 793 6
530,977 530,977 000000000000000000162f7143356df9d75ad76a2ca6562f2da9ffa96c289804 1.12 MB 1,811 23
530,976 530,976 0000000000000000000531267251906ec0cc66046cc78c4dfc599b00c278818c 1.11 MB 1,994 21
530,975 530,975 00000000000000000030a051991bec3ae28175cb7ce03cf4168c34b378c6c0ad 0.62 MB 1,250 24
530,974 530,974 0000000000000000002b655378b3d6c6183682d9a428d508e357434a8e372c97 0.54 MB 1,161 7
530,973 530,973 0000000000000000002c8f6a5bf257b87df0bb24e40cb3741e7cb18ab6016d2c 1.17 MB 2,413 27
530,972 530,972 0000000000000000000e620b274b01ec040d653e4ff49b96baad4707899f07e6 0.29 MB 598 12
530,971 530,971 0000000000000000001b67d32eeeb975966e3d32167cdc95c37a8a6be424cb97 0.31 MB 594 22
530,970 530,970 0000000000000000001677d2ac98afe5ccdc65dbc67e2d305006379a6df6c961 0.75 MB 1,512 21
530,969 530,969 000000000000000000181863e4452fd2671f77db4aef02364fc47505a03e7f8d 0.70 MB 1,346 23
530,968 530,968 00000000000000000004a85b16717e4a7211e1a791dc7e94eaf7b9cc42f9dc65 0.13 MB 184 9
530,967 530,967 00000000000000000033b102a531d5d32b22e74202423f80504780291b890e8e 0.08 MB 213 18
530,966 530,966 00000000000000000005dad70ebfe3a91b3f9926f2de18a7126ce7fbec854e02 1.08 MB 1,935 15
530,965 530,965 000000000000000000301b0e528d758318eac89ed3479d519520f842e2c5ef53 1.25 MB 2,090 16
530,964 530,964 0000000000000000000cbe68778beedfb8d1829b901acd0fa65fcc30a5aef304 1.45 MB 2,018 27
530,963 530,963 0000000000000000002a325b1550ee52a678b9485ef5d823bfe5fb996aae4932 1.33 MB 2,656 5
530,962 530,962 0000000000000000002696966c02578ebfc6e1395782b191c4b767ae5d398832 0.42 MB 924 73
530,961 530,961 00000000000000000012cb456ad85d9e0202392f0be0a9bd90fd0b59beb3a0a3 0.07 MB 127 62
530,960 530,960 0000000000000000000e474e33a77fc6a5145a772ff7978de3db6622c79a5577 0.39 MB 888 50
530,959 530,959 0000000000000000000b244019cee81c320781e32582c1d677d2ab72f00a4f6c 0.11 MB 335 24
530,958 530,958 0000000000000000002a1ef4f0ff971b4e70facde43a8187054d20fedb883888 0.51 MB 926 19
Previous 10 blocks ↓
Total Size: 647.17 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,460.56 GB sent, 43.62 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.