Memory Pool Memory Pool Refreshing

3,533 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,793 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.95 vMB 3,533 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,792 (708,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
199,199 199,199 00000000000001dc6b32843d1ac6dbf5c11e1c68ee27d2748a1a6ab04bc7fdb9 0.07 MB 150 128
199,198 199,198 00000000000003e6fdd591c161b58494c442b3d140da63274f4092c8732cc49c 0.02 MB 52 157
199,197 199,197 00000000000003a491a00179b5233ec14c4483ea3591ec3b32adddc925d33b74 0.05 MB 142 126
199,196 199,196 000000000000019e967a6c5f4356c4c508c4ab5633464c67b5387e3c9d3f54f0 0.05 MB 119 131
199,195 199,195 00000000000004b45b8eeac145a52276ac0ef97790eb70d4d786761ca82fdb81 0.05 MB 93 95
199,194 199,194 000000000000038ffb85173387f219ea21101bc456e9f1e4e07b1c150ffb1a00 0.05 MB 132 63
199,193 199,193 000000000000043cef134abaf79e72d503c088209568840dc511606d4458a68c 0.11 MB 313 181
199,192 199,192 00000000000005b0ab1d9008897d96a30d630e6372bb2dd4677dda320f22e8b5 0.09 MB 119 77
199,191 199,191 000000000000017668ea1612f3306497e93819b529ed7c749b44aba85ff12418 0.02 MB 11 1,244
199,190 199,190 000000000000018d6b50210ae09266c5eb2b235470feef2b2a6567abe69931d3 0.15 MB 414 123
199,189 199,189 000000000000037df60961cceb00c3c1fbd92b382a712064159c30132762dd7c 0.05 MB 154 107
199,188 199,188 00000000000000b2c84f95022e059bbe23c0f5d6e268388a6397c9baee8ac557 0.01 MB 13 135
199,187 199,187 00000000000006360c4cbe633f4d5a23a72a757b607d02fa2611a677692fe22c 0.08 MB 87 66
199,186 199,186 000000000000053b8ab68eb861d685c74d8162fedc89a73236d218a892ecb9d4 0.00 MB 8 84
199,185 199,185 00000000000004a4654e121541678eddfae8b498186587a339ceff7fddfd9293 0.02 MB 64 3
199,184 199,184 00000000000001bb204745a0249499bbb0199e51bbc1727793b0c4cf9836d1ed 0.04 MB 93 140
199,183 199,183 000000000000009172bd8d42d3e40449767317f3826f53fb3e958ffd655a90a6 0.04 MB 81 117
199,182 199,182 00000000000002e1b985306261ae2e7b1ff939c604108536080fe68cf24b5499 0.06 MB 32 72
199,181 199,181 00000000000001fa56579cb7a228f764c11f9029f85225814840105556595504 0.02 MB 38 75
199,180 199,180 00000000000002ae29f674cda8f2572a6d66786db2645e6f72277370c9e5b8e0 0.08 MB 181 174
199,179 199,179 0000000000000600c3ff83a844ae0caf196717c76c49acbad3d563f0d3c36ddf 0.01 MB 23 96
Previous 10 blocks ↓
Total Size: 769.15 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,632.64 GB sent, 93.64 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.