Memory Pool Memory Pool Refreshing

7,254 transactions
3.38 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (733,419 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
174,304 174,304 00000000000008e9e09e271ecaa2eb498bb2156ab67aa85865da220d605d709e 0.05 MB 160 71
174,303 174,303 000000000000086c96aeb73f11e6d3f4637785b715f242e8531e1fcd558077bd 0.05 MB 135 147
174,302 174,302 00000000000008fc9ca06c04f51dd34a024ae50d10c09cb6efcf1c96e80848b8 0.03 MB 23 24
174,301 174,301 00000000000002082e03f4bbba0ba30d230ba37a03d0e421cea8dbfca51a898a 0.01 MB 19 66
174,300 174,300 000000000000096f456ab44fd612b9ecdca373d42da5f5fec47bdcbd579c0ef5 0.05 MB 113 202
174,299 174,299 00000000000006258b74b5d8f112f60120ad936a2b14cf28bc8a16e524cfae75 0.00 MB 14 37
174,298 174,298 000000000000010c6de9146374e58d8ceec3018323764c1861982eb6a329fa91 0.00 MB 19 10
174,297 174,297 000000000000045c7ae3d6d026204a05e9a1e1a0c3fd267120920052409c57c3 0.05 MB 139 7
174,296 174,296 00000000000005ede0a3ae6e089fbe34f28d64f2d4c5b155a6c33b4d7a042407 0.06 MB 103 212
174,295 174,295 0000000000000425ec7194c1fb11a03eddcf650baa4336de85e9866fc5ee29dc 0.03 MB 90 27
174,294 174,294 000000000000049bcbd107f1022d9203d64207929b0f9f864d282ba9f2b359fd 0.02 MB 56 70
174,293 174,293 00000000000000ab5f618bc8d01988f77e052307908f81110b07f9893b87c5a5 0.03 MB 57 24
174,292 174,292 00000000000008322752b1c354b52a672438dedb1a99f40728790fccf33afe9e 0.05 MB 103 116
174,291 174,291 00000000000006dc65fcbcf8aa1e9cd2faa596683e86e331467962a2a1996e1a 0.02 MB 41 138
174,290 174,290 00000000000007eaea21e35eb12493f5294ac4812c53c1126166f86d9f55c321 0.00 MB 6 40
174,289 174,289 0000000000000031446a152912b72674813f307226ba8a19817f28671d0897bd 0.00 MB 12 87
174,288 174,288 0000000000000874b820dfbaa64798be7154af52c1cb5f9edb4f32bce74ab549 0.01 MB 17 36
174,287 174,287 000000000000073b41c06bd91620d3cb613cdb266bf4eeba1afddb25e7520e4d 0.04 MB 95 155
174,286 174,286 000000000000057665cbc6d0d2a7618aa931dce8fb1bf6b9abb0b16bdcf81752 0.04 MB 62 48
174,285 174,285 00000000000002357d5fe8c2b2967a8bfa86a200ccc9a46151e9debc81983a58 0.04 MB 17 54
174,284 174,284 00000000000004681853e760840d721b9fe93b9ac48d9bf81625aa974c90349e 0.03 MB 79 386
Previous 10 blocks ↓
Total Size: 769.03 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,624.84 GB sent, 93.01 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.