Memory Pool Memory Pool Refreshing

71,053 transactions
32.78 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,322 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,077 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,321 (686,098 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
184,223 184,223 000000000000084810a1f293c4b93f023058f028902174008f1495fdad245496 0.10 MB 178 139
184,222 184,222 0000000000000a9381506cd2dbcb27d7327d071c74993c9441a2959b5515fb9e 0.05 MB 173 35
184,221 184,221 00000000000001862ebee5d5ba95ed28359bdc2101f13f18dc28d5ec6ea3aab0 0.05 MB 122 285
184,220 184,220 00000000000004086a5025a87ebcbbcf49ca60383da38dc6d2bbac96a1cdfb75 0.04 MB 64 55
184,219 184,219 00000000000007f82c54ef635144e43a6223dc491db0786c23c36c3c0e9d4889 0.05 MB 139 20
184,218 184,218 000000000000012767b68a8902af190080177a3203ff4f092c90b27603dc8b41 0.20 MB 272 115
184,217 184,217 00000000000003ab2ab85aaff7e20937f0eaaf9a158c756ffe093ce4300aa482 0.02 MB 42 93
184,216 184,216 00000000000002d5ddb917fd370351f661407c870abbcd8e4601499050390753 0.09 MB 128 57
184,215 184,215 0000000000000a25281d355aa45b5c22d269fdc0374c94ea1796c02f82bb72a3 0.05 MB 75 62
184,214 184,214 00000000000006e02e85eb8aa6aa74632a7fbdc4de5d8bcaaed9cc9e86282207 0.03 MB 76 437
184,213 184,213 00000000000004480810fd08f0c6687072592687be299cf46b92138492c11145 0.15 MB 248 122
184,212 184,212 00000000000002e4eb6382156552d7b3f3f43b895abe76af18ba8f430e30dc16 0.00 MB 7 15
184,211 184,211 00000000000003f27fcbd2490778ae99f4b41c256112127b2a9dc8ce0bc4c53b 0.00 MB 1 0
184,210 184,210 0000000000000679ba394e25ed1b11716151e01b7d0de14cf533b9d48e7030b2 0.00 MB 10 3,347
184,209 184,209 00000000000002ff7b1abe0a662ceb947e1a680cee35ab42a0fc1b50256f6208 0.21 MB 516 179
184,208 184,208 00000000000003b6872edd142a62e6444d89c6707f6a33f71319987c6e58431d 0.00 MB 9 2,468
184,207 184,207 0000000000000a6500388c26e9513cfddf183dbe1d7620907ca8ade9244a2c05 0.03 MB 69 261
184,206 184,206 000000000000065264e64505403965ef3671417b3932331776abc99d90bfb58e 0.05 MB 65 102
184,205 184,205 00000000000006d412ea829f680b8f74e2e34e6c7be64049b4761c0b3abcebd4 0.10 MB 168 96
184,204 184,204 00000000000008633323bc34c2200e8fe908f6d94e63c27022d6d55d4d4777f0 0.05 MB 119 121
184,203 184,203 00000000000004d9c928ccfdab1f9e48bd206f9a6494b95916f572365940bd21 0.16 MB 229 92
Previous 10 blocks ↓
Total Size: 700.05 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,228.97 GB sent, 210.84 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.