Memory Pool Memory Pool Refreshing

48,038 transactions
29.83 vMB
Show Random Selection Loading Transactions
Max Size: 186/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,403 000000000000000000032f140000000000000000000000000000000000000000 1.00 vMB 2,863 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,402 (45,007 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
818,395 818,395 00000000000000000000cc4477142010e7f8fa2c8d44b369fa9d5de90ce996f0 1.89 MB 3,401 59
818,394 818,394 00000000000000000002949cec3c651d0e337b1eebf5b5d12d06ff9f42ee25e7 1.99 MB 3,899 56
818,393 818,393 0000000000000000000382cc13527e2ab59f156633812d4d0893802cf6be747e 1.86 MB 3,876 54
818,392 818,392 000000000000000000016d56c9744fbb2914b0b6ed86caea9e366f5f963697c5 1.88 MB 3,904 54
818,391 818,391 00000000000000000000e10eb041fd6446d6b344bc839422687e9916877368db 2.04 MB 5,194 59
818,390 818,390 00000000000000000001a87aac8c67edc7ed6bcbd4ce5e4392527914d5a7b991 1.88 MB 4,860 54
818,389 818,389 0000000000000000000363d61b9e7cb110a3f1874dd23eb5c80a8d1f6590336c 1.71 MB 3,857 73
818,388 818,388 000000000000000000028a9a1394e407b7d133889e77ea65fd694be4b939d21c 1.61 MB 3,318 73
818,387 818,387 00000000000000000003eef3e488b90fa1f206be90864f51989a21858f73f587 1.57 MB 3,121 61
818,386 818,386 00000000000000000000a134bf2572e16aae7d2926c76589afac36cd34a7c96f 1.97 MB 4,477 52
818,385 818,385 00000000000000000001436c98aead3ee00dca07d4fd3cee78dfb2518fef901b 2.03 MB 4,910 48
818,384 818,384 000000000000000000006527aea1b87c1fba0785be1dbaf5d663a6b587db6097 1.91 MB 4,893 56
818,383 818,383 000000000000000000021ea0ca92c697aeddff39a5fc6e135cca6bcf8a5488f8 1.87 MB 4,275 51
818,382 818,382 000000000000000000009bd7d9cde937b3511e29d6ac3367f4a33d2c278ef4a5 1.61 MB 3,172 55
818,381 818,381 00000000000000000003a0521657c01328c42c1489fa183629c1958fd2ec7f65 1.84 MB 4,364 61
818,380 818,380 00000000000000000001314c7d349c56a5337ab773af2c6b26d7dec4e8625599 1.74 MB 3,671 61
818,379 818,379 00000000000000000003c3e28bb131ff5ce14d35d6554894695e9e38a7e30555 2.03 MB 5,425 56
818,378 818,378 00000000000000000000826abfab67317e4d9be2b3dd4ae44b8864508add297c 1.95 MB 4,008 62
818,377 818,377 0000000000000000000192b96c7effab1a97d8be7c5a51c342339f502e7ffe66 1.85 MB 2,547 52
818,376 818,376 000000000000000000011d62a7719b655555e7ecc60c06abdb792eb29f2897a6 1.85 MB 3,444 60
818,375 818,375 0000000000000000000410ebcd9ea90775eca0ba868944241909525e19c35751 1.85 MB 3,560 69
Previous 10 blocks ↓
Total Size: 686.89 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,496.04 GB sent, 117.63 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.