Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,856 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,855 (364,824 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,031 543,031 000000000000000000192b9ebfeaae8610f704e39cb8d1996e8f82b75e372d89 1.13 MB 2,586 8
543,030 543,030 00000000000000000026779c94075f6ae767bfbab637dc15c17e33d403c1e530 1.27 MB 2,859 20
543,029 543,029 0000000000000000000868c5eac591d4df331b4c8b4b12c33d40dfddac3feaff 1.28 MB 2,562 40
543,028 543,028 0000000000000000000a318feb2fcf7c2c9dc43c2d1de1606bb5f0cc6dc1d115 1.15 MB 2,973 12
543,027 543,027 00000000000000000003006dab6f32132e7eeda37d2cca4a961339bad35b1e80 1.08 MB 1,858 11
543,026 543,026 00000000000000000002b9aa66adf1c22cefcd49b2458307da1f8666fa82caed 1.30 MB 3,025 29
543,025 543,025 00000000000000000021458a28259a43c55d028a47934a36a3f9a7149c810073 1.31 MB 2,841 16
543,024 543,024 0000000000000000001dbb31e360a793031119eb6ae156d99cdf8696285c427b 1.20 MB 2,471 23
543,023 543,023 00000000000000000021fbc83f5cfaa4a6f7affe061c99c53e8fadd2e6379078 1.62 MB 1,638 17
543,022 543,022 00000000000000000026fdc98608e2161f6d64ce5d057de9b5dd861574cdb714 1.48 MB 2,342 21
543,021 543,021 00000000000000000001eb433761fc053bc17adc46b877c9d6cd7db317db9b2b 1.39 MB 2,231 40
543,020 543,020 0000000000000000001a3909d3307d9273ef2984d63f9713866dc148bc1d46d0 1.34 MB 2,069 42
543,019 543,019 0000000000000000000822fdd6ed2430633fc505fcd7826fd6cc919786a2e148 1.24 MB 2,356 19
543,018 543,018 000000000000000000189dd1882e1248cd92b4408b4ae724d1c003e6682fba18 1.21 MB 1,761 15
543,017 543,017 0000000000000000000d3ace9bd79a7f872d85473a68af73f210815decac3e6b 1.43 MB 1,571 42
543,016 543,016 00000000000000000010bb97cb39d101e88303e02031bd7b0c13a0e5f2cd7983 1.08 MB 1,694 58
543,015 543,015 0000000000000000000df8e3bd03421b49144f15ee5f0ddea097399be8fd2e22 1.01 MB 668 69
543,014 543,014 00000000000000000012d1b7bc19c0247a792af45e80e1d828803b3bdd3e54ef 1.00 MB 552 55
543,013 543,013 0000000000000000002530efb6b63804c02558dc10d7fca233785f3b2bc34291 0.00 MB 1 0
543,012 543,012 00000000000000000016b8de18911507a46b95c0488336564adc6a9d46cfdc6f 1.19 MB 2,418 26
543,011 543,011 0000000000000000002274bf9b489f7b240cf7b00a95e35c1544fae0fb4cf085 0.04 MB 46 9
Previous 10 blocks ↓
Total Size: 769.27 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.35 GB sent, 94.26 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.