Memory Pool Memory Pool Refreshing

61,900 transactions
32.49 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
872,632 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,796 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,631 (75,601 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
797,030 797,030 00000000000000000002fcdc00990a808f3ca2209d5036b614f803410fe4e48c 1.59 MB 2,958 28
797,029 797,029 00000000000000000002b5b54b43881e6c2263c0f619d252baf3dc1ad7ddccba 1.53 MB 2,472 28
797,028 797,028 000000000000000000038861fc2e7b965d0c7d39e4e045515a11755f91eb4b85 1.56 MB 2,824 24
797,027 797,027 00000000000000000002927c459ce2e9f803991a7108851f346ed11905fc66b4 1.43 MB 2,104 27
797,026 797,026 000000000000000000008da69e8c11f6587a9dc9ff5c6e02a8f1215ce8eb1344 1.76 MB 2,094 36
797,025 797,025 000000000000000000026fb3c39fe4c4a386bc5cb69dbb38a190150eb737323e 1.85 MB 3,415 11
797,024 797,024 00000000000000000003b2d867505b5fc972038c8a0fe7b093341f7c856e73db 1.75 MB 2,894 18
797,023 797,023 0000000000000000000547e7dbcbeea4a29757c4b0f0bdf695bb5a14d1f1f2a3 1.81 MB 2,362 13
797,022 797,022 000000000000000000017fec88545a09428e5c8de8b5551c562ef4af67b06df6 1.69 MB 3,112 18
797,021 797,021 000000000000000000053035724791c2b28d569718ba361c17f1a2bac1db2e61 1.58 MB 3,193 26
797,020 797,020 00000000000000000003f23092db3a2bc8da996417bbbbf12bde62885bd79108 1.74 MB 1,989 13
797,019 797,019 00000000000000000004e45157a49c9a5ee03591c7740398f9dfe353779c3b64 1.66 MB 2,174 14
797,018 797,018 00000000000000000002fe066d9698b39263bbfe30cce5989f1b5349b9b7fcf9 1.70 MB 2,593 31
797,017 797,017 00000000000000000003c7aecee7e3afc481632b04a3eedb940984f5f24e5c4f 1.36 MB 2,351 21
797,016 797,016 0000000000000000000483a30c65ef674d9b95aa2eeb57a69a5534172c1ca4f7 1.75 MB 2,318 18
797,015 797,015 00000000000000000004f9e460a347ca95992c76f4e96a122d1c2a45ce0305ce 1.64 MB 2,977 16
797,014 797,014 00000000000000000001376ae50e127dcd486a646b3757a1e906cef65e406055 1.48 MB 2,571 21
797,013 797,013 000000000000000000032eb2cd284bb73b3ca1cb9f7ac97b7519ed627df57db4 1.48 MB 2,559 16
797,012 797,012 0000000000000000000538a1656701142e6a09ef4a5c890d19a5322ec9187e06 1.83 MB 2,233 17
797,011 797,011 000000000000000000024db72fd92b7329d617daa7da9f94ccab8fe369ec5c50 1.41 MB 2,364 19
797,010 797,010 00000000000000000001601a497adbbb3beab5051f05885dae88692677739675 1.52 MB 3,614 28
Previous 10 blocks ↓
Total Size: 704.37 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,650.21 GB sent, 240.43 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.