Memory Pool Memory Pool Refreshing

4,900 transactions
1.35 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,708 (666,144 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,564 241,564 000000000000006b4da48383f8106728bc49ba8fe08605b89e2051bc30f32ee1 0.07 MB 90 77
241,563 241,563 000000000000002d4943694e1fc0d1dd090f0e027a70920e0e79cefdac9e735a 0.25 MB 523 122
241,562 241,562 000000000000005732ea1eaf456837edb9ce9039afad92b5efd061762137d429 0.21 MB 532 176
241,561 241,561 0000000000000037c54e932a34c469b6056fd4e2874e1e37bb9b75edc27a778a 0.13 MB 263 155
241,560 241,560 00000000000000085d3ab7ddf0ff346688228697f6c8a61714aaabb0351a97dc 0.00 MB 7 244
241,559 241,559 000000000000010a1e9280172858782f2c9b0d0a66e1c6da96bb492b290a1f3d 0.04 MB 73 173
241,558 241,558 00000000000000a4ebdd21d0681ee6a571bf31d04458225fe4c4cf7066fa0365 0.09 MB 240 212
241,557 241,557 000000000000005d9bb199a791b2946bb7cd3e1a702dd1032c2affc0e11fe548 0.03 MB 70 181
241,556 241,556 0000000000000060b00b786f77650abfc7ec793c6d93070be2091fc085f812b5 0.01 MB 12 68
241,555 241,555 00000000000000f3f7ce9ebe11fdef6e52a06e089cf852cf0902077ddafbbe94 0.11 MB 245 142
241,554 241,554 0000000000000080248b5831b507e3a79f8218b178e0f945116841cb0e745012 0.13 MB 255 177
241,553 241,553 000000000000000197b3908726258e8b653203819644080c3ef5e8d3f78b78b7 0.07 MB 136 167
241,552 241,552 000000000000004dc4e2fdc29b6acae764e44af141d42d0aec407cb7e9807108 0.25 MB 472 125
241,551 241,551 00000000000000ba779c334b0a815b72ae2bb5ae5e13978d899261db3e5ad8d4 0.00 MB 1 0
241,550 241,550 00000000000000c80cf7a22fd8257fc0cead60f8743d28d8635aa7351447bdbc 0.16 MB 375 173
241,549 241,549 000000000000009dfe45a13b9c453e3a7129a35f7dc4a80b19edbcde5a54fd58 0.05 MB 117 190
241,548 241,548 000000000000005389aaaa972aa6a803e4e8f67c10361b57b3b5ac6f2c9cbbe7 0.05 MB 122 168
241,547 241,547 0000000000000073237ed7555df861e3cfc3f5c0d19151894d799fc1b3aeba90 0.07 MB 153 153
241,546 241,546 00000000000000fc7ea710f3e905920edd416cbccd7c98ea1cd3a0b897dd3fd2 0.12 MB 244 152
241,545 241,545 00000000000000ce866969815518e0ce44d5a2a6e273d23fcb32514d6c82ea84 0.25 MB 524 169
241,544 241,544 00000000000000c5d924119a0e6fab9a731d99fb089afc41b4f3b30598604b8c 0.08 MB 221 197
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.