Memory Pool Memory Pool Refreshing

55,455 transactions
30.70 vMB
Show Random Selection Loading Transactions
Max Size: 179/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,826 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 1,488 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,825 (411,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
458,546 458,546 0000000000000000004b67c14c944a28bbc95e169193850031512cd84bec46e7 1.00 MB 1,035 33
458,545 458,545 0000000000000000022db66b298625b67687a8a618baf8c5fb1d0237a9691607 1.00 MB 1,221 96
458,544 458,544 00000000000000000051348cc0b5b89f6af47fa864da1eb3e8ae791b29501d36 1.00 MB 2,108 151
458,543 458,543 000000000000000001013720997a3962306f8d8c847272aa757d032b11e7b149 1.00 MB 1,374 149
458,542 458,542 0000000000000000001c96ebe21285e974024dff45c99c6347dd985b6851c51e 1.00 MB 1,237 27
458,541 458,541 000000000000000001cb2532fde0d0ced63235560ac72b2d9f9fcf715a0d6b5c 1.00 MB 1,324 87
458,540 458,540 0000000000000000002fcdd8d8ff221a2ee9db64fd003d310dfb5dca8a9f0181 1.00 MB 1,142 119
458,539 458,539 00000000000000000035ee4da1480b0a6fe9c9e5a82d957f36cb34019b91d594 1.00 MB 1,418 126
458,538 458,538 00000000000000000083a8e80fcbce3689361a6bb152f52a4d67ce914519747d 1.00 MB 2,281 145
458,537 458,537 000000000000000000a89e3c550e03d1e31d9b414b5d31621847a3e49da8cc10 1.00 MB 2,218 224
458,536 458,536 0000000000000000021999e765be591351dafb2760f003aed0693c0cc20de09c 1.00 MB 2,896 164
458,535 458,535 0000000000000000004e6f51fd2073e33d18033053617572e33a5c70fab146cd 1.00 MB 2,367 130
458,534 458,534 00000000000000000043c2bfa063415d3a95a33cbafbb6b8a907bb6da7b70a18 1.00 MB 2,352 165
458,533 458,533 0000000000000000002b8730761599461e96bece0c8cdb6369c8911f56a8c169 1.00 MB 1,309 132
458,532 458,532 00000000000000000170bcb33302042e16494b1d40d4f36ae6696ff369fbfda0 1.00 MB 2,113 174
458,531 458,531 000000000000000002337bd0338929eaaf589bf2c62cb74139499381b61ab857 1.00 MB 1,948 173
458,530 458,530 0000000000000000020c355ac16d323b479ae69541d238e5844bd93ab64a4adf 1.00 MB 1,595 148
458,529 458,529 0000000000000000003ddd7162d53bc743eadca03be95e4a901aebf08af8c5ad 1.00 MB 2,311 179
458,528 458,528 0000000000000000010e5142aef21c989babaddd834b8a623f22685ba04c3bbb 1.00 MB 2,264 255
458,527 458,527 0000000000000000022c337436555099f76a5809bdb470e7811f724a2b00d7ef 0.93 MB 2,487 214
458,526 458,526 0000000000000000022975d614b7a58d4c4db0dc4453f3403a269050210a0129 1.00 MB 2,323 205
Previous 10 blocks ↓
Total Size: 699.13 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,110.87 GB sent, 204.82 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.