Memory Pool Memory Pool Refreshing

4,185 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,661 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (364,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
543,041 543,041 00000000000000000013ac59d88d23a6aee879219ea89c2e63ccfe60ead43524 1.22 MB 2,538 21
543,040 543,040 0000000000000000000d5996219bc24e4f98c6113c2b29c7a5283e181b631730 1.27 MB 2,754 20
543,039 543,039 00000000000000000012f36e251431ac2c9cbd5a52dd5fc3f8a68f5da635538f 1.29 MB 3,044 36
543,038 543,038 0000000000000000000933a2a76dd873d6347caeb85c646ab0139cb6c45c4aed 1.23 MB 2,900 14
543,037 543,037 0000000000000000001fbbc740ecefa74e8b08e828940bb06983763e867dd16e 1.27 MB 2,660 35
543,036 543,036 0000000000000000002480c583927a5bb757ba19b5aafe8e3d4778d49e01dbdb 1.29 MB 2,968 12
543,035 543,035 0000000000000000001f9d6772071ce490b7e6043df73539729b0eaaa7250222 1.22 MB 2,723 40
543,034 543,034 000000000000000000101f4612abcb4935b38d4e120865f90495855ee2e35bdb 1.24 MB 2,693 28
543,033 543,033 000000000000000000025af9d33d5d03c72beee256a2487c597b42bafab38ecd 1.24 MB 1,788 7
543,032 543,032 0000000000000000000fc0cc572fcff0a2d67476729bd307aae2177a7f617164 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 769.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,633.65 GB sent, 93.87 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.