Memory Pool Memory Pool Refreshing

263 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,745 00000000000000000002349e0000000000000000000000000000000000000000 0.09 vMB 246 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,744 (666,563 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
241,181 241,181 00000000000000978df143a8f71485655c5a13de745ed40308bdeb75cf0113fb 0.14 MB 290 219
241,180 241,180 000000000000003c98052da9dee91de125da586ec42f7cc0d85c0841cc551fcc 0.24 MB 603 165
241,179 241,179 0000000000000009659d32a2e4c5cbae85dbcfb2cea3bd9eb6996652a2dca71c 0.05 MB 105 116
241,178 241,178 000000000000003964a426ccb59a43abb36485604b0771f81371b129035f8a62 0.21 MB 510 179
241,177 241,177 000000000000004800f9b8b8597605dcb830d7230590ab0d89716a143fba21cc 0.02 MB 49 203
241,176 241,176 00000000000000ba70451bab9515a38564a5a6dc75c0938373fc3bbf22c23c63 0.12 MB 290 296
241,175 241,175 00000000000000fc6745eef5774067df6b9ab0fa6509233b2c26a53631fac321 0.04 MB 99 182
241,174 241,174 000000000000001f293c5df76817b509f41e77852af4aa6b6e050af9e6ee6c9f 0.02 MB 51 133
241,173 241,173 0000000000000058b113b41b076e23afdeadfe0770c9edb66b5f3e454df331bc 0.09 MB 196 147
241,172 241,172 00000000000000cef0eb6c9217d9cac9efd056ae8a2a88fbaadd27d010e7fd64 0.11 MB 230 162
241,171 241,171 00000000000000ce275496669bbc81079856a886f3b9211ec0bf777cdb73ea4b 0.20 MB 481 190
241,170 241,170 00000000000000ec168e07f9b2bc53f679d15265c44454858f2e4f63323241fc 0.13 MB 164 157
241,169 241,169 00000000000000a4dbe81b12cae2768908401af94df52165c64e6d0354c2d592 0.05 MB 108 181
241,168 241,168 0000000000000051c74c6844b8e351c1471f417d4697e458967728c40b68d226 0.04 MB 44 51
241,167 241,167 000000000000000ae72906dd84f4a355c49ca7a9965224af83f12ca036bf437c 0.13 MB 302 184
241,166 241,166 0000000000000064679c5f0d3992732f16feb49b1a0323c7b567f63c82285324 0.10 MB 252 211
241,165 241,165 0000000000000088924ea44e1ada2d25339288554fe7f69d890567ab2570d62e 0.21 MB 541 238
241,164 241,164 000000000000000b5bee6db02f3dce1b3516c0a0cf6e0dfbdbc4abe28918260e 0.26 MB 512 108
241,163 241,163 00000000000000994d28ceb1aca94be6c00d579655bb088f5cf2c59e44db61dd 0.05 MB 114 214
241,162 241,162 00000000000000711ba2f717671d88412e390b1680f86874989853285ab54fd8 0.12 MB 260 154
241,161 241,161 00000000000000a9aed064a48e369b3847f829b637a169a1ecc8f69e94138106 0.10 MB 228 162
Previous 10 blocks ↓
Total Size: 769.07 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,627.99 GB sent, 93.21 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.