Memory Pool Memory Pool Refreshing

75,900 transactions
31.41 vMB
Show Random Selection Loading Transactions
Max Size: 183/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,199 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,945 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,198 (393,752 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
476,446 476,446 00000000000000000034c85cf01327f27cb7f046d1491c9324a1ca32c0eea28d 0.99 MB 1,590 107
476,445 476,445 000000000000000000804a651d8dc08abbd1baca94e858d5f93375c167956200 1.00 MB 1,915 178
476,444 476,444 00000000000000000117cd0614b9caf3adb147c75bcaa995cedc2a6fa3e3faba 0.99 MB 2,020 103
476,443 476,443 000000000000000001306e4d8d2272ad4acb82a7227a4aaff2d3e020dea5ba90 1.00 MB 1,123 116
476,442 476,442 00000000000000000135765f146c7cac106db3289d1ad923891222a108815d63 1.00 MB 1,903 170
476,441 476,441 0000000000000000002fb2ab54aa3b7cc01802887a54c5f9ae6de66304d56497 0.99 MB 1,003 131
476,440 476,440 000000000000000000d3c8fdfdcc54d0a4b445d298a980d93bd5cb01c0e03d71 0.99 MB 2,021 223
476,439 476,439 000000000000000000978d358f56c75ff7a97dc6ee2c23fb5064faa30626b8f4 0.99 MB 1,440 142
476,438 476,438 00000000000000000068f6a955b1e6f6c38b643812fe55023c8fcabcb8b3b834 1.00 MB 2,047 152
476,437 476,437 000000000000000000132270eac1333dc0767f0ada48c23b3d613c65e2253f2c 1.00 MB 1,850 156
476,436 476,436 00000000000000000058bcf801ae20f633dc7a4f2f31faba56d2abd46f9c6467 1.00 MB 1,747 222
476,435 476,435 000000000000000000919f7c8d56822616dac1166d25507c20e5cf9bb0dd175a 1.00 MB 1,770 163
476,434 476,434 00000000000000000038030f1776267831f1253526b77aa732c4cc91ccfd4528 1.00 MB 2,150 207
476,433 476,433 000000000000000000bd2c88ee8129e3a50deed9739a466299271f3ef075f28d 1.00 MB 1,691 164
476,432 476,432 000000000000000000934ac8c1c57f1064498794fcfe824251403970d7a17ea0 1.00 MB 1,922 206
476,431 476,431 0000000000000000009bf55c0285c799fbc319e48408556fe5ec0109512aedcb 1.00 MB 2,322 235
476,430 476,430 000000000000000000b000472cde13d7373f0ef6d371a62452b250526320ec9a 1.00 MB 1,833 157
476,429 476,429 00000000000000000107754ee657980f980861155ad23375096d1895a77a93e2 1.00 MB 1,756 169
476,428 476,428 00000000000000000001c7f1f9bc8498548c1343e551133b6bbb814fbafe5656 0.99 MB 1,594 141
476,427 476,427 00000000000000000146cfbfa3ebf4e3a103e9459862c5e020a6925b2c0c2842 1.00 MB 2,034 201
476,426 476,426 00000000000000000121d981a448ae6328693f3c97d0acc1ef6090fd8efe223e 1.00 MB 1,693 234
Previous 10 blocks ↓
Total Size: 699.83 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,194.47 GB sent, 209.27 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.