Memory Pool Memory Pool Refreshing

61,916 transactions
32.88 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
874,420 00000000000000000002b5630000000000000000000000000000000000000000 1.00 vMB 2,408 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 874,419 (969 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
873,450 873,450 0000000000000000000136ff17454b57f06eb9c9ff6393faa9b1f1af45541824 1.75 MB 1,236 5
873,449 873,449 000000000000000000024b526f27d38646e07a6e8bd45ac9a39548857642e0a0 1.76 MB 2,096 7
873,448 873,448 00000000000000000001ab1d483d1bc3159589ca96a8bf6baff9c632d1b988d4 1.83 MB 532 4
873,447 873,447 00000000000000000001a791e9b43c08c149fc1c61f8cd169da02d42e5b460e8 1.68 MB 1,814 6
873,446 873,446 00000000000000000000d00a02097869ae8941b7d59e4963d6a82dec097df1e7 1.99 MB 3,323 5
873,445 873,445 000000000000000000004dd3c39fa5baabb14a5b1d4458dc87ffa6fbe6dbbe49 1.95 MB 2,119 5
873,444 873,444 00000000000000000001020c960fbce6b164efbb6dc7be00254e681f44cca17a 1.51 MB 2,690 11
873,443 873,443 00000000000000000000368bae236a2998dec341250aeb9e236127e03d309dea 1.49 MB 2,320 7
873,442 873,442 00000000000000000001d62c33958f5ede855845d97a3cc0bd1497d5b7b34e4f 1.56 MB 3,045 12
873,441 873,441 00000000000000000000952a7a381797bd00218d612dc8e6fd24dadfd05d8207 1.73 MB 2,226 7
873,440 873,440 0000000000000000000294dee95cc0beeceae6ad7068eafabea421c9c4091161 1.72 MB 1,464 6
873,439 873,439 000000000000000000022b7d23a4bbf5e1c44d5665fffae4762247a84e65db19 1.31 MB 1,725 7
873,438 873,438 000000000000000000006411c3b9f75fccbd470351fba7c89379200232daa8f4 1.31 MB 827 5
873,437 873,437 0000000000000000000206ffb7a9246aa1a879abcbef0e31165120b5c853e037 1.67 MB 2,452 6
873,436 873,436 00000000000000000001fe517a4f9e185e666d284615b8a6b5c3a773a531bef4 1.52 MB 2,691 12
873,435 873,435 000000000000000000021b392874b6d4fc62692c3830db826766c8b765da6d66 1.53 MB 2,455 9
873,434 873,434 0000000000000000000095b177b19a78018875c7c21fa0b1cc8c3a73825f85ef 1.61 MB 2,785 10
873,433 873,433 000000000000000000016ddbe7a3d1538c64638dd336458727af2e5c965f4181 1.33 MB 1,317 9
873,432 873,432 00000000000000000000d5cb7b5277a730f22a76a768528ccea3cb97ed48de61 1.63 MB 3,203 11
873,431 873,431 000000000000000000003b2722bd81b7b95ff3bf561377335ccd70cd09b48ce9 1.54 MB 3,328 13
873,430 873,430 000000000000000000007621e0c65d0b13a854731810cc876cfe488ad1354cbe 1.57 MB 3,372 14
Previous 10 blocks ↓
Total Size: 707.60 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,779.25 GB sent, 260.41 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.