Memory Pool Memory Pool Refreshing

10,331 transactions
4.68 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,352 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (7,541 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,184 900,184 000000000000000000019a59eab5ec3b737a71bc07d95b3e554e79c552e770b3 0.54 MB 640 2
900,183 900,183 00000000000000000000460a71cba7a06d101121d0dac8d60c97c1c3972a497e 0.00 MB 1 0
900,182 900,182 000000000000000000006151292c1fbddeef9db246708a94186d15be1fdf7f06 1.08 MB 1,599 2
900,181 900,181 0000000000000000000160877bad043f2fe9ef1934c437f881bcb248c2ec9d25 0.55 MB 1,010 2
900,180 900,180 00000000000000000001f1969b6330ea194fea570137d82fb54cff3f688dbd46 1.47 MB 2,615 2
900,179 900,179 00000000000000000001257c1206c99b9c91079963a1674334d77739090704b2 0.36 MB 365 2
900,178 900,178 000000000000000000013c5d8dafd2392f1ab7a673e4d82d7b7f5569d96b7e94 0.44 MB 464 3
900,177 900,177 0000000000000000000023dc2837a75ec29a0623b13f7efa6716bc5319384e1d 0.29 MB 495 2
900,176 900,176 00000000000000000000b1c31770208a65590af0eb234258e1abb074026ea9f3 0.96 MB 1,556 2
900,175 900,175 000000000000000000000b478fd0a7a329ebc7bd5d2ed4d25d562419190abcaa 0.54 MB 965 2
900,174 900,174 000000000000000000022cad4e7264dfd935474afe24c5f58c8b24863fc19406 1.55 MB 2,327 1
900,173 900,173 0000000000000000000182a29d291da89d80ebda72d3aaa38f65607bfeb4e866 1.63 MB 3,355 3
900,172 900,172 000000000000000000014bad8db0bdc32bad04f52a177b2e0709aacf832cd3f2 0.01 MB 28 3
900,171 900,171 0000000000000000000130ba7eace0bce932c953ffcbbdde00b1528b3063ac92 0.91 MB 1,331 1
900,170 900,170 000000000000000000018af4a4207c9f02fc6839c139b1a87764b3ab0c8cb54b 1.58 MB 2,302 1
900,169 900,169 000000000000000000003fb75f0b3a791370530a23393dc97f1b49f8ef60ec48 1.35 MB 2,176 2
900,168 900,168 00000000000000000002147c02f362308c8ca13673f67335ad837a0980ccdf30 1.35 MB 1,412 2
900,167 900,167 0000000000000000000215490444e3e6798c0a6473906549029d4c6afade7a37 1.66 MB 3,785 2
900,166 900,166 000000000000000000022980b216f4ca35050df5bac3ba10aefd61478df1a33b 1.60 MB 4,110 5
900,165 900,165 000000000000000000007de9e5ba00f8f4d7f25e84bf660a1ae10742384befbe 1.17 MB 1,779 1
900,164 900,164 00000000000000000000687309966041032ca764ef23d0da1a12add89783ba25 1.45 MB 2,498 2
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.