Memory Pool Memory Pool Refreshing

56,462 transactions
27.07 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,310 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,476 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,309 (40,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,215 829,215 0000000000000000000254d04b6eea121c51cb3a4bcf3b4336eb8273049e8781 1.62 MB 2,881 34
829,214 829,214 000000000000000000009196be02036a19a3ffc039375bdd4fd91d8db6a160ce 1.49 MB 1,866 26
829,213 829,213 0000000000000000000227ae45434c1d3de5defcd5a771b0bf24bf6df5a851e8 1.58 MB 2,846 33
829,212 829,212 000000000000000000004ba26db305b50c2892e6c46796b9322115f2da1f0d4f 1.65 MB 2,770 45
829,211 829,211 00000000000000000003ad31c16900b8ca2819064cddd336d6e52c40874e8b95 1.30 MB 1,483 28
829,210 829,210 0000000000000000000341c55ed0ee6bc7bb02dd5a4f825fb75b9b0f8e6c7f34 1.03 MB 188 23
829,209 829,209 000000000000000000027d0373b763f69ad12ec54fa9f441061db71325a0535f 1.23 MB 1,021 27
829,208 829,208 00000000000000000001ef4b49d311c0879c7c3f072eb5f07d48ee3e16c40c02 1.20 MB 516 23
829,207 829,207 00000000000000000002431c22b9db828b141d6b76b611480d0b4d2c5617e83f 1.62 MB 3,216 36
829,206 829,206 00000000000000000002f81f0482e87ff7c8393b6c4bb59026d1a8b16381261b 1.26 MB 1,271 27
829,205 829,205 0000000000000000000022bd192b469de793c9b724a1d1d2ab00b7c501b06338 1.06 MB 458 24
829,204 829,204 00000000000000000001f8ccaf322c11b00eabdbd90e4d4f9b1c37b0f965c9a6 1.15 MB 406 24
829,203 829,203 0000000000000000000258c7d80dc14227b448848dbc97e5f428399c3e004aab 1.70 MB 2,549 34
829,202 829,202 00000000000000000002e11b81eb62c714a720091c2cea5c34f3ffaeba6121b1 1.17 MB 747 24
829,201 829,201 000000000000000000032f66c7b6913b3264341622ef6ec20e4985bd54a0fc8f 1.59 MB 3,176 35
829,200 829,200 000000000000000000017f673e8cf9d1ed8f532d5479d04b901d5227a02cf270 1.17 MB 881 24
829,199 829,199 00000000000000000000ec56f092f6e0d80f850425026b03b6ef00115d06ba79 1.17 MB 964 25
829,198 829,198 0000000000000000000326e8614f27ad4f2dc591a1063123326689ad1142e6bb 1.37 MB 2,141 29
829,197 829,197 0000000000000000000393852d929a57c5b39fcfbd76cef494ee68e8d70f977f 1.07 MB 467 24
829,196 829,196 000000000000000000017e53ae2aff14437306c14ca33da0a38c94a08fb2339a 1.28 MB 873 24
829,195 829,195 00000000000000000001373ab13ed27a7c5bc11e86f47539b27c1fa8e428eca3 1.62 MB 3,653 33
Previous 10 blocks ↓
Total Size: 698.16 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,069.29 GB sent, 198.68 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.