Memory Pool Memory Pool Refreshing

48,019 transactions
20.02 vMB
Show Random Selection Loading Transactions
Max Size: 116/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
870,396 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 2,049 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 870,395 (486,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
384,106 384,106 00000000000000000c842778bd6bf1d980de3f229896a36353060ffbf5fce096 0.75 MB 1,550 36
384,105 384,105 000000000000000003834cb4164572f272022b7c8fe2feeda8d591305646de06 0.99 MB 2,633 52
384,104 384,104 00000000000000000de5fcbeedd2f7ea2a2cdcca64d109a4402411b10b5c206a 0.72 MB 1,376 35
384,103 384,103 000000000000000000087e266d43495730df8dce46146b4bca949c2fa6096643 0.21 MB 333 22
384,102 384,102 00000000000000000a363442ef0724b4082de746733c773df83974187c53cc49 0.16 MB 396 50
384,101 384,101 000000000000000008f9ca5adfd5f9edfde56b4cdff06a4879b9a864a169f58a 0.83 MB 1,379 31
384,100 384,100 00000000000000000a0db64c03586488a4420f8fd0807a9db2940cac28730e86 0.00 MB 1 0
384,099 384,099 00000000000000000c341190220c8992e1ae8aa21b3fb325dbca0a1fdf33b43f 0.75 MB 1,118 24
384,098 384,098 00000000000000000dda28bb9e4a1ae41c814de3cd5f0fb402f967d50c6c0553 0.95 MB 1,805 39
384,097 384,097 00000000000000000a635c44c55e3507d00fbb89f868a1ab058a1b2007f9ef2a 0.93 MB 2,251 37
384,096 384,096 0000000000000000105eed83a0479d6210915a8c81891def492c1dc71413ad00 0.35 MB 532 54
384,095 384,095 00000000000000000cb0db736eb2cbbeae84141a4222a2008409ef5d393ab35c 0.36 MB 531 24
384,094 384,094 00000000000000000fe41a2561c185b422bc2fe940833688fa6d0410c61a1681 0.55 MB 422 10
384,093 384,093 000000000000000006052fed4b8a55c00ccbe768ae553facfc2fbcd20ef62cd5 0.58 MB 1,039 25
384,092 384,092 00000000000000000fb10dace4b2b07f7dedc0ff097e89b25627b9e0f7529107 0.12 MB 277 29
384,091 384,091 00000000000000000681a7ebc7c225584e5b4501a499583a8cf9734248c8f3e2 0.92 MB 1,814 36
384,090 384,090 000000000000000002ecd6c1752109bbd1e28d59f4886c47f512da136b7adffd 0.99 MB 1,137 16
384,089 384,089 00000000000000000b14588603deabea79e5052c908bff3e86bc09cefde54ddd 1.00 MB 2,572 43
384,088 384,088 000000000000000005757c8d74e857a8207ba061c55db45cad5ba2d23a1a374c 0.75 MB 2,438 63
384,087 384,087 000000000000000001b968fe1bd5647339c073b1ed827e23968f76bacca98f4d 1.00 MB 2,480 54
384,086 384,086 0000000000000000065f7ac6d3672a7b34c30a0577dc2516270d7ddf5aaeaeb7 0.88 MB 1,565 27
Previous 10 blocks ↓
Total Size: 700.19 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,265.30 GB sent, 211.56 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.