Memory Pool Memory Pool Refreshing

5,955 transactions
2.26 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
5 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
908,135 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,506 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,134 (733,842 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
174,283 174,283 0000000000000945f87db2fb05f965a6be63a0617549bc9aa18605a94d73eb78 0.03 MB 24 35
174,282 174,282 000000000000041e14428bc9e7d826353ba8e37a69eab99c7d0fb29d03907149 0.03 MB 99 85
174,281 174,281 0000000000000a450058dc66da009787180b253c58b4b55868e86611c9d12559 0.03 MB 89 73
174,280 174,280 00000000000008063e78f7fe7cc2ce602030a24dd45b22cd14446899e20151ed 0.00 MB 7 173
174,279 174,279 0000000000000256cdba51052751847eea3bc4a956e23ad99b240f429aaefc2f 0.02 MB 18 56
174,278 174,278 00000000000004f2309d724a0d412bb4d324bcbda0e405d4b13d6fd10259a8d9 0.04 MB 140 85
174,277 174,277 000000000000050f35bb9b716511e10955b2017c0766cfcf2d59d3a20f7c2e73 0.01 MB 17 430
174,276 174,276 000000000000082c076d66531250715149f35d6cc0c615ff623463bff6036bf0 0.01 MB 25 52
174,275 174,275 0000000000000a4eb231b6b0ae0d8bad7045c7f6499da3f10b9e59af4dbe2a22 0.02 MB 61 92
174,274 174,274 000000000000097f7d4ad03adee3d464982d4219ed872b908d9371a628bd06d5 0.04 MB 68 91
174,273 174,273 0000000000000731f7783df0fe4a50ce46106682ddc9d0c4842ddff6224df70e 0.01 MB 19 104
174,272 174,272 000000000000093b916ac09a015e8c476aaf91b1056000a85a1ddb3079d4a679 0.01 MB 14 57
Previous 10 blocks ↓
Total Size: 769.80 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,680.41 GB sent, 96.90 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.