Memory Pool Memory Pool Refreshing

48,959 transactions
26.32 vMB
Show Random Selection Loading Transactions
Max Size: 158/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,805 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 3,684 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,804 (339,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
530,225 530,225 000000000000000000034e7b0acdff9d01fface5519be8d0139410d00130d23a 1.20 MB 2,688 25
530,224 530,224 00000000000000000030db69680367f7ccfdca5bd8b9d9a3501e68f7b4505d6c 0.85 MB 1,928 32
530,223 530,223 0000000000000000001d11a11d983e53da282e6bf3dbb6c8b94f5ba601734644 1.13 MB 2,371 7
530,222 530,222 0000000000000000000b9f7d957555d4ece125cfe420ea370ed97a7b5d97f5ec 1.26 MB 2,235 8
530,221 530,221 0000000000000000002b67fc5a5ddb402c95a1c5d9ecfa2d947de2eb99305c5f 1.09 MB 1,361 25
530,220 530,220 00000000000000000009461c21c69492f8dec3c59a6d2263f6fa26de74017c69 0.48 MB 977 54
530,219 530,219 0000000000000000001f03772fd0649ecfe3c970b5eabb83555197c293a583f1 1.13 MB 2,076 12
530,218 530,218 0000000000000000001a6909f9248f45868ee1e7c4ca6a0507f1e284f70fea41 1.24 MB 2,186 13
530,217 530,217 00000000000000000024ddfdd1674d98870cc72de4fc4e88a0b9aacdc736805c 1.10 MB 2,075 12
530,216 530,216 00000000000000000007ffeb79016ffea908c43bac45ea4eae73e592b76bb5b4 1.14 MB 2,423 16
530,215 530,215 00000000000000000010cb703698f6fcd9c590067fa3f1802e18443087e867b6 1.23 MB 2,776 19
530,214 530,214 0000000000000000000a873ba841ea8a88d1744f596a503d2ebe97577ced2eaa 1.39 MB 2,728 16
530,213 530,213 00000000000000000022fffd32172b104051034dc33fa1cce2a82da0a11e7cad 1.10 MB 2,659 60
530,212 530,212 00000000000000000033e5bde07e39831a4dcf5f01929640e0a6d63e34d2fdb4 1.14 MB 2,843 20
530,211 530,211 0000000000000000001248e00268f1e7ccdfc9294061536eb0ca79986861971c 1.18 MB 2,422 26
530,210 530,210 00000000000000000013c9d6d5fbcc961c5f94a137c1a18b767c022f0550ee0c 1.33 MB 2,428 16
530,209 530,209 00000000000000000012f1237cad85e2203a507c641daee1595cfc11c1df09e3 1.15 MB 2,314 43
530,208 530,208 0000000000000000002999e6f0537a1707b027a7ccdce1723700d51b1400be30 1.33 MB 2,659 27
530,207 530,207 00000000000000000020c68bfc8de14bc9dd2d6cf45161a67e0c6455cf28cfd8 1.42 MB 2,458 13
530,206 530,206 00000000000000000009c73be8cf153fbf29d040389dfaa48e8b33dfb555e10b 1.09 MB 1,962 83
530,205 530,205 0000000000000000002eae0e0b672224c0696ec277b5df25d32deb78b9a2cac5 1.45 MB 1,873 7
Previous 10 blocks ↓
Total Size: 699.09 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,108.40 GB sent, 204.58 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.