Memory Pool Memory Pool Refreshing

41,274 transactions
39.03 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,145 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 5,767 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,144 (578,075 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
266,069 266,069 00000000000000027c3d59c47cf56cb17dc4dc2a035755b0fcaea03f5a2d4fca 0.08 MB 150 50
266,068 266,068 0000000000000000fb1c27cccbf4b68330ee6991c58f1ff98fd81da6f6864f64 0.22 MB 552 90
266,067 266,067 000000000000000bcfb62812d3037ccac261155ddadc39511db421151000227a 0.16 MB 386 90
266,066 266,066 000000000000000ad79649ddaa1f3a6a92e94728d9e0c1c088871f4ebe4c4aea 0.24 MB 468 69
266,065 266,065 000000000000000351af1c87bb77cf2d1abdcc72f55d42025d6071846eb60c34 0.11 MB 253 106
266,064 266,064 00000000000000061b3692df86c7a76d2dbc33f29b9d39ad9cfd1e8e7537ada5 0.01 MB 22 36
266,063 266,063 0000000000000000ebb7a312400e30c7e2d34a698c71a5753c79026a8743705b 0.02 MB 42 70
266,062 266,062 00000000000000009e39cd790302c18fd2bc81b693465089768696a02f2349c0 0.07 MB 190 83
266,061 266,061 0000000000000009b86605cc3235f2674600d5131dd437d941b479e78588177b 0.11 MB 302 95
266,060 266,060 000000000000000cd105b3f638f024e6cc1310320689a098fa6004bfb0be27ec 0.16 MB 364 97
266,059 266,059 000000000000000f54c7585dca0956103d7610789882706b414670dce3f154f9 0.32 MB 373 80
266,058 266,058 000000000000000eb268f7f99eede950d963908b38329153455ded4edb6b6ef0 0.13 MB 290 88
266,057 266,057 00000000000000036a5fe5f1e5671b09863c85d280433145558b90f4f8a54f4e 0.18 MB 228 60
266,056 266,056 0000000000000003cdac2d957e86a63031b3dd1a913725ad74378ab0bb9f9cfc 0.06 MB 163 104
266,055 266,055 0000000000000003fc74219b1fdf91f9f35a51ed44163e3db09da0175f5717b8 0.21 MB 460 75
266,054 266,054 00000000000000066c29f3319f83f1c6e912b5add5534da1b938c4c65a07b02a 0.04 MB 82 42
266,053 266,053 000000000000000acea552f397ca68cc1420f69f190fb36f665fada740baa988 0.21 MB 434 101
266,052 266,052 000000000000000fb8d0b41da84437d382b7d4db0e309a19916adae6d2f32a09 0.13 MB 290 112
266,051 266,051 000000000000000e9a12e046e7f33046e5ac8cc28dfcca290295473c744bb338 0.07 MB 141 102
266,050 266,050 000000000000000e2f8e136aa568c64c1e1dd605a41c3d7c49ac461bad39812b 0.18 MB 321 57
266,049 266,049 000000000000000e52d1ea0675fb14c7dd9a5c66d19da9fb92574c1b19276a8d 0.04 MB 97 53
Previous 10 blocks ↓
Total Size: 650.77 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,023.87 GB sent, 64.81 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.