Memory Pool Memory Pool Refreshing

2,512 transactions
0.74 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,498 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (716,321 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,390 191,390 0000000000000834a05851721611a428efbd460a537cc247688eff1f5a549677 0.21 MB 528 145
191,389 191,389 000000000000026f4490ddb9b07815b5f1e6a92412e0ae1a8523f7a55df29f3a 0.01 MB 45 121
191,388 191,388 00000000000000f41b0d0881c7d8098795841f492a83e9253f22ea111614e671 0.08 MB 153 107
191,387 191,387 000000000000046005039aaf812be37198a3ac27933844e91e1d6216124f24b0 0.00 MB 11 37
191,386 191,386 0000000000000337ce71fa9e907ed961b4556f95101ac54c63beec02a8484199 0.17 MB 402 126
191,385 191,385 00000000000007926755b3c5a2e369d4b6b8f49375350adf9262553985076030 0.25 MB 520 144
191,384 191,384 00000000000007ecee56ff700e1b67196683e24d0e47b297eb53a180590e8690 0.50 MB 1,483 50
191,383 191,383 00000000000004a8e13a1a0bf3d386ce4e26595620d37a299777e3496572fad2 0.07 MB 204 85
191,382 191,382 000000000000040001964c1581a438d0ed9f8a7563fcdff8b6e40a51bf9cdf83 0.00 MB 12 0
191,381 191,381 0000000000000369665164bd6070940d5bdc89a2085df58bcc120755409cd097 0.06 MB 171 162
191,380 191,380 000000000000012c8cb815bedb2e6544d6dee8a1fb756a5c4b4c504caa323068 0.10 MB 257 138
191,379 191,379 00000000000000c81b30e8917d4c760cf935dd8de758285385b8b01e1923f3ab 0.05 MB 89 92
191,378 191,378 0000000000000302bf9a97e5b6e2e75a3b66ceb6ee5c21dbae704ef8ca156f81 0.00 MB 10 15
191,377 191,377 000000000000083a01981423cf63436fa0702af1b13ef956042e80278e492a32 0.10 MB 258 143
191,376 191,376 00000000000000ba269ee16fe65264d9ff94a04ad9e30ffb1ea1913c1dea41b9 0.01 MB 20 71
191,375 191,375 00000000000004689a497296f7e6561cd21977692ea675a7657b21a3a562b6ab 0.09 MB 201 118
191,374 191,374 0000000000000729993fdb984cb660e6c2e356e00da7ec41cceddc39f9cf9ca9 0.25 MB 681 145
191,373 191,373 0000000000000085e1fee617d684e6969e08493f27365c8c57f936032870cd6d 0.03 MB 66 52
191,372 191,372 000000000000069bfb0227a64a05d326316e4887015a5a69780b34e7d6764cf5 0.03 MB 79 115
191,371 191,371 0000000000000379322b2a7d9b25d87172d9b71f48c34218beb60c47a6470c2f 0.08 MB 186 109
191,370 191,370 000000000000062a88f433be6ab8bfe27eb79c4aa8f02899b187c2d0cbb034e2 0.02 MB 50 202
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.88 GB sent, 92.84 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.