Memory Pool Memory Pool Refreshing

1,258 transactions
0.27 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,081 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 1,168 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,080 (102,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
805,825 805,825 00000000000000000002c12152e5c64c39b1b653d5f83249618b0974dc96bd87 1.97 MB 5,629 10
805,824 805,824 00000000000000000002c038d5d2f287506510166e8f469f0f0458da3306c2f7 1.75 MB 2,122 15
805,823 805,823 00000000000000000004e7fd9ba5b2f5b224619d0b52c44fc88422f0cb512eb1 1.51 MB 2,414 15
805,822 805,822 000000000000000000043fb56c636b9c03fa59f404feed828a2fae5ff2f19b02 1.76 MB 3,271 10
805,821 805,821 0000000000000000000354a2b6b61bfb03ade2429e05373c03bc75a918351f88 2.10 MB 2,607 16
805,820 805,820 00000000000000000001aae0a7843308edb7088108b132651491bca9a2627bba 1.93 MB 4,353 10
Previous 10 blocks ↓
Total Size: 769.69 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,664.80 GB sent, 96.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.