Memory Pool Memory Pool Refreshing

1,207 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,194 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (419,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
488,429 488,429 000000000000000000c151cf5ceb39a998c64380d8fc42d395d3d96b449a9d5d 1.05 MB 2,661 162
488,428 488,428 00000000000000000030b176010020207cc905511dcd286adafdb816c17d6447 1.07 MB 2,703 194
488,427 488,427 00000000000000000089add7d3433d7658f050c11422b0dcfe582d581a6f1f5c 1.00 MB 2,289 267
488,426 488,426 000000000000000000304fb7d35a034a39acdf3ab54e69cee3ee06caefa0a0c1 1.02 MB 2,274 162
488,425 488,425 000000000000000000235026dad596e35d1562bb2789bd6215d21383d3f6b8b1 1.03 MB 1,870 151
488,424 488,424 0000000000000000002bf02cc01104347fbc02f5e0c9620f78cfeb3b7de1fa59 1.05 MB 2,711 168
488,423 488,423 0000000000000000008496190a48361aa76f49720a7e822f4c01fc82e548c8e4 1.00 MB 1,755 147
488,422 488,422 000000000000000000f41446d052953fe50ed2f809fd1fc0bc11b63eeb3c53a6 1.00 MB 2,525 124
488,421 488,421 000000000000000000c6f6b444147ee777309dcd75b38aeb1bb5f9e25dd57d75 1.03 MB 1,871 141
488,420 488,420 000000000000000000a0b3ac06c7fb6a163b7efb876b2a9599e289d0038fa47d 1.04 MB 2,041 117
488,419 488,419 000000000000000000a9b5621fcff9be4ace3ba173931751fe9dc828b2ce5cc2 1.04 MB 2,749 159
488,418 488,418 00000000000000000043eaeb09b0d6b25e564068a130642fab809ed91e1acfcc 1.04 MB 2,571 145
488,417 488,417 0000000000000000005853232178658faa157076b3bbfdec4e1c1d609f788c71 1.04 MB 2,398 132
488,416 488,416 0000000000000000000293fbbed08d01457c32ad129c8a33473ed1f2f4af38ae 1.04 MB 2,760 149
488,415 488,415 0000000000000000008603571315cf3279c1a7c2d3e1a87bb5212d59227558d2 1.05 MB 2,469 148
488,414 488,414 000000000000000000d315bc73f5efb472b3ec6a598462b354e6e7625b46c8e8 1.05 MB 2,387 136
488,413 488,413 00000000000000000060daa19314f342448d360a8a74b1c324cbf640a63bf7a4 1.05 MB 2,372 155
488,412 488,412 0000000000000000007b9fa669a5b93484b2fed294511eeca5190942b442ddf0 1.02 MB 2,137 186
488,411 488,411 000000000000000000b79a0f35379953073308d95ea602df0f7c84490e040763 1.01 MB 1,349 159
488,410 488,410 000000000000000000e635a949ceea1ae4ab9020ddacd89d133c12ff39cf7c95 1.02 MB 1,449 151
488,409 488,409 000000000000000000702abb6f407b4266d7745784bf4bdc0ebf30f10bf95122 1.04 MB 1,963 172
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.