Memory Pool Memory Pool Refreshing

4,523 transactions
1.27 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,709 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,685 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,708 (719,278 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,430 188,430 00000000000000e35f3de85686b10f5d6b15c39431e4205cb6c71c3f3dd01def 0.05 MB 109 46
188,429 188,429 000000000000091401e83da4da1f4c358d507f7fcfd710aa30e0b54bf1a8101b 0.15 MB 298 141
188,428 188,428 000000000000049f5f7bd310e364e83de5c3666ba89bb444d3c60423696eddee 0.00 MB 12 3,201
188,427 188,427 00000000000007122e2109e6536e01fb018478b6a43dd6ac81fc641fa93648ee 0.14 MB 325 131
188,426 188,426 0000000000000343b3d89d4ae0e716c142a610143a10404830d8e708c84b8c6e 0.25 MB 389 337
188,425 188,425 0000000000000410744de89e4ce9e0880ad91904caf77ae66f305c21aae52513 0.02 MB 69 127
188,424 188,424 00000000000004662dd342c760ba827ef1a6463364927dfca86b236aa05ba4cd 0.28 MB 754 135
188,423 188,423 0000000000000403b9a619e9489a6c31fcbd02711dcbe3f37db5a2a1ef26f85d 0.25 MB 590 136
188,422 188,422 0000000000000011dfe2ecd5969c38e00b25f5636f8165fab9ef49ca22106919 0.18 MB 247 90
188,421 188,421 0000000000000210c76226472d329462a39147939dc123652c98900b9dbf09bb 0.18 MB 473 363
188,420 188,420 000000000000093ba9fb9435f63825300cbc0015a06f666babd631d175cc8f12 0.07 MB 64 63
188,419 188,419 000000000000002df896dd782e28e1729ea8db3db278ff62b9b5e500af33e3bd 0.09 MB 128 72
188,418 188,418 0000000000000587556425a377c751a40d61fe1156c2e6b16e844fdc38c252b7 0.17 MB 492 135
188,417 188,417 000000000000068db7b54968995fce470f02f7fbef8e273343024b1db7e38234 0.28 MB 512 181
188,416 188,416 00000000000006d397bcecab951c127fe70dcd06f11d4e0a3ba72c3d443e0362 0.14 MB 490 161
188,415 188,415 0000000000000347267a58ac44702ffd2e3d88e8418cddd39c9379fd257af008 0.25 MB 421 213
188,414 188,414 00000000000007a99876118dc078a3f3e09fbf7aad7353c2cb5645420aba3b42 0.25 MB 284 139
188,413 188,413 00000000000006e95be670ddf73de2566dfe0112b77967ae6d1cc4e9601e4bbf 0.05 MB 158 402
188,412 188,412 00000000000002b3cb93ee5bc33d20367889697a818ba81adb80f7562404105f 0.05 MB 123 389
188,411 188,411 00000000000005b54624da59731aad8fc237c3a59a0689d7783e68da8a5d6806 0.06 MB 138 136
188,410 188,410 00000000000000f17853500bc910ecdeb1f931ad400f5aba67b7960aa3337f75 0.06 MB 162 942
Previous 10 blocks ↓
Total Size: 769.00 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,616.67 GB sent, 92.81 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.