Memory Pool Memory Pool Refreshing

45,973 transactions
21.02 vMB
Show Random Selection Loading Transactions
Max Size: 129/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,985 00000000000000000002c4e40000000000000000000000000000000000000000 ago 1.00 vMB 2,432 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,984 (63,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
805,846 805,846 00000000000000000003814d9e2b3e5ffcf02d3f021753644c3240357b09845d 1.81 MB 5,110 11
805,845 805,845 00000000000000000004c9e55bc79c14918f8f0439d4b11e5929a4c5a0011f5c 1.84 MB 4,661 10
805,844 805,844 00000000000000000002c1d4d6ad094a3e357dd58c3ef98109e5e91e1fbbe997 1.90 MB 5,108 9
805,843 805,843 00000000000000000004a23dfe95a0136482b577c8d8b009794c80ae26cde0f9 1.78 MB 4,511 10
805,842 805,842 00000000000000000003033443802bf54f1819d3d1d1ffab80e52a07736478c7 1.89 MB 4,973 13
805,841 805,841 00000000000000000004d3aa8b69b4e02dff092b67e0fd5479551ab245897ccd 2.02 MB 4,319 9
805,840 805,840 000000000000000000028301ab315384580741609413959ff61b87ff3ab95dc6 1.53 MB 2,556 18
805,839 805,839 00000000000000000001b4f11b1abcf5519a8c5cfcc0caf2d0a2cba73185d37f 1.94 MB 2,123 11
805,838 805,838 0000000000000000000215b59aaf60c84e753962f0d46daff813386157f29e7e 1.53 MB 2,525 15
805,837 805,837 00000000000000000000cf1689a654609ac821c350d401ec3475164c3325eb8c 1.46 MB 2,810 23
805,836 805,836 00000000000000000003f9422d4b8e9ccdf160e71848ad6e46836c5d80c0f11f 1.60 MB 3,080 10
805,835 805,835 00000000000000000001f47f2530d7edc809b89dfe0d53f566294e1f9e5a12ac 1.55 MB 2,857 20
805,834 805,834 00000000000000000000b06347530c788bfce2ea4d4cc6612d11adeb408c0c4c 2.07 MB 6,618 9
805,833 805,833 00000000000000000001c59c8fc1ef781b2b6ee5d0737f5f03973b7e74bf6550 1.83 MB 2,002 14
805,832 805,832 0000000000000000000463364ddc12a2a6f7bb5b94abc3395bc8d689298c8e74 1.78 MB 4,827 8
805,831 805,831 0000000000000000000123dfcd75f0a382f3196b0a2167f4232d556baeb9d594 2.10 MB 6,785 10
805,830 805,830 0000000000000000000089c799ad1498d545008e4f7cc24422c2163cf0e70250 1.55 MB 3,405 11
805,829 805,829 000000000000000000029ab692f9f90595c215bbec6b4f6fb9c6823366e57fb1 1.68 MB 3,841 14
805,828 805,828 000000000000000000029bca3a72dde85f790005ddd4915ccd0771247294bff2 1.55 MB 3,262 13
805,827 805,827 000000000000000000005629209a3bd4b99bb7b00889bb49a0546ae308fbb30f 1.94 MB 5,224 11
805,826 805,826 00000000000000000004a1d054066508738dc9174733ff6899ece69277541998 1.71 MB 3,599 14
Previous 10 blocks ↓
Total Size: 697.53 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,053.84 GB sent, 195.14 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.