Memory Pool Memory Pool Refreshing

46,571 transactions
31.44 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,482 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 3,907 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,481 (30,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
833,387 833,387 00000000000000000001e2215b9f5f161f1cdf8a40049499e04c6d5473baf7b7 1.60 MB 2,862 69
833,386 833,386 00000000000000000002a54abcf6757a7578cd9da4b3094e91d2d75da06c3ccd 1.56 MB 2,339 54
833,385 833,385 000000000000000000015834cd3d8ffc46f7bb52b5406d2eeae87ca060344970 1.51 MB 2,781 74
833,384 833,384 000000000000000000029e0e46d89a3fe59ab5e95c058f9855024d91aa3293b7 1.61 MB 3,492 88
833,383 833,383 0000000000000000000205bd8d08454e5e66a7843a65bf4701fc85e03c433bef 1.83 MB 3,350 63
833,382 833,382 000000000000000000003220c388cb481f1a61a140147353f9cbb22c4e0edffc 1.62 MB 2,531 46
833,381 833,381 00000000000000000001cf56b7f9a4000b3eaf47dbdfae42ac7bbf4a1ecf928a 1.48 MB 3,055 69
833,380 833,380 00000000000000000000332cd673634c0ef72779fc9fb97f341234a22b226e4a 1.53 MB 3,381 113
833,379 833,379 0000000000000000000160fea5f8c01689939b4d3ba98438afb052c5ed102374 1.86 MB 2,509 38
833,378 833,378 0000000000000000000343ca0ae3f3066b795615765eb41bfe2b34c72a186fc8 1.81 MB 2,246 46
833,377 833,377 000000000000000000015fdd183bbbea4d96fff2687486f88739a5f988668159 1.80 MB 2,438 56
833,376 833,376 000000000000000000016de9b9f2f612f67ab023e5b38a3be3a13dbb910a2a01 1.76 MB 2,766 55
833,375 833,375 000000000000000000026c4e8a6cbba46217579ba4bb76f4a6a9ae369314953e 1.85 MB 2,719 66
833,374 833,374 00000000000000000002221aad75eca359b2d24634e6696a05bb1de531bf8140 2.06 MB 2,782 54
833,373 833,373 000000000000000000021dc201c512c92177b91a13764a3ce0e207063b2352ab 2.07 MB 2,048 19
833,372 833,372 0000000000000000000216040e26c36ae662bc8264e16e5ba1cd4c2958b10227 1.93 MB 2,515 30
833,371 833,371 000000000000000000034bd6c0fb5ca9e1256a37902bfd25617e353e51b8a15e 1.86 MB 2,467 34
833,370 833,370 00000000000000000002f80afc92a37db52ddf8b43ca68b6e0e42d2516008ba6 1.60 MB 1,852 26
833,369 833,369 00000000000000000002986d1b672a62c6450b099a8d601243e307131262e2f9 1.80 MB 3,047 43
833,368 833,368 00000000000000000000ee2f5d8473820ccccbe121ce2932bb38e28f348da95e 1.61 MB 3,238 61
833,367 833,367 00000000000000000000ed675b7ccb4eaf507ed5ce962a0122628e0f411290fa 2.01 MB 2,102 27
Previous 10 blocks ↓
Total Size: 687.04 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,504.55 GB sent, 118.69 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.