Memory Pool Memory Pool Refreshing

761 transactions
0.32 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,769 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 746 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (205,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
702,132 702,132 00000000000000000008fbcad055e8453f6c6e1f9b412c1293e1b84c156fe87c 1.13 MB 1,392 6
702,131 702,131 00000000000000000007ddf469732a5641051d4021b298fee723b46996b380a2 1.15 MB 789 5
702,130 702,130 0000000000000000000bd6b72d82e45c29fe5682a868bf5ebce3f810409b94d3 1.02 MB 1,532 7
702,129 702,129 0000000000000000000e8715a607cc2697f710ab32daf29f3457afa4e768efd4 1.46 MB 2,936 4
702,128 702,128 00000000000000000006c0b8d73b8f6ef1b6c65172e84368a2f8cf2ccd621b55 1.55 MB 3,287 11
702,127 702,127 0000000000000000000026fd4ca77882a9e954ae4ba993afa691ef8da3f52201 1.46 MB 2,858 7
702,126 702,126 000000000000000000059d360119bbee1be1252701e44aad080953546ab1eb7e 1.46 MB 2,911 11
702,125 702,125 00000000000000000005e975b7b3822ad34f9e21876fc0cdedd7603da60c536c 1.36 MB 2,601 20
702,124 702,124 0000000000000000000a409cafeee79edd9fd3467339368a51b57418e11912e9 1.22 MB 2,054 3
702,123 702,123 00000000000000000004daca55dfe224bf18a2a3e571ad58c42f1cd0b3ce6001 1.40 MB 1,845 8
702,122 702,122 00000000000000000007f8fa15316f244906d9b7000ddb1f35f6d7a97879d090 1.38 MB 2,770 15
702,121 702,121 000000000000000000098d4bc7402a484a6cde1dcf2c1bf21e00cd7905055e36 1.33 MB 1,953 7
702,120 702,120 00000000000000000008509f5c406f160e6f27a296812773563b349aa2e30b91 0.57 MB 1,026 10
702,119 702,119 000000000000000000068a0fc12b7a37ea7b7bcd3e51ef2cc699e4d1ac7d0bb6 0.21 MB 344 9
702,118 702,118 0000000000000000000bc4605337f5a3970c5e97e26d40e6b76ae477404aaf6a 0.12 MB 199 7
702,117 702,117 0000000000000000000a4fca1e30a0353e9cd9364b43b771a21318a9dbc533db 0.21 MB 394 9
702,116 702,116 00000000000000000009682024d1ae2d0a30cd80039fd3c9f66e67287afe3dd3 0.45 MB 1,003 11
702,115 702,115 0000000000000000000da6f0f208da95a5f5a44b41dd68de36128f602a20cf07 0.97 MB 1,751 12
702,114 702,114 000000000000000000099e94dca4c9eb950d6d4a430b1299f89f6f505e4e1314 0.09 MB 219 9
702,113 702,113 0000000000000000000994b6c9ab0d4558f99d4811039c81d84069c379fdf24c 1.15 MB 1,905 7
702,112 702,112 000000000000000000003b000c0e748c5bb60e91ad805338820a65948b0cbf1e 1.29 MB 1,783 9
Previous 10 blocks ↓
Total Size: 769.11 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,629.34 GB sent, 93.42 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.