Memory Pool Memory Pool Refreshing

22,907 transactions
29.09 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,669 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 2,481 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,668 (660,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
201,998 201,998 0000000000000225a527b5b2dad63ca8f2294d226eaf50c7d6d7b930b90f38f8 0.06 MB 207 263
201,997 201,997 0000000000000034e72dc9fbfcb1084e897587f49cba0b2a7336fb648dde578a 0.13 MB 222 116
201,996 201,996 000000000000056c0c45c3991072308b0504610f4dd326f9573910f1dc6463da 0.03 MB 67 130
201,995 201,995 00000000000000ee5457a56a06de539a3f8c1a5c2929a0819c923450c93d7e8d 0.28 MB 499 99
201,994 201,994 000000000000019e647b1becd3250f924442d2d4178310006ec6a58818836f26 0.25 MB 512 210
201,993 201,993 000000000000003912e4601add20bbb064e9323789f09800649b97a13e564701 0.05 MB 136 95
201,992 201,992 00000000000000632f0539095f45fc8b12cb7cd6cf75729b5ceded4643c6c3a5 0.04 MB 87 36
201,991 201,991 0000000000000138309a853dd94d75370dc66b9f4c572228de12b0dfacff7b5b 0.06 MB 167 235
201,990 201,990 00000000000002e0fe01e37a40bb9efbff6db7a4734a54bcbb8c73db382b6eeb 0.05 MB 127 157
201,989 201,989 0000000000000119f72145035012884f98cd9739eb58d56c5a04f5ab97dbde2e 0.15 MB 354 173
201,988 201,988 00000000000001de0baf9602071dcb234d9c29abe4b51f3cf2199549b615ac0b 0.10 MB 292 126
201,987 201,987 0000000000000504641b23a4c1da71b28811c769a0edfe891a368790adcec081 0.35 MB 805 183
201,986 201,986 0000000000000520a26c19b20ef1992584c18c092636d12f955102ac2d79c3ab 0.02 MB 38 88
201,985 201,985 00000000000000c6f6657428f2953d5ae0ca9f5c6ef6b6cd2971c019068ffa57 0.18 MB 294 96
201,984 201,984 00000000000000e95fdff20485dcc8805a405dd4760408493b83ff9dbef82a44 0.13 MB 278 106
201,983 201,983 00000000000004e4d92943e2012c5b548354eab446740f5bf848ada6ad000d90 0.25 MB 716 200
201,982 201,982 000000000000028a14c729aa4e84c5723ac62023ab08c325fe1c7f9a12907dc7 0.07 MB 141 102
201,981 201,981 00000000000003924d0364d8e888641169d91a067714715ca9f68e9b32f627b7 0.31 MB 735 121
201,980 201,980 0000000000000027d6ac5165e4bfd4fd79094f4ca48c131a35533b7c9f9bd9a8 0.11 MB 323 134
201,979 201,979 000000000000051673c8617e3b9ce71852ce3aef3da8f21331cfa729952c84d6 0.41 MB 1,016 159
201,978 201,978 0000000000000222d4901e6da97a6a0ad503683579ca4a9400c336e56ebc02c6 0.05 MB 120 295
Previous 10 blocks ↓
Total Size: 685.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,382.21 GB sent, 108.53 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.