Memory Pool Memory Pool Refreshing

89,636 transactions
32.52 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
846,260 0000000000000000000355f00000000000000000000000000000000000000000 1.00 vMB 4,727 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 846,259 (662,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,141 184,141 000000000000000f955b03e190a29b9c5967ade40a46f7c9bd8165f01f71ca92 0.19 MB 372 126
184,140 184,140 00000000000005f9c0a8b96f96b3363e2e27f3ffe4dfa9aa97ff764061fc5ce2 0.01 MB 34 77
184,139 184,139 00000000000006656691375e095e6a1d8b067c659cc1b578347417c1e61e53d8 0.05 MB 129 89
184,138 184,138 000000000000016bd195deaba68a476c89a903bd255511614ee2e4889454fc64 0.04 MB 48 94
184,137 184,137 000000000000050af6a32a860fda8190a01178198fd653cd46e43e7178d94edf 0.00 MB 6 18
184,136 184,136 0000000000000817cb70f9b60627ba8de65cfb77b69127692089987738c448fb 0.02 MB 46 29
184,135 184,135 0000000000000a3bee185d2ad185e8c8a4bfd0d7928cd109824846499c3db924 0.02 MB 45 234
184,134 184,134 000000000000075a1a9193dfb24fcdee1ac63811947e148dee4e1ad79a8237b8 0.32 MB 258 69
184,133 184,133 000000000000062e0739874324f3251940a1cc805d9b12c8afcf88abd66625db 0.05 MB 109 96
184,132 184,132 000000000000019e96d45c621c46192e7e1942f9f6deee418a43a8be80de6de6 0.00 MB 13 16
184,131 184,131 00000000000006b032fd4939041e9c49725dcb85365d366b7dabe454cdb8d621 0.06 MB 160 287
184,130 184,130 000000000000014e7aac97ea792239dd8b0d92a488f08a49a857b93aac715394 0.05 MB 111 116
184,129 184,129 00000000000004abc033a8a60dc5ee88b26810d58000b40be9ab116b87e7be3e 0.04 MB 87 97
184,128 184,128 0000000000000387530eebd1f6b5d9d3cae04a7b18d6e27cd29fc2dfd1b141d9 0.00 MB 9 0
184,127 184,127 00000000000000deb9b74f12765cc9c3e253e85aec7e6e3807a6e701570b7a36 0.11 MB 140 93
184,126 184,126 0000000000000325496043c7934a00d928ba007a8f097919e7637a188a9a4a60 0.00 MB 12 333
184,125 184,125 00000000000007073d24e94c5e44a00bc6da9cdbb48b704f31238a5b7b63054d 0.03 MB 48 88
184,124 184,124 000000000000035b05ed769657c5c334e34fa1bbc127d12cd905fdd92e182b12 0.17 MB 399 156
184,123 184,123 00000000000000ece49920d9ef45e8e08f94dbb1386fe96382f5bed6f904200d 0.00 MB 7 294
184,122 184,122 00000000000007ffb927ee31347f2a199f5851f51fba03d113855278910aeafe 0.01 MB 28 284
184,121 184,121 000000000000011382409af5f7dbacd5949959c9127087b1d139e4af526aaa6a 0.03 MB 71 112
Previous 10 blocks ↓
Total Size: 654.69 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,400.45 GB sent, 90.84 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.