Memory Pool Memory Pool Refreshing

61,904 transactions
24.74 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,041 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 6,021 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,040 (558,913 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
303,127 303,127 0000000000000000575c032b439e68c4c8faec5914a4d4dd51e7cd8c53c76330 0.07 MB 66 27
303,126 303,126 00000000000000005ee532a735344116675544fdc146f1b57bed4d7967cee578 0.01 MB 16 21
303,125 303,125 0000000000000000316d622b58b9561fd07040c4c682e77bb11b173c3631d10f 0.16 MB 215 26
303,124 303,124 00000000000000001ba7db187240bc28a41828515d6a20da59aa7b139f2dc18d 0.04 MB 69 29
303,123 303,123 00000000000000004bd0824bb6d83d07a8fbb126da67e726f6e998f741e20ceb 0.23 MB 316 22
303,122 303,122 000000000000000039e3762ed16425445a7af02cc34e1394b6827109f4165ffd 0.25 MB 685 49
303,121 303,121 00000000000000004b1c69f00fe14767d22d976c3df068c237b0f89edb2da6da 0.22 MB 331 31
303,120 303,120 0000000000000000029de00332a3c2fa31bbcde8af3f2968db5c85d6ab601934 0.07 MB 123 36
303,119 303,119 00000000000000004f03eb638f680d51edda8288c782f6021ea4bab3aa4894f8 0.07 MB 156 34
303,118 303,118 0000000000000000467b987e5cb911a4cea848dfd1aefc516aa86fa6129b59b9 0.72 MB 1,353 30
303,117 303,117 0000000000000000503f18c2cee78039f15d479027709a535c4035463293e8c4 0.13 MB 225 30
303,116 303,116 00000000000000004f9bfb3913f1cdd7bfa99d3ec9ca75fe86aab92fb4f9112b 0.17 MB 314 29
303,115 303,115 00000000000000005ddf6b74fa0eaec0dd513d5f8de8be5b3b40443330d6de09 0.28 MB 688 35
303,114 303,114 0000000000000000194560c67ac2fc28391bf2e60f4b38bcfe3ac675e11d759f 0.27 MB 422 29
303,113 303,113 0000000000000000686b7ba1998b10cebfef9ac35e8edc6e6260ec97abfed519 0.10 MB 200 32
303,112 303,112 0000000000000000133ce20d3f18722cda79495e16cf8d14edcd0dd77c14fbb6 0.13 MB 218 23
303,111 303,111 00000000000000004dc03b5401ada43a7827d77676ebb01ea4e1a73c03a2aa25 0.31 MB 423 27
303,110 303,110 00000000000000001dc01618704be7561aca733243fd58b9860fbc4b4aba6072 0.14 MB 205 25
303,109 303,109 00000000000000001990ab197fe8d546952c5e49c40778dbf1862117c3d0643b 0.24 MB 216 18
303,108 303,108 00000000000000003801455f3d5211531a6a073beea0210fb212611ec6b2aec9 0.34 MB 514 29
303,107 303,107 00000000000000003135384ba309be8a49d740eb0715aaa87fcab44ec3b7cc72 0.21 MB 310 22
Previous 10 blocks ↓
Total Size: 684.24 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,330.59 GB sent, 99.96 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.