Memory Pool Memory Pool Refreshing

7,119 transactions
2.96 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
907,935 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,647 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,934 (275,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
632,216 632,216 0000000000000000000b6cacca99b5631c37ae20cf9362eb3dade439e3839c45 1.45 MB 1,576 31
632,215 632,215 000000000000000000081224845fd1621c6f380eaa7a4feb6c68cdabd6941506 1.23 MB 1,758 17
632,214 632,214 000000000000000000095513273fce94a1ffc2fca9f6cd2ffb49e580e4195cfe 1.21 MB 2,373 45
632,213 632,213 0000000000000000000aabecdf468baf492ace1a2d52eb510f58d8c29554fe89 1.14 MB 2,165 19
632,212 632,212 000000000000000000048dfc86c250f48c608d01733bf6dd213be33e60684bbb 1.23 MB 2,637 33
632,211 632,211 00000000000000000003ee1f097c146008e6c9b74b2967686e040f9bbd22856b 1.36 MB 2,301 97
632,210 632,210 0000000000000000000c42b73ff5e47da35cf4548870a2e0455e2c6e235b98e5 1.32 MB 2,783 133
632,209 632,209 000000000000000000043744d92e73677e057f65b37f52e34552731a5f1020de 1.19 MB 1,666 41
632,208 632,208 0000000000000000000d11f763261e624630aa3a701334555e87e5a9a678057c 1.29 MB 2,204 48
632,207 632,207 00000000000000000003f51e94ec9ebeef115bd555daec124ecc4e77f1ada3ab 1.41 MB 3,180 36
632,206 632,206 0000000000000000000f10c80268d377ffd0b8cb8e998b24fbeec0b18430b9da 1.41 MB 1,975 33
632,205 632,205 000000000000000000076933d3b869394bcb15ae9050f3946d7fb650552adc21 1.26 MB 2,598 59
632,204 632,204 000000000000000000073b6fdcfef8e7fe1d791e0d03e9dae0f8beea37dea152 1.21 MB 2,874 69
632,203 632,203 0000000000000000000e011573654cdc1338b37354a7b9df7dc6761a9823b913 1.22 MB 2,794 61
632,202 632,202 000000000000000000016012f36863f0230cc4284332acf225d0d911b63e240b 1.15 MB 2,930 68
632,201 632,201 000000000000000000073f2b9e7f8dc678f883b35b7c3bf4467883bb8a9de46b 1.24 MB 3,190 94
632,200 632,200 00000000000000000002dba669ee459ee630861b459c84c4dddf2b9e6dc16159 1.37 MB 2,831 113
632,199 632,199 00000000000000000008132dfa87c5b00a28df184c06dda1f4093d7c9aa68188 1.28 MB 2,691 144
632,198 632,198 0000000000000000000cbc6cb1d85bcd9c74298035d41584a29dd5082969e3ed 1.39 MB 2,241 122
632,197 632,197 0000000000000000000228d450a0deaa33428d475a0cd11b0c7de3175f497fc9 1.31 MB 3,363 174
632,196 632,196 0000000000000000001112d854125e2da0d761f2dc2159c942c59a7e812c5ea9 1.30 MB 1,959 120
Previous 10 blocks ↓
Total Size: 769.42 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,645.32 GB sent, 95.07 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.