Memory Pool Memory Pool Refreshing

16,709 transactions
39.82 vMB
Show Random Selection Loading Transactions
Max Size: 199/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,918 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,896 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,917 (34,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
829,220 829,220 00000000000000000000da00e17e91722ecdeb56d8aeb17b8a27d9f443202008 1.36 MB 1,989 29
829,219 829,219 0000000000000000000026778f6d639237d7eecdcc0f1d832dd917a2b5e2d463 1.73 MB 1,890 31
829,218 829,218 00000000000000000000020a0fb49f6dc92e1d26687ea2610c469409b89551d4 1.70 MB 2,436 32
829,217 829,217 000000000000000000005fecfed03f39c608fe676b23170a2c1d4976324c3932 1.03 MB 250 23
829,216 829,216 000000000000000000026a75fd15e4f28b7f96cd7153f3ac54301424b7b39d13 1.52 MB 374 24
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
Previous 10 blocks ↓
Total Size: 687.86 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,531.30 GB sent, 124.59 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.