Memory Pool Memory Pool Refreshing

13,614 transactions
4.31 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (674,483 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,235 233,235 000000000000001f57d5c623b3845967aeab198faad167905161802046b70767 0.21 MB 507 158
233,234 233,234 00000000000000c2e3170ab1125f6574d14dde50312646eabe62e392190feede 0.06 MB 123 194
233,233 233,233 00000000000000452c2f082ba882796ef6f89024f9d6439067014022fc0c4302 0.09 MB 188 175
233,232 233,232 000000000000019b487626e2d396804f69e78372241b4984e9a30f8a1b1f44f8 0.13 MB 329 223
233,231 233,231 000000000000004e511a414dbb72a23f6ab1ec5cc28bcd586cc259a59759d3ac 0.00 MB 16 271
233,230 233,230 000000000000018aa500185ffa1f18827ac0d1a7ee24c6efb7894ef5d0ee9f3b 0.25 MB 278 82
233,229 233,229 00000000000001ba005fbd7453cd045998f0bd1db462f5d6187a12406a7236eb 0.09 MB 141 154
233,228 233,228 000000000000018c34bad35903e04bced3da0e7e42133dd21b21d7ab85741920 0.00 MB 2 260
233,227 233,227 0000000000000023bdc43d45ea49064eb5d6e6476285741672b90579440af588 0.04 MB 91 142
233,226 233,226 0000000000000170fbae497fbbabade1b24e3a4537d8749083cfd74da8956332 0.00 MB 11 83
233,225 233,225 000000000000007374dd7d22d5bdf302abdb4cdd3aed3f27468397639c77803d 0.06 MB 114 132
233,224 233,224 00000000000000d755fae9e742e06bf783e9d402b7d646b8c388c5e9869a3285 0.10 MB 218 159
233,223 233,223 00000000000001765562f84f203c5a6dcf3072b0719a19fd785b37ce387d87ec 0.15 MB 319 133
233,222 233,222 0000000000000128a3941cfb4f3e060412961d093900dc0c8056bcbfdf89fe66 0.02 MB 32 25
233,221 233,221 00000000000001bd836d43de76e5ae53897c99dd294f810be42370df7b7b1315 0.16 MB 365 164
233,220 233,220 00000000000000e8922a2f1f8d6887dd8f41f88c35e481ba91c9a122ab5261c7 0.14 MB 312 157
233,219 233,219 00000000000000edd1bc871820064630b5b53a111c8e349720394bbc8931a3ee 0.23 MB 548 169
233,218 233,218 0000000000000011833921d788533a90722338e3e0c5f07f551543b916aeb9ad 0.15 MB 335 178
233,217 233,217 0000000000000016d68d06b27893c7b8e2da5f806925e2ec306910f2782e365b 0.02 MB 16 0
233,216 233,216 000000000000005b2ff3fbc27a22dd132b4fd1ce0757a0fa2a6cb38895fa68e5 0.00 MB 8 100
233,215 233,215 0000000000000064c2ec24a6f8edcc11276458314fc567b55413e1050bf65e1e 0.13 MB 315 173
Previous 10 blocks ↓
Total Size: 769.02 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,622.91 GB sent, 92.96 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.