Memory Pool Memory Pool Refreshing

37,191 transactions
45.69 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,788 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 4,209 17
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,787 (657,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
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
184,110 184,110 000000000000079647e4b99778ded5f372c8b862c5f9deeed735dbe7052fa817 0.11 MB 235 107
184,109 184,109 000000000000057665d2ce61299ccb588a52a8a4e72fc7629423f89436a75d24 0.33 MB 512 75
184,108 184,108 0000000000000838b96b25bd988e6445c803d05f1caa56a554ad6371925d00ed 0.25 MB 348 101
184,107 184,107 00000000000006d0f59fa5aec248c476ed2099a40dd1841210c341163f12845f 0.05 MB 102 360
184,106 184,106 000000000000054824a9fa6a708bdd114a7591049f3a9349ddc215de0da64ad9 0.00 MB 5 0
184,105 184,105 00000000000002fe72361b9bda5a8fc6b57cc1edb3682363f3db53599e74317e 0.05 MB 107 104
184,104 184,104 0000000000000717d2ab1fc0cf0f651a8f0fe63ea25fd3a36b57c49e5362c352 0.23 MB 590 125
184,103 184,103 00000000000007ea702755625b6bcaae690c4466359b33128bc18b430d1abc4a 0.25 MB 408 165
184,102 184,102 0000000000000a30b4cd9a0336cd5c38b2adccdca073804edc5c08b4d65aa0fb 0.05 MB 121 121
184,101 184,101 00000000000002225e8cd9c6d4a787dfc4aed88920981c9d9c973e9c55ac5fa1 0.00 MB 9 0
184,100 184,100 0000000000000147bac4b537341b60b751f5e3ba13e34089796d7b173fd4f797 0.13 MB 263 148
184,099 184,099 0000000000000a8aceddad7b79da8f5a9e209a0eef1f7d345d31ee0fab54c454 0.15 MB 352 122
Previous 10 blocks ↓
Total Size: 646.36 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,342.73 GB sent, 37.30 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.