Memory Pool Memory Pool Refreshing

75,859 transactions
31.80 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,352 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 6,396 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,351 (654,256 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
215,095 215,095 000000000000032f6a5d5fa4a54be188a0837627d0ef1cd72fd72cb0b91a0baf 0.01 MB 32 129
215,094 215,094 00000000000004afece96d87a584fd3648db8184cc4e375755ad12215476405e 0.18 MB 444 176
215,093 215,093 00000000000002cddaa880644697cd4d782462e16523638f3bd72511c179e26e 0.01 MB 32 197
215,092 215,092 000000000000046865052f0d1a3d4c0aa6a99807797e8df3ad886c5048304a24 0.09 MB 222 159
215,091 215,091 00000000000001f559d90d7e23b2144abf7f835f11d189bd578aab4d0abac683 0.26 MB 181 118
215,090 215,090 000000000000057222d493b34861e292eded1920c40c4b8467b074eb3f2d0c59 0.00 MB 12 151
215,089 215,089 00000000000000c85fd5511eedc7a2ba34a23fdebbe9b6e9e9ac9a114483365f 0.12 MB 229 141
215,088 215,088 000000000000013bccb3110d9db04094d2e0e50030f9bda6ada2f18bd49cb8e0 0.25 MB 535 203
215,087 215,087 00000000000001b47ddd8414bef2d6794e7a82b37d1213d650655156df472f60 0.14 MB 355 183
215,086 215,086 000000000000042e2ab77112e9e380ff3b110873594de0632ba1a90e325bdc1a 0.03 MB 108 37
215,085 215,085 0000000000000482dbe674b0e5e2abcb675091e68e0d25e9b478dc233c317bf0 0.09 MB 206 160
215,084 215,084 0000000000000518e52edc2d88410b60ed550a76e7fbe899d9132cf6d7321429 0.03 MB 52 52
215,083 215,083 000000000000022502eaf8d3cd71617c7101867d85e5cbf26930b71d4690629d 0.18 MB 446 187
215,082 215,082 000000000000028f14f2ed4043b8e51c8213c188e67d0f0c7d5e70667c45a780 0.02 MB 38 127
215,081 215,081 00000000000004ba4141aea7a8ae5bd217f197fbbf9068af867eaf1407bce5b3 0.05 MB 90 131
215,080 215,080 00000000000002c41cbc094d70cb6232dbdf8e61429d4c2f52d2301d1ee26aef 0.16 MB 283 108
215,079 215,079 000000000000028d6f0d2d42ef29ce58a9dacd5b64ca320b164dced0e433d867 0.00 MB 6 0
215,078 215,078 0000000000000331552de6a7adeff6b5a2ab28c9de30a13cef6b735b176500a8 0.10 MB 186 153
215,077 215,077 00000000000001f1608dd67ce86a9be5052e8a41c510dee5ada3ccdf90645186 0.16 MB 342 163
215,076 215,076 0000000000000076a566b5d5fb1962e13a41aacb43e12f7ef892e85f2b0dfb11 0.05 MB 121 141
215,075 215,075 0000000000000202b0007edf3e638c7fda7aff8a21692fbbab810fbe3093e4b8 0.37 MB 864 180
Previous 10 blocks ↓
Total Size: 698.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: 2,071.06 GB sent, 199.20 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.