Memory Pool Memory Pool Refreshing

48,678 transactions
33.02 vMB
Show Random Selection Loading Transactions
Max Size: 189/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,508 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,667 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,507 (77,382 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
792,125 792,125 00000000000000000002684c1a10a7328003aaac1e5e1c6d79a0dfb58aa8756e 1.69 MB 2,978 34
792,124 792,124 0000000000000000000216f22924462d0b0d3cff50e851f8ae1df2138ba75c9a 1.67 MB 3,963 44
792,123 792,123 000000000000000000007b114ff8e0104b89f0f59354dd768f9c240fd838908a 1.89 MB 1,903 74
792,122 792,122 000000000000000000010f0843ded81610635437851d32222f99b368d61a5c42 1.58 MB 3,675 58
792,121 792,121 000000000000000000045344e8a0d0a52ee4f6b856cfd4a1e82543acda82def6 1.47 MB 2,605 44
792,120 792,120 000000000000000000046d9a979059f604da54f634300fb8c875c770dd9afc68 1.56 MB 3,592 51
792,119 792,119 0000000000000000000186db0e05fdc6d870ff37ae00e2eb22b7682497632fbd 1.57 MB 3,386 47
792,118 792,118 000000000000000000054fb6c43e79e611510115a4115ca5857812c1d7191098 1.64 MB 3,873 59
792,117 792,117 00000000000000000000a0512cc7b06ec3ece7ff482adeb21a03f21221363b41 1.61 MB 3,486 70
792,116 792,116 00000000000000000004caa30effca32112724eba280595c79225dd018b9942a 1.58 MB 3,050 51
792,115 792,115 00000000000000000004380b38eb25604a06655abc444bc0db5ae4d1c1c76908 1.59 MB 3,175 75
792,114 792,114 000000000000000000001f43e5a1ed1046ef9d12b4a061b0746104f58d20b67e 1.49 MB 3,553 61
792,113 792,113 0000000000000000000472ea5e96074dc7bac9a56ced37801f2c5d086deb5ee7 1.71 MB 3,510 39
792,112 792,112 00000000000000000003d43d67f02c06a2a7dba02a0ae76cfaebe12809e606ce 1.53 MB 3,054 31
792,111 792,111 000000000000000000013877a9652ffbc579974b7bbda120ae55cb12c97f9e74 1.81 MB 3,472 52
792,110 792,110 0000000000000000000158ed983fd9fb25385a372cdc92fc6451b457718ad0e3 1.62 MB 3,756 51
792,109 792,109 00000000000000000000e8db4e15385bf6844eeeb65a31e0244c0378a1502750 1.61 MB 3,745 61
792,108 792,108 000000000000000000000dd3be3f30032be8a773025d6f01a40f30315d3fe85c 1.64 MB 3,345 64
792,107 792,107 00000000000000000005246579ff4ed05637b3046bd1ffa63dee013c9009674b 1.48 MB 2,425 29
792,106 792,106 000000000000000000038e4c661c67b17f3f7fc3920e93d1d32b31ae3c31f276 1.59 MB 3,893 46
792,105 792,105 00000000000000000002909695d2c1cd52a0e5761af00acc49d98ac9080d7900 1.51 MB 2,970 32
Previous 10 blocks ↓
Total Size: 698.54 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,093.08 GB sent, 200.87 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.