Memory Pool Memory Pool Refreshing

56,424 transactions
26.31 vMB
Show Random Selection Loading Transactions
Max Size: 139/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,851 0000000000000000000355f00000000000000000000000000000000000000000 ago 1.00 vMB 2,739 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,850 (660,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
184,120 184,120 00000000000004a661731bdf047e06faba953ed2da10f8e8d52c53bd9dd676f5 0.05 MB 86 124
184,119 184,119 00000000000003c94b35467f79a0482c86bdd9e6796dff9b8906a40601eabc55 0.02 MB 43 238
184,118 184,118 00000000000006b9a7447789ced6ad89ce03a51447f33c7ec32a324f106b188d 0.03 MB 82 34
184,117 184,117 00000000000004a8889276828f1cb764dd35f6110c334cc4f179abf9fa53d45c 0.21 MB 504 130
184,116 184,116 00000000000003de83b2aeebecf2234132ae5daee220ec934fdf0a095072e152 0.03 MB 52 295
184,115 184,115 000000000000021a945e7812075ea7d2b193e1a29773fd355707b13c6c141395 0.05 MB 179 6
184,114 184,114 00000000000006b58842ffd96e135397c40e1ee8bef2c37ef881b39e2feab6f3 0.19 MB 390 128
184,113 184,113 000000000000077421690924c734b58763c20f9bd43018aa2639b9302e5a2e62 0.02 MB 32 89
184,112 184,112 000000000000045c69ff7a4123a09e61e62f5b8e7c7ce51f6321ceffa32c6d33 0.12 MB 181 109
184,111 184,111 00000000000005c1ac9b4a6ce39b18f0175b446d0501e549716209ab6cda1035 0.11 MB 182 78
Previous 10 blocks ↓
Total Size: 652.12 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,209.38 GB sent, 72.51 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.