Memory Pool Memory Pool Refreshing

2,918 transactions
1.18 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,996 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,322 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,995 (605,955 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
302,040 302,040 0000000000000000357b09e5271313fc39517f35a63146e92922c6e47f7e76b7 0.35 MB 506 25
302,039 302,039 000000000000000037da403bce83c6a5d46a7556498fa6e80c62bc013b957007 0.35 MB 296 24
302,038 302,038 00000000000000001d4e81385e5836198fa8c8f2457213779bc3a65aebd319a7 0.35 MB 626 30
302,037 302,037 0000000000000000144e023062f0f1f9e908475e3fc7c65976f3d244a21c516e 0.35 MB 1,039 49
302,036 302,036 000000000000000053f56aaccb07773b905f42efe13425d8f69755ccdb28c0ed 0.35 MB 721 34
302,035 302,035 0000000000000000305fe69891e2d049e38ac83445081dd80164cf4de4fd806c 0.02 MB 41 26
302,034 302,034 0000000000000000625b3816ab18f9247175e105af86f3fee91858bb52686be9 0.34 MB 300 18
302,033 302,033 000000000000000071af56dd6c4754aab08b5c851e4004247056c75ac6a6222d 0.32 MB 462 27
302,032 302,032 0000000000000000046c7522b685e146a5f8e6acd2bc92db40fdb2cd1d9dbadf 0.04 MB 63 30
302,031 302,031 000000000000000015d2b8a2e0f3ac8d08db01c5f4364c879ca367daae395013 0.14 MB 259 28
302,030 302,030 000000000000000023a7dd3e1f3cc3424e6f20cfc6c17694cf909c4f27ca2e5c 0.13 MB 296 36
302,029 302,029 00000000000000000b06e65dbfcce2817f4488c8d588da0ac9c4ffac1a244b82 0.03 MB 42 16
302,028 302,028 000000000000000015b1224f8512331a4407aa44fdd969ac592cea41e7212083 0.16 MB 285 29
302,027 302,027 0000000000000000190dede28086d4b99589a8849a277b164405852ec655e4ed 0.06 MB 135 18
302,026 302,026 00000000000000004a195822ccc0901d6523566dc7a488306750c88045ca494f 0.09 MB 149 29
302,025 302,025 0000000000000000245976098e59bd2034649f2f088fb6ccf29e21ad1c491cdf 0.71 MB 978 26
302,024 302,024 00000000000000005f58ce0ed723f8f270d0ad4006d5fbf96c45ea166cdc0f6a 0.75 MB 962 25
302,023 302,023 0000000000000000269eadc1d50b15cd752b37e00b227d2d86e3466acf65c579 0.35 MB 942 47
302,022 302,022 00000000000000002e714a2b04b2a00ace5c2dd784263677c2d861afdf46599f 0.05 MB 81 27
302,021 302,021 000000000000000025e0bb10666ae7a7e91cac2502374dd8b8a18876503fe5c0 0.03 MB 82 37
302,020 302,020 000000000000000025d14be9bc26edebf5d9b3728c11d51b7d9ce97182270aa5 0.06 MB 85 25
Previous 10 blocks ↓
Total Size: 769.54 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,648.21 GB sent, 95.63 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.