Memory Pool Memory Pool Refreshing

1,780 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,795 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,775 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (415,782 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
492,012 492,012 0000000000000000004397358cc211fd46af41721c9b55d08dc2fdd58631f98d 1.03 MB 3,316 197
492,011 492,011 00000000000000000020423e61b3d312e5f78acd2d7a23ef5fd4cd9701d88035 1.03 MB 2,533 189
492,010 492,010 000000000000000000691f0c30acb140704b075884e3ddf817d5fc1569fd4958 1.05 MB 3,091 217
492,009 492,009 00000000000000000040e80da63f06424ca53616cbbd2f0c1faf506b511b9f78 1.05 MB 2,292 142
492,008 492,008 000000000000000000211dd7b7a177d322a28f90d869e4b66e580803db99a65d 1.06 MB 2,315 157
492,007 492,007 000000000000000000032d507e37de795aabadadd0590adb826280464ac7e6b6 1.03 MB 3,478 200
492,006 492,006 00000000000000000091532c0bd5e672056423078b3b73c6b0b658d484bfe489 1.05 MB 2,808 193
492,005 492,005 000000000000000000129c234add957fb25c1b5623eb25c3be682f9e5f598b82 1.05 MB 2,163 161
492,004 492,004 0000000000000000005666edad5db003095dd4956f7669da6e710b6902129187 1.03 MB 1,913 151
492,003 492,003 000000000000000000ab50bfc44f6a30bebc886e953e1ffa8724a0b6bc3a9649 1.06 MB 2,751 157
492,002 492,002 0000000000000000001aff18ef45148e1f106eead26b28aee16282d32511a8d7 1.04 MB 3,071 189
492,001 492,001 0000000000000000003ca9c34e4a9e52a3b144fd489b9f3d284afb4ca2c17c2c 0.75 MB 2,077 196
492,000 492,000 0000000000000000000e09cad4ded532e4d1fede43c8a011ccaf4d1e0ec52543 1.05 MB 2,291 156
491,999 491,999 0000000000000000003f7a8720270d6d814cf139d9ea7cc9cd0f181a61361bed 1.06 MB 2,776 181
491,998 491,998 000000000000000000a63cdca5c6816838d8947072c1a7f47b91582618fcc1e5 1.04 MB 2,070 148
491,997 491,997 000000000000000000bc433427c6cf8901ffcd87679ac6ef0f9273202edf4cc6 1.05 MB 2,704 161
491,996 491,996 00000000000000000026986ffbf3136720d01dd432d2665468f53bebb4c6b1e4 1.05 MB 2,518 181
491,995 491,995 0000000000000000008a7d662f1e220158722db48564ee971f165a02629f5861 1.11 MB 2,188 153
491,994 491,994 000000000000000000083d9252ba32c8afcda5a615277cdc078baa36ae8a4fdc 1.00 MB 1,924 155
491,993 491,993 0000000000000000004c76d4bab81a11c86840f3bbb5ffe03d1cddf53ceb412e 1.00 MB 2,065 163
491,992 491,992 0000000000000000002172d94707264aba5a9438b9f6a3754a3b60ade40aa650 1.00 MB 1,710 143
Previous 10 blocks ↓
Total Size: 769.16 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.68 GB sent, 93.66 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.