Memory Pool Memory Pool Refreshing

10,234 transactions
11.75 vMB
Show Random Selection Loading Transactions
Max Size: 62/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
887,114 0000000000000000000282810000000000000000000000000000000000000000 1.00 vMB 2,521 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,113 (4,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,021 883,021 0000000000000000000178ee82dd26c32c19348a6ac2c37ea8006771ea8883c9 2.02 MB 1,565 1
883,020 883,020 0000000000000000000249393e62234a71f02714df804cac6a67c280c537ec93 1.91 MB 2,573 1
883,019 883,019 00000000000000000000257f407b76a374dd2bc47803d7925e2cfacb20ddb122 1.81 MB 4,362 1
883,018 883,018 000000000000000000015c5bb75a81356d2c8ec730e55ee17362cc32e6e3f4b4 1.70 MB 4,395 3
883,017 883,017 000000000000000000019760c02d1935bfc2bbed816ef27520b08b5201b63582 1.83 MB 4,030 1
883,016 883,016 00000000000000000000ce2bb7d4eb76a893c41b480ce1617c5f2094221451e3 2.12 MB 917 1
883,015 883,015 000000000000000000016e490a64cd543b098430d791619cf39b88e7a7443a14 1.80 MB 4,271 2
883,014 883,014 00000000000000000000628559319366486c2e54040f2c3f823ded03b40c2e52 1.77 MB 3,903 2
883,013 883,013 00000000000000000000ca7ec5d0aedeade1595ca7efe32a7251a77c8d85911d 1.59 MB 3,211 2
883,012 883,012 0000000000000000000224408c38ffcae24555ffacc034b8d314ea19fb8176a0 1.55 MB 3,585 6
883,011 883,011 0000000000000000000274585ef80a46db056b5d53a26b6c1d5d50272c8e0297 1.66 MB 3,839 3
883,010 883,010 000000000000000000022835bc9c876c1d0b056d8bc0f238ef0d1f19480ce9f6 1.97 MB 2,533 1
883,009 883,009 000000000000000000005647996075314e8e23c715b2e259841e97d75451d3c2 1.70 MB 2,594 2
883,008 883,008 000000000000000000004530f52447ef7a324b3202c4ced81d50650afe7511bf 2.01 MB 381 1
883,007 883,007 0000000000000000000268d24974a0f3d8ec73bfc6b0a470c6bc891951b1e3b2 1.28 MB 694 1
883,006 883,006 00000000000000000000b304c87d9189614e9dd4df5cff9352fccd30b3e15afb 1.94 MB 1,747 2
883,005 883,005 0000000000000000000033e0d47e95f8718ea7096e13c5edf5de5c250b544d62 1.62 MB 2,626 2
883,004 883,004 000000000000000000022fdaf79748b5b728434b5c54e948548848e38cc3aaaf 1.33 MB 556 1
883,003 883,003 00000000000000000001d3631582881cd9528b70ded26275ef036b3422a0831c 1.74 MB 1,564 2
883,002 883,002 000000000000000000009a4499391c351892d24f794683b087f40fd3e8a58ef2 1.57 MB 390 1
883,001 883,001 000000000000000000029447feec869a6cff5ed3c3b1443a5bf6e0f4108633d2 2.43 MB 1,443 1
Previous 10 blocks ↓
Total Size: 732.58 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: 2,810.52 GB sent, 123.89 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.