Memory Pool Memory Pool Refreshing

15,675 transactions
34.14 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,152 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 3,576 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,151 (688,863 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
173,288 173,288 00000000000001fa7e519a3afb22481cebcf17fd190202aa8398a17087808604 0.04 MB 71 77
173,287 173,287 0000000000000433747f05efe70ac6ec60513615e8885a7016c47760e3c9106b 0.04 MB 45 460
173,286 173,286 0000000000000909791f9701f502ff174058eac67683bdf6d9eff2fe61e027a8 0.00 MB 1 0
173,285 173,285 0000000000000684cd18f0875557d4dbffdeaad11aa21f46eed4de48a9022c93 0.11 MB 26 53
173,284 173,284 00000000000009b52d239e6ae7db8af17a62262f03bbd2c179f3a7a78bcabd74 0.04 MB 104 143
173,283 173,283 000000000000097da019b65d274e3d05f763d5399e9eb179e0306b53e6db6344 0.05 MB 139 125
173,282 173,282 00000000000003dfa2fffa07ed6d9c4ca116150e04f9bbbc846030f67fb358d1 0.00 MB 1 0
173,281 173,281 00000000000002abfee73b0fe662e445ab029cdce1d1112d34bba4be0f91eb9d 0.05 MB 96 140
173,280 173,280 00000000000000728f173a8e8c479e3b0d83d5111954aca3e5b4d40cd78db2b8 0.02 MB 48 205
173,279 173,279 000000000000087818d53138fbd4256625e37c98a38b6fe8569e56852c92ab70 0.02 MB 34 55
173,278 173,278 0000000000000223a54ba1689d09a07aac9c172002fee5866b18c2e52ecf5569 0.04 MB 120 35
173,277 173,277 00000000000007ff4ce42e2b26d2db16545c2baf8ec1879e42592d4f19fdd148 0.04 MB 82 129
173,276 173,276 0000000000000a76e60f5a8855a020f8520398b9404f71afbca929bf9e0e70e1 0.03 MB 29 80
173,275 173,275 000000000000034ace7c2b725ad4ca8932f004e7c6e5fd1dcc37875b0fdb1f92 0.00 MB 1 0
173,274 173,274 00000000000008638333884c1572c521652f6f67d98ca731133458ae9de007cd 0.05 MB 126 107
173,273 173,273 00000000000000be5fad0ede388b963840fbca759d09f6d438ed932bbef36d04 0.00 MB 1 0
173,272 173,272 000000000000008b476bacfe405e34badc55c6b569d80f5a47352f5c078b75ed 0.01 MB 31 9
173,271 173,271 00000000000006c79e689d49de68724b6c9817f0bebbaa103d1caa90b8417855 0.00 MB 13 102
173,270 173,270 000000000000054b1fbaeb6506b1fabe1755cca56455f48733811ba2da6e1b4a 0.01 MB 12 53
173,269 173,269 000000000000072e09c6a2a00edbc21406ed0f6f3b21785c0b3d92ff0ecd2519 0.01 MB 20 302
173,268 173,268 000000000000076eca925ee904917c7626a393c61dc3837b7b8767a7a95c3a8a 0.02 MB 69 0
Previous 10 blocks ↓
Total Size: 684.45 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,343.63 GB sent, 101.24 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.