Memory Pool Memory Pool Refreshing

55,227 transactions
21.29 vMB
Show Random Selection Loading Transactions
Max Size: 135/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,129 00000000000000000002c0700000000000000000000000000000000000000000 ago 1.00 vMB 3,476 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,128 (155,104 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
717,024 717,024 0000000000000000000108c337b2352fd4946d7957c29945bfccd149b9ecfac1 1.53 MB 3,037 12
717,023 717,023 0000000000000000000a4ad84c49ddd562693dab90bbcfc8e4103cb76d2d122c 1.53 MB 1,977 17
717,022 717,022 00000000000000000008761ad9b4efa11e6950dc8e72a55d4161392ad29e8540 1.34 MB 1,908 4
717,021 717,021 00000000000000000000a6bc34735adfc83a44c84f2fa84a131af96e9a7508d3 1.54 MB 3,360 14
717,020 717,020 0000000000000000000369f88c7a14bde6eb655e8a7a4f5bcb984e82bb580b6a 1.69 MB 1,342 4
717,019 717,019 0000000000000000000274cd3aeed356e6e7358ebbbf5c4b1927178b4dbd92e5 1.23 MB 1,040 3
717,018 717,018 00000000000000000000db9e78ca9f00faf52e05d5a423ed849be6db7dec00ab 1.12 MB 680 4
717,017 717,017 0000000000000000000ac8fe8064c7f80f476d42d60efdad15e39acc196c1785 1.51 MB 2,949 11
717,016 717,016 00000000000000000005c678d80fa2d3ee1e7dd3cfc2c5945ffefa4d62db1607 1.51 MB 1,351 4
717,015 717,015 00000000000000000001d15f6072b3bd366ef6cc45f34ca78b74be24677fa2ab 1.37 MB 2,252 10
717,014 717,014 0000000000000000000a7c7025e23d1458556b6f2c31ed73af25cef1329d2aec 1.49 MB 2,764 10
717,013 717,013 00000000000000000006ecd174ef3d992e9102179e9e10694d74fed37c9cc98a 1.54 MB 1,824 2
717,012 717,012 00000000000000000008f8ac69a5f1c5eae136abb27ed727f4f02edaf7b6b089 1.54 MB 2,863 16
717,011 717,011 00000000000000000007fd9fcc1dbd518e90f0602e2d40b2d1348f8a01db45ed 1.79 MB 355 4
717,010 717,010 000000000000000000064e5054fecf7b404e77b7cfd12ee00be98fc0023e2c94 1.61 MB 1,548 6
717,009 717,009 0000000000000000000483885bafd931a56b0575b9996244535f3ee055380c15 1.64 MB 687 2
717,008 717,008 00000000000000000003255dd03e7c4eb66632f8a38a278fb87364fd97fe328f 1.53 MB 2,708 12
717,007 717,007 00000000000000000006f9dcbe275d483482e9130164cbd8b9c8125af0a8caba 1.75 MB 297 1
717,006 717,006 00000000000000000000024ce02fcf929d175f859e0d457855a2fc9eee142cf4 1.43 MB 936 4
717,005 717,005 0000000000000000000af9123ec623300bdc6dcb7b5c94b3680fd8f3357340cd 1.42 MB 1,860 5
717,004 717,004 0000000000000000000ab6c24257a22755ffd3110aebfd2327973d9d0f13556b 1.59 MB 2,618 8
Previous 10 blocks ↓
Total Size: 703.44 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,592.13 GB sent, 234.32 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.