Memory Pool Memory Pool Refreshing

30,518 transactions
30.61 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,391 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 3,641 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,390 (304,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
558,169 558,169 0000000000000000002dcebe30a251cfdcef1812f92df8b1371397e1545a8c3d 1.22 MB 3,210 22
558,168 558,168 0000000000000000000c76fac577197c666d22820e8508437d9fc51deae07e7c 1.18 MB 3,418 16
558,167 558,167 00000000000000000025b5bcad9d30bb7e1a3f4dbca6a9c6f066dc9e52d8377e 0.22 MB 652 9
558,166 558,166 00000000000000000012da9922484adc427b6ca5ee180553bfb60a5e1506ec71 0.13 MB 404 17
558,165 558,165 0000000000000000000290f6c63f93bcd7f21d1a66d5d49d57227e3ce439c2e7 0.35 MB 810 9
558,164 558,164 00000000000000000024c90fc5a57037c1ff21c3f3d1d109c408f477dce77109 1.18 MB 3,331 17
558,163 558,163 0000000000000000001846269cbe6c39f4b5dad46977b41744e89329c38c5f41 1.15 MB 2,955 14
558,162 558,162 00000000000000000015f1fd9234241adc29591e3e0ed25d80b7511896ab5270 0.48 MB 1,242 16
558,161 558,161 0000000000000000002d137a5b88fa3bcddfd0e2004a1f41651011fb2c9bde09 0.90 MB 2,469 15
558,160 558,160 00000000000000000030a07249482f4bc77f04bed6f83b9e91eff694aca711b0 0.84 MB 2,213 11
558,159 558,159 0000000000000000000026213d17c2dd8b4ebc895ce160316ef19ab7df36c828 0.54 MB 1,474 15
558,158 558,158 000000000000000000288f20e25e1a4bc76f3652bd57f0dd95c5c0822c014b02 0.19 MB 488 18
558,157 558,157 000000000000000000162559beb26a3c43333d86df39dc9d65733a5a0039f07c 0.05 MB 128 18
558,156 558,156 0000000000000000000658f68d5dfdf8b1ec147c9e1d21477a5f7a786a694609 0.61 MB 961 21
558,155 558,155 00000000000000000028ad16462b5185bd51e0337896e6ea736cecbbdf3f0cd8 0.51 MB 1,347 13
558,154 558,154 0000000000000000000e2dd7d4b1e67d254df8162c4b224e7412c0251009530e 0.50 MB 1,228 14
558,153 558,153 0000000000000000001ec0c0dce774881ba53ad33d660e792db6517fafb378d1 0.42 MB 1,213 8
558,152 558,152 00000000000000000008304e7e14df12ed43ef47418a20c25fede6b591840654 1.21 MB 3,424 18
558,151 558,151 0000000000000000002032ab984f2a1305b1ebcf77d6c3544191e0c83ec7ff6c 0.87 MB 1,336 15
558,150 558,150 000000000000000000014d523ae8ce471c90d07d58509f6837471dd0d4135ab2 0.85 MB 2,385 15
558,149 558,149 0000000000000000002ff69bd6a95974bebd4d74f9d673c02921660c0ae4a502 0.53 MB 1,295 15
Previous 10 blocks ↓
Total Size: 684.91 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,366.56 GB sent, 104.33 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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 to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.