Memory Pool Memory Pool Refreshing

9,318 transactions
2.97 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (61,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
846,041 846,041 00000000000000000002a73f7eff3cbc56cb152644d4df5db7809526adc27e5e 1.67 MB 6,088 21
846,040 846,040 000000000000000000025b5ba6d7904eaa6e3467601448fadbfa591e022a113f 1.54 MB 4,521 27
846,039 846,039 0000000000000000000139a47cd0f661157d803aaeb6838a7f523d33f69284c9 1.65 MB 5,554 26
846,038 846,038 00000000000000000002ab2020a6dc4e5b35e8b7bef5488c0f051b251f75f2d6 1.63 MB 3,251 31
846,037 846,037 000000000000000000004dc3421a066b160c4c2d74d59b933badc92d157f8192 1.49 MB 6,032 20
846,036 846,036 0000000000000000000314f5945e6403a8207fc8d996278f6c5c53ab20847c1a 1.61 MB 5,491 19
846,035 846,035 0000000000000000000350b0cea69946efb53cd20d993beb693d54d584fe7ce3 1.57 MB 5,703 16
846,034 846,034 00000000000000000001d4c1636813474f9ef5056f962b563712d6b6f07d1fa1 1.54 MB 4,774 31
846,033 846,033 00000000000000000000f16d7cab4e653fdf05bc7fe1e448cd8bc337a538e9ad 1.63 MB 4,299 21
846,032 846,032 00000000000000000002719ea688391e73ad1bd1c032d2cb8a3d029a0b41a6a6 1.60 MB 3,766 24
846,031 846,031 00000000000000000002b9374a18b1194e0d2bccef9f30da1fb22254dca71a39 1.34 MB 4,102 27
846,030 846,030 00000000000000000000a83e07c21888da315bff9a37daa2c1232cdd32eec04c 1.58 MB 5,892 23
846,029 846,029 00000000000000000001726c4f29eb9e01f96db8e12bc9813fcdb4e3a4dff9c2 1.49 MB 6,778 22
846,028 846,028 00000000000000000001e6602b369f4f92418ae1f725336da599de22bbb5f641 1.52 MB 5,502 31
846,027 846,027 000000000000000000023bfacee8a5adff095b6b801d89529bb43be3c942627f 1.57 MB 5,398 32
846,026 846,026 0000000000000000000079918298b4db4c4c202cc123e1d0b2dd97221c985246 1.46 MB 4,762 30
846,025 846,025 0000000000000000000276d95baa3c0a5c592dcb8c6f500f7f64565fa2d2c2fc 1.51 MB 5,289 44
846,024 846,024 00000000000000000000ce81c7c247d69a160ecfbae8fc8c7c574930d92ea8f7 1.46 MB 6,476 26
846,023 846,023 00000000000000000000322ae4e4263435b105eddd43a45792a360a0b4389e7c 1.55 MB 4,304 36
846,022 846,022 00000000000000000003351c1b21640a41d52c332b409d497ea558be20f14842 1.50 MB 6,299 27
846,021 846,021 0000000000000000000200f5cd05ee9b8c5c56934ac39464a52bdb194d6657c9 1.51 MB 6,618 27
Previous 10 blocks ↓
Total Size: 769.01 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,621.61 GB sent, 92.92 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.