Memory Pool Memory Pool Refreshing

52,005 transactions
33.03 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,413 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,072 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,412 (733,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
136,322 136,322 0000000000000a6784934f8685dcdf4ea4986a4946b936c49863033d52c7c8e7 0.01 MB 38 216
136,321 136,321 0000000000000a3cfe51de39bdb13751ae055ff3074e9d0102eca73b88889dd1 0.00 MB 19 888
136,320 136,320 00000000000001ea1e03e3b5f839ec1531950afeb4ee6a81965254314386cc02 0.02 MB 37 282
136,319 136,319 00000000000000151742c830eb01b2eacbe3857065b9992ba6bc702b63ed9155 0.00 MB 5 552
136,318 136,318 0000000000000964c611297c09f9216e555dc863c4a928245a8434323c65c851 0.00 MB 2 194
136,317 136,317 00000000000007edc2b87f860031cf8ead04c1598d5399885d8c786326ba3eda 0.00 MB 12 31
136,316 136,316 0000000000000543ab1e44a1f66e1a9d1a8e5d16baee974ac8004f39c7712f45 0.02 MB 33 230
136,315 136,315 00000000000004f6c0dd0065cd7f732477f59faa6669fb609fe2b91fe85e9994 0.03 MB 104 177
136,314 136,314 00000000000007879e8f43c3623656f39000425c1df5cf01da140e13a2c488a0 0.03 MB 67 250
136,313 136,313 000000000000082a5765097fc233b998939cf0f66a0d3b0727a7ceaebb18a8b2 0.05 MB 91 297
136,312 136,312 000000000000059732f5f5b26c3f864fcc497faddf52605a741744f6277bc8ba 0.04 MB 112 118
136,311 136,311 000000000000016900a18cb7619de6b2987f45e539f7383f53bb73fc310fe320 0.01 MB 26 329
136,310 136,310 0000000000000183d33b6353c23a86ac64e07a8453393be853adad8fdad063b5 0.02 MB 62 357
136,309 136,309 000000000000060b4142e715fbb9268c90af4069cf9b25e842486e266e48795f 0.00 MB 10 69
136,308 136,308 00000000000005f9e7d2210ccd84ab6c471c22aded204cc6d680c79a6d95a2e7 0.01 MB 26 343
136,307 136,307 00000000000006f4335e61b27e25cfbc1317352e3d8408fcb41aaa420173a3d0 0.04 MB 68 230
136,306 136,306 00000000000002971a9d999fbde87c4b6cbfef4e9d59c6028c3fceb520d16b14 0.05 MB 167 96
136,305 136,305 00000000000008b38754a64b91308f0a8a40470cf8d40ab3b5078db264f730a0 0.01 MB 31 92
136,304 136,304 00000000000006dc27d246369ebaf72b0155e64f399d80a688db301dd2c08853 0.04 MB 88 346
136,303 136,303 00000000000001cabd67d04db65ca0455b621811a092046af198e0602409ab73 0.05 MB 148 367
136,302 136,302 0000000000000790cb47c01588f6f77f760776c91475c7a54813087156be6d75 0.05 MB 124 354
Previous 10 blocks ↓
Total Size: 698.36 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,081.85 GB sent, 199.91 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.