Memory Pool Memory Pool Refreshing

3,573 transactions
1.31 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,533 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (434,637 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
473,213 473,213 000000000000000001574587bdca16c44bcd4c52556a7984af3cfe4ae62abe45 0.19 MB 454 286
473,212 473,212 000000000000000000bc55afe205f8072ee69ff2cdb56cdc56bd5e09b7e7d84c 1.00 MB 1,864 231
473,211 473,211 0000000000000000001437c64a785fea983471397c382f66a6ce20345a9892c0 1.00 MB 639 70
473,210 473,210 000000000000000000c9bf5a917e406b8f32dde1ca138fcf9d84d98b9bfd8589 1.00 MB 2,006 313
473,209 473,209 000000000000000000e71f8d2ca1e0903a01f81538c1c3f9247ee713c036f6c4 1.00 MB 369 49
473,208 473,208 0000000000000000014c5b07f8aca8dbcd6ce8e4204cdcaff1623217ee67e744 1.00 MB 2,108 237
473,207 473,207 0000000000000000009c6ce19be2eaeaeb187db5ee3349f980ef2d5e321e8c6e 0.99 MB 1,653 254
473,206 473,206 000000000000000000cf3ed67d9519c33c4eb7275d1f40d4bd16c6c46b279a4b 1.00 MB 397 48
473,205 473,205 000000000000000001404f236e563f28bd081b6719c3083be30552059754756c 0.99 MB 591 87
473,204 473,204 00000000000000000081339bacfef1dc7c8190e945b50989e27cd8992e767ccf 1.00 MB 80 20
473,203 473,203 000000000000000000f606416fc6093252ec6a8f1fe7f78e60c02773937b61cd 1.00 MB 1,714 265
473,202 473,202 0000000000000000008641907f01ae73afe1b6d5b3308c659deffe571a005a50 1.00 MB 1,613 242
473,201 473,201 00000000000000000055fbc286a9351be9cd86c5b1e8f0f248e83bd911b98383 1.00 MB 1,400 224
473,200 473,200 000000000000000000f3f80aa0676696263501327bc84dda730f22f4130d701c 0.99 MB 588 24
473,199 473,199 00000000000000000142979e3ed6c04fab8c3abd9337ad0ae9a72f61ac3caf97 1.00 MB 1,679 308
473,198 473,198 00000000000000000021b9c895fb6cfbf8fe66fe2cd783a1495c54235929e4d3 1.00 MB 1,181 200
473,197 473,197 0000000000000000000c15073290a90778bee4e24f3a5f7794cde6fcb1abbf14 0.74 MB 1,304 105
473,196 473,196 000000000000000000ee1feff6671eee8c65710b20c168bc97b8c5d2761af138 1.00 MB 2,043 194
473,195 473,195 000000000000000000152967ece3bb65d01c812b9db7e35b0850ab59b3735c15 1.00 MB 1,487 194
473,194 473,194 000000000000000000b8a4ed33ba102337c57bed544417b46920b79a4baf78c7 1.00 MB 1,748 316
473,193 473,193 000000000000000000c381bfdb4a201c0c872a7ca7b7ee973816961cd2e5b6ff 1.00 MB 1,480 190
Previous 10 blocks ↓
Total Size: 769.26 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,635.26 GB sent, 94.22 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.