Memory Pool Memory Pool Refreshing

25,109 transactions
29.79 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,231 00000000000000000003098c0000000000000000000000000000000000000000 ago 1.00 vMB 4,761 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,230 (34,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
828,113 828,113 00000000000000000003d1427fd54bdfb837136c71a02790fd7e690dcb5aa431 1.63 MB 3,191 45
828,112 828,112 00000000000000000002077bfe378f1e2a8412f6588e663fdb204ecde18e601e 1.61 MB 2,840 40
828,111 828,111 00000000000000000002a6a9a20029f9ddb1c3e64936239dd50d0414e30253f0 1.54 MB 2,730 38
828,110 828,110 00000000000000000002eecb4eb66bb0e259e924ea0a3f61e74ca23bbd98164d 1.72 MB 3,067 27
828,109 828,109 00000000000000000000907ca8c6354e7fe9314bf26cd95bae717828b849ece9 1.66 MB 3,111 40
828,108 828,108 0000000000000000000358a8af9d87246669d23af94ab0ffa66a2c1cc097b6d1 1.78 MB 3,343 37
828,107 828,107 00000000000000000003f627c49eab5a2d9bc0293a0fec69997bc42b2cdc83cc 1.90 MB 609 27
828,106 828,106 00000000000000000000c77ae18bf90cedcf244db43a1b9005b736a8f9dc2f89 1.67 MB 3,855 46
828,105 828,105 000000000000000000039b6c66dc2cae97623399a30f9919611e5b8988e0e91e 1.52 MB 2,997 41
828,104 828,104 0000000000000000000013c755d572562e13ad61b76cc855041f39a305f0a2c3 1.88 MB 4,172 32
828,103 828,103 0000000000000000000390e9ed855c0066eeca2996e89dc84f15eb098db54b68 1.63 MB 2,929 38
828,102 828,102 000000000000000000004ab660f86c68c7579d1a65d233b17e661bf77c14a06f 1.72 MB 3,761 33
828,101 828,101 000000000000000000032643b8aed4ff7fa914f107ee39e9c9650249d48f7edf 1.46 MB 2,206 31
828,100 828,100 00000000000000000000f96b4efeb1c4a7857708e1eacab679f4b983897d0b73 1.84 MB 3,072 29
828,099 828,099 000000000000000000016f48103349cd649701e377e763aa45cf33dd6410edf4 1.68 MB 3,231 32
828,098 828,098 00000000000000000001c20764108e4223fc692a3dccc6c2719ad3fcf8eb5585 1.54 MB 2,369 35
828,097 828,097 000000000000000000002dd3473f7e1994b75534cee302dc84e2aea62c638348 1.55 MB 3,272 48
828,096 828,096 000000000000000000038f00de4e0b1640d75aaca339425ee27b3e9d5593dc3e 1.63 MB 2,409 30
828,095 828,095 00000000000000000002edad5207b6d260eff2586cb997fcbd0c5283bfc4de55 1.68 MB 2,991 50
828,094 828,094 00000000000000000003baa374d5e0f04cffc1862bc813bcd3ae0929885e96a2 2.38 MB 4,742 24
828,093 828,093 00000000000000000000146ea123bbb8128467969bab6a99f8a611e7bf302443 1.80 MB 4,808 25
Previous 10 blocks ↓
Total Size: 684.60 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,357.61 GB sent, 102.23 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.