Memory Pool Memory Pool Refreshing

53,312 transactions
27.99 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
871,552 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,950 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 871,551 (144,443 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
727,108 727,108 000000000000000000025ce8ab1c48e53f8cb2d5000807cf45ec18e543773f84 0.58 MB 906 8
727,107 727,107 0000000000000000000066ff7813973ee5068a0ff061f42901360871086a5025 0.32 MB 444 9
727,106 727,106 00000000000000000002bc5d2f34d9bb7c92d2e2c6f2a578ed704f7498cf4d53 0.09 MB 49 12
727,105 727,105 0000000000000000000358f170fd5d78721254c9f3cad519155d36eaef8c1c63 0.58 MB 764 8
727,104 727,104 00000000000000000009554288443c39f85f3e531e9e60c48db2d01a22585b81 0.65 MB 529 6
727,103 727,103 0000000000000000000516fd3c3ecfb22e47ba8ed8c29163602230aee526d147 0.43 MB 464 8
727,102 727,102 000000000000000000058b74712cac983dd446c6b2c5e078db9975c6638e86fd 0.07 MB 182 12
727,101 727,101 00000000000000000009e50a3c45c26a64cfe507b5abee9432460ed3d85c6855 0.60 MB 423 7
727,100 727,100 00000000000000000009172f5fcd27d772355e8f5c98519d4faf4eaca3592d21 1.58 MB 1,194 8
727,099 727,099 000000000000000000045dd806ab5eb5f954924ccf0a85d5dbd77242df9c4d46 0.11 MB 166 7
727,098 727,098 00000000000000000000ce1b5d1e15fc47eb37b8481dace59bb43afbcc17e80e 0.26 MB 352 8
727,097 727,097 00000000000000000009a960e0f8d40db34a6e0c84be53dc449c03b5b36efa7c 1.04 MB 1,254 5
727,096 727,096 00000000000000000003fa3adb7c5be5e736216574a57c40d09d079c7e093586 1.24 MB 1,434 9
727,095 727,095 00000000000000000002805c7f88a930b87d1385ca422e566b7f8d2cf27d9fd5 1.06 MB 1,663 7
727,094 727,094 00000000000000000001cd4954ad1f9042a29e6bd27ca13b67ceb4cac9292a01 0.21 MB 334 8
727,093 727,093 00000000000000000004dc1a84786147fb543e42ba02145d0e07afaa2c2062bf 0.25 MB 458 8
727,092 727,092 000000000000000000022e1cd6b678b78c1bd46e03849daf5342d23ec553726a 0.47 MB 616 6
727,091 727,091 000000000000000000060a5f6c35434e61976422d1f829b55f4ac8dbf957e435 0.84 MB 756 15
727,090 727,090 000000000000000000030a2b93cf326d2ba83add91c51de25fd53f518e808283 0.50 MB 972 8
727,089 727,089 00000000000000000001f8361a87a976351987d498b2b8de3d76e7841e32b24f 0.18 MB 165 9
727,088 727,088 000000000000000000000d35dd3688e49776fdd6d2060f7dfb53e9237501759b 1.19 MB 1,696 4
Previous 10 blocks ↓
Total Size: 702.36 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,543.10 GB sent, 227.36 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.