Memory Pool Memory Pool Refreshing

3,722 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,565 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,988 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,564 (858,301 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
50,263 50,263 000000001093efc03568bcd1cdc33dba68f5ba6fd9ed796f5e9a845d9fe3ef32 0.00 MB 1 0
50,262 50,262 000000001b951e0fb08bc0d1cac17790bf1a8286965d2feb1232f65b414122fd 0.00 MB 1 0
50,261 50,261 0000000018fb5e81bf2cfa716092129ff7ecfb2c1aec7791494b61a4a7963657 0.00 MB 1 0
50,260 50,260 0000000019565a5c10c9dbbe65025c15eea450b3b50d04ea82821293925f32dd 0.00 MB 1 0
50,259 50,259 000000001d61f8c4bc2f2720f347f5d2fd29cfb8d74da3895e488aba6dd22811 0.00 MB 4 0
50,258 50,258 0000000020f01b494ad45a47323e155d08dffcc936f7a111c8ba840b1e4ee432 0.00 MB 1 0
50,257 50,257 000000000e24c9d6f5cfe1755ac09708f2d800795eb285b530eb762bdbae3654 0.00 MB 1 0
50,256 50,256 0000000016a32972c6bbd6a9cef14b1b76522568a742026eb22bef02e32ad5fb 0.00 MB 1 0
50,255 50,255 000000001eda6e41683af983995c433a324848e58c58aee16a6a05b2fc9f1ccb 0.00 MB 1 0
50,254 50,254 0000000029ee84aa460b6ca2bf1ca5b6f1f9b2725fc86aa8a844e108ea98ac1b 0.00 MB 1 0
50,253 50,253 000000000d58d00d65d0bb8bc248b236c19d4ea2b1bf255c56a764aa2598f0e6 0.00 MB 1 0
50,252 50,252 000000001805988e2e37a170de4305e55bcbb4e921f63519a9317e46c3f138f9 0.00 MB 1 0
50,251 50,251 000000000e581d0826659c72a178a41e4eca35038e92940c3a8e34c25d20e4b5 0.00 MB 1 0
50,250 50,250 000000000c4480980d9c22778ee06602234dfae87e527a9469da84a8e34d9c0e 0.00 MB 1 0
50,249 50,249 000000002a10cde1d8e44e5789b35b8a998502100c08a45b6fd0e0b1eaeb2f1e 0.00 MB 1 0
50,248 50,248 0000000021aee7e9fa640d59a46692be3478ba0ffb659b0d3a3df41463dbe5fa 0.00 MB 3 0
50,247 50,247 0000000006e464b940bf4dfcc04c0140c9a6a4ade771ac8927833afdc7dc3c18 0.00 MB 1 0
50,246 50,246 0000000007339f75d54f0b6880ff26e4b0475def990be66f743dcc9e183bcec7 0.00 MB 1 0
50,245 50,245 0000000021022a69c34ef77e87623732c49388e834c1f30b932c6a331a0b13c7 0.00 MB 1 0
50,244 50,244 0000000003017772353653a9b570f25f569885dc2cbb4b1980f99a06d553d052 0.00 MB 1 0
50,243 50,243 0000000006d23836d67581903557e875796c8a3d683b5647990f4db4c837015f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.74 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,847.76 GB sent, 100.69 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.