Memory Pool Memory Pool Refreshing

1,723 transactions (0.54 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,025 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,681 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,024 (838,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,340 70,340 00000000015087ea1aca7ce59c7c8172ab4cb1f5d2e01c84ee46cda0ad8db30c 0.00 MB 1 0
70,339 70,339 0000000000c36fab5f1b51e289e7b121745cd8d4d26a5e44d172cab8a8f9f781 0.00 MB 1 0
70,338 70,338 000000000063f4ec4e32d322ab1fb57fd9c9a4bbe99544588330f4399387ff3a 0.00 MB 1 0
70,337 70,337 00000000005d46b6c0c7187e03518ff8d7e354b2081db14caeed06811360e140 0.00 MB 1 0
70,336 70,336 00000000013ef92d22911737ed3effa1ddd0f0499fb4b5d2cfcfcd9a794d951d 0.00 MB 1 0
70,335 70,335 00000000011245f40902c813f4422882efd5ecb34526ad865e417684990891fc 0.00 MB 3 0
70,334 70,334 0000000000f5e3642529effa29fc067cf98b02c1e5f2cb0e8b84a3d7d878af5a 0.00 MB 1 0
70,333 70,333 000000000030dd8c8b1bad2bc643958a71bd6a38ecf85ccb850fd9f286adbd47 0.00 MB 2 0
70,332 70,332 00000000004659eb080664518faf854add385a0b7b2cdf49fc2fc1ac38e02418 0.00 MB 3 0
70,331 70,331 0000000001014b9b3da584ffbf42edc1d706079a1ade62dfa1338cd22554dd4c 0.00 MB 3 0
70,330 70,330 0000000000ad13d49c2c9d6b04ff43cb8d7d12f065485a9d0454126848b08c67 0.00 MB 2 0
70,329 70,329 0000000000dca37b632defdd3f5a1fe55656383ff59758a141f9b1fb8f533258 0.00 MB 1 0
70,328 70,328 000000000001a78f1e232464e2a44552649f500efd9f1f37412d35de398b2142 0.00 MB 2 3,891
70,327 70,327 00000000007994ea2fc9a783a38bd20982139aeacd1d10a0e61f1c97c3043d21 0.00 MB 1 0
70,326 70,326 0000000000b066cc54538f88cb63d4ac5152866e0528a36441aee66c5b3461bd 0.00 MB 1 0
70,325 70,325 0000000000c9ccaffdd078fc2640cc994be93956ba2e6380db8375a85377b04d 0.00 MB 1 0
70,324 70,324 0000000001068b0d5954b879c1e31c80005644deeada233563800a17d7241050 0.00 MB 1 0
70,323 70,323 0000000000e71f8815e6038218cc4bb12c70b8b43119e1304eda5fce290be15e 0.00 MB 2 3,875
70,322 70,322 00000000015c8ce63cf64960a821ce8d0870b80a7b6b95fc2bec3768ab5ebfc6 0.00 MB 2 3,875
70,321 70,321 00000000007e84be49cf9de4191217de6bc92f14f30972a42c81919e655d71f3 0.00 MB 4 0
70,320 70,320 0000000000873f15775b1f4c7c0a11faa0ddc0fbf9ed453f9bca83aba5a57556 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 771.59 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,869.52 GB sent, 105.40 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.