Memory Pool Memory Pool Refreshing

4,305 transactions
1.33 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,711 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,316 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,710 (649,758 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
257,952 257,952 000000000000001dc3e03cc2e9c853b74e9db185af90ebdeeff6a1b07c73c94a 0.09 MB 242 109
257,951 257,951 000000000000002c67fbc83965e5efbcd9c1e5acc1e100aaff5e0373b9438835 0.10 MB 217 106
257,950 257,950 000000000000001d0c53182c3a9b9b9496892a3f99ac84500bcbad8eb2b78848 0.07 MB 187 112
257,949 257,949 000000000000002b121abd880c4f10a39e0c589aa932a1cbbe4b45389f0a46b3 0.02 MB 48 88
257,948 257,948 000000000000000b6943b3ba4fdaf32f801816841bcb7c8befde9b65b11fb374 0.10 MB 228 77
257,947 257,947 000000000000000a255bbfefd0417da92d308ce477a95314534087b73c5bb5f0 0.03 MB 128 99
257,946 257,946 000000000000001cc5e3a17400662e1c7d3f98076d035764d030209229eb74f4 0.01 MB 23 77
257,945 257,945 000000000000001e390a2ada423162ca55ff2068654dd38036beed58f6fc68fe 0.08 MB 172 97
257,944 257,944 0000000000000001abe3cc791eb01337ec983ccde3670c420b6f56b537d50144 0.06 MB 166 119
257,943 257,943 000000000000002552f36021a9c108b518e827c95ab596346aa4e71d8ffb5516 0.09 MB 218 97
257,942 257,942 0000000000000000e3fd6ddc7b4ecd390bbf8f2af7a61f91061977f9f8e6a0de 0.07 MB 202 153
257,941 257,941 0000000000000014af4480324758713cee905e67d1318dfb5330b36f1a8d6f3c 0.01 MB 32 95
257,940 257,940 000000000000000d016f34fbddce9779d22fa476532fb535f5695f2e26f12bd3 0.19 MB 484 107
257,939 257,939 0000000000000021d6895d698adcc4fa408d5d20bfb30aa4b6898368960504db 0.03 MB 60 105
257,938 257,938 0000000000000005a88d9857e224af88aa565e70f4f9ff988f4a242cffb00d48 0.01 MB 27 175
257,937 257,937 000000000000000641ab7537e3975bb23cd49eb73df761fe12433f8a45393358 0.04 MB 135 139
257,936 257,936 000000000000001168da6098a4ec38d995ab5b4cf3783b6d60ea5e266fd65f12 0.12 MB 346 138
257,935 257,935 000000000000000c5e31df206332d7be745ac5e584cdfc08a00c202f5dccd1ee 0.01 MB 24 40
257,934 257,934 0000000000000000ad34ba73f258167260494cd9c5154a59e29bcefe660618b5 0.12 MB 307 101
257,933 257,933 000000000000002ebd7accacf743dfcb1be8d6ddf96006ed7bda745b98bd55aa 0.07 MB 148 93
257,932 257,932 0000000000000029c3fdd232a07f721115adb4f5aa385c8812c92aff4fb41523 0.06 MB 146 110
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.86 GB sent, 92.83 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.