Memory Pool Memory Pool Refreshing

1,360 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 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
907,851 00000000000000000002349e0000000000000000000000000000000000000000 0.50 vMB 1,360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (826,372 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
81,478 81,478 00000000001db121e56b0de8e119b9f03d58f6a60ad9c6ac4a427c0a31737d5b 0.00 MB 1 0
81,477 81,477 0000000000446869e5aa22343687cca29e5bf5f5d98cea0f0c801cd9bb662b6e 0.00 MB 2 0
81,476 81,476 00000000001d6307593dbec42998ef8ae8e2dcf88bf7d8683a4119271ad395c2 0.00 MB 1 0
81,475 81,475 0000000000182231f10bdbb474f87fa3062f74c6b15aa06e6ff7f5a1788b7c73 0.00 MB 4 0
81,474 81,474 000000000040d230915391fc33b9ef259f042a9a7dd701a6ccc67c8cf1358b74 0.00 MB 3 0
81,473 81,473 00000000003f80a36be1eeef3224f73302635ebb1e8fbef42d9ceb2807f313e5 0.00 MB 1 0
81,472 81,472 0000000000334e7baafb8c701839efceadb2099ad44b12759d7f8f939a87276d 0.00 MB 4 0
81,471 81,471 00000000003fae8cfc765aeebaf61c9dda7a99fc785f154f14e99413a4f5fbf9 0.00 MB 1 0
81,470 81,470 0000000000272d9a7842550a0a6dece90140ee24d708a723f0bcf9574da42cab 0.00 MB 1 0
81,469 81,469 000000000026753f41c64cd12be90ed5b8fc4e91f14f17ca4b27b516ae291186 0.00 MB 3 0
81,468 81,468 000000000005e27e672cf942c6fac5ba5bdc38fcb37482f68ce203d9c110a73e 0.00 MB 3 0
81,467 81,467 00000000003d88e0dd9e0ee98b02f075b344eaf5cece18f18c43ba6632d1ca45 0.00 MB 2 0
81,466 81,466 0000000000136dfcf816f3b4c652c07352ad74bb96a5fffb0df8281399bfd651 0.00 MB 2 0
81,465 81,465 0000000000111280d3f09e164283a022baa330376c8f8fc40b4d4ca39a741beb 0.00 MB 1 0
81,464 81,464 000000000031384e547021a605be28227d2a500f1567c00644b87cdc45dd6b3b 0.00 MB 4 0
81,463 81,463 00000000002254fe21542519f9e836aa175f2afc8d017581b7297251a5169513 0.00 MB 2 0
81,462 81,462 000000000008d75734ac833718e577fe1c479940b498df403fd970a6197fe931 0.00 MB 1 0
81,461 81,461 000000000021a15467afa9011f3ec7a84fbfdd5f9ac16e4145e5c07d8a8ba832 0.00 MB 6 0
81,460 81,460 0000000000200b5bc99db599be4e5603147285c1b8201e376f5f0a1895b15626 0.00 MB 2 0
81,459 81,459 000000000037338be8dd92fb665208e0620cd3bc417de694c366d43692fa3908 0.00 MB 1 0
81,458 81,458 00000000001236c4754d5e4737a5b99f188b015c55e3b549f9f76dbbe8c97342 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.24 GB sent, 94.22 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.