Memory Pool Memory Pool Refreshing

33,185 transactions
30.11 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,289 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,536 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,288 (101,934 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
760,354 760,354 00000000000000000004e400823b53b0466dec2e0759869e74949559834917f1 1.40 MB 2,946 26
760,353 760,353 0000000000000000000075a55839acdd08405e7d72118c76effd4ee0ecaf80c8 1.14 MB 1,833 16
760,352 760,352 00000000000000000002baf55732fb601fb809a4c2db66b91895ec5cff65320a 1.53 MB 2,154 10
760,351 760,351 000000000000000000014b429bdc5baa3e5c8c69d139fc2ab6192a8bc32f779b 1.51 MB 3,335 27
760,350 760,350 000000000000000000068bf4aa9d7e47ff9363a78eb44bf811b86601a397ec26 0.35 MB 498 11
760,349 760,349 00000000000000000006d74058e2071098e31fdb9320fbb2a3de023471fbf661 0.31 MB 32 2
760,348 760,348 0000000000000000000184eedb0b588e054f3788f419cb19d26822a82e2dbe63 1.65 MB 1,721 7
760,347 760,347 0000000000000000000485654173d06cea2fe1a774bf2dfc7e8214f089e70717 1.54 MB 2,948 26
760,346 760,346 000000000000000000033e294b044919a02030d0aaf817d043bec08cd9d47187 1.57 MB 1,443 9
760,345 760,345 00000000000000000006232745f59361e4b469c266a93c106fce3386272ec5fb 1.71 MB 756 3
760,344 760,344 00000000000000000004324b2adfbab364c77223cd3431b3781bf70f85fc9773 1.51 MB 2,054 12
760,343 760,343 000000000000000000011004d4953abc2f22b49680029f008645216acd25ec8d 1.40 MB 1,889 20
760,342 760,342 000000000000000000004fdb12818a74a768417a4f7ef377be05609b24c9b7bd 1.56 MB 1,903 31
760,341 760,341 00000000000000000002b9345bbbdf0a8df3a2cbfdedcb6dc7f86838ba8385a5 1.64 MB 2,592 16
760,340 760,340 00000000000000000003cb087b71d3ee54f9db1e7584b02d3ebe5baff867f504 1.58 MB 2,318 20
760,339 760,339 0000000000000000000666e187a900e9528f6a9a7c605d01c5b7b0116d433872 1.51 MB 1,202 12
760,338 760,338 00000000000000000002af373197057be866c05018dad66b06145c87b6be609b 1.52 MB 3,023 28
760,337 760,337 000000000000000000038e22c0bb6a6416d0143a15791b0b59bf0df64187f457 1.49 MB 1,022 14
760,336 760,336 00000000000000000000ed67ee39ce393aa06794799be817accdab1aa6f6a530 1.35 MB 558 8
760,335 760,335 00000000000000000000f2fc2d3b2705a2e29e23af882764a387b5cb46ef5251 1.56 MB 1,293 13
760,334 760,334 00000000000000000002366464022a82f8c031965b88ab5e910fe10ef5e0ee83 0.59 MB 436 1
Previous 10 blocks ↓
Total Size: 684.71 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,361.90 GB sent, 103.11 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.