Memory Pool Memory Pool Refreshing

34,273 transactions
31.76 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,551 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 7,776 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,550 (10,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
852,976 852,976 000000000000000000017e3fda9653c74063f876621c473c7642288edef269f1 1.91 MB 2,229 4
852,975 852,975 00000000000000000002ff36d1e350ed4f5294d48cde0f6478bee8bc68dabaad 1.80 MB 2,841 5
852,974 852,974 00000000000000000002ffc141dd10a579c77674f4c6c193cfbdce9e703ea308 1.65 MB 5,138 6
852,973 852,973 00000000000000000002c77732874bc952521326326d8ea37153c7db5d5a46d7 1.48 MB 3,961 7
852,972 852,972 00000000000000000000b9262cb79bb827558b370efc186644bbb614d6b5493c 1.72 MB 3,369 5
852,971 852,971 0000000000000000000362d24f5b8e5bc97b44e6f221761e969a466de3a5a6af 1.52 MB 5,689 6
852,970 852,970 00000000000000000000fd80ad935c409fa7d21a14fa9159c28a7ba1a3bbb693 1.65 MB 4,723 6
852,969 852,969 00000000000000000000b2f9da069f980c4133a84ecab0c82552173df9c7077d 1.57 MB 5,155 5
852,968 852,968 000000000000000000016c694c364682349e604de972cbaa2c8a61148cac8ac5 1.55 MB 2,519 7
852,967 852,967 000000000000000000026d5d0767c73e274e88464df248fddd03ca017194b599 1.60 MB 2,768 8
852,966 852,966 00000000000000000002e9abb3a3cdb707b1a01362314389a1428b9fe20cf4cd 1.54 MB 3,142 13
852,965 852,965 000000000000000000006371c6bd2c158261dd1e1fba86127f98b566686f9f35 1.51 MB 4,896 6
852,964 852,964 00000000000000000000894abc030e80efb129f515d192c394ade9a791fc0cb2 2.00 MB 2,080 4
852,963 852,963 000000000000000000028ee4c5e7f06c40a725ec5bb3ac9f6f42e8c972a93e66 1.64 MB 5,746 4
852,962 852,962 00000000000000000000411420c4b64448e24d69cc96e0bb0d73fc6704fe41ee 1.85 MB 4,186 4
852,961 852,961 0000000000000000000124c5bb2079da1367e1009607834285e7e49b1d2af2b7 1.53 MB 4,002 8
852,960 852,960 0000000000000000000201cb6e1e094ea4d88dda2c9f257153925fc54fc3fed0 1.47 MB 3,293 6
852,959 852,959 0000000000000000000105bd8e5950515538d3b9361e8a41cc1ab55542c97ab3 1.38 MB 2,111 9
852,958 852,958 00000000000000000002a2493b7fa4518bb1682448529428feea34c47b989544 1.59 MB 2,856 11
852,957 852,957 0000000000000000000305b1d44b7ad4274f0ff4148def4f1a30e78e66dc9961 1.77 MB 2,454 7
852,956 852,956 00000000000000000000d842b16195fd7d12b422b94ab027d07cda501229de48 1.68 MB 3,401 7
Previous 10 blocks ↓
Total Size: 687.17 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,508.94 GB sent, 119.90 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.