Memory Pool Memory Pool Refreshing

7,817 transactions
2.53 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,408 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (710,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
197,040 197,040 000000000000006f91d4f861a4f7a9be5c7ad3b5269490f5153ecf17cc7c381b 0.21 MB 532 246
197,039 197,039 000000000000013685c083097c67e0f375f1b85c3805888442315adca20eab36 0.18 MB 512 143
197,038 197,038 00000000000002de7aad8146317bd708a2af2f85c6c9f5a51ef05f910f24dc1c 0.00 MB 1 0
197,037 197,037 0000000000000475921302bcc679e9147480861a3b5680edcaad6f8c6c06bdf0 0.02 MB 62 0
197,036 197,036 0000000000000498ae3f8aa37ecff688f6a46d8331bd1c03af4989be6f554068 0.09 MB 236 130
197,035 197,035 00000000000003d26161c446d0fbbb5f1add05244cecf3cd05153d0a4d37b2a0 0.03 MB 78 144
197,034 197,034 00000000000000c777f6e57d5a6f0e54e01e20caa74143f7a886c6a58dc56dda 0.03 MB 61 106
197,033 197,033 000000000000013dfbddc59a62afa07fb3a78d0a38ef08f8064894cb2fef6868 0.04 MB 127 134
197,032 197,032 00000000000006b487724219bf6689e88bcdd601786dcfbff4be85cbfabf377a 0.04 MB 128 166
197,031 197,031 00000000000000c4d134628764ed5958acfe00a0fc93d7b32965b46bcc9d05cd 0.06 MB 139 123
197,030 197,030 00000000000006ca1e1977f05e6f0d96e2f9c7225c84a3247ee7080c055d224c 0.06 MB 112 93
197,029 197,029 0000000000000116ea8327c7d29c9a5565bb43b983d4b2fc7d462f651549f802 0.07 MB 161 130
197,028 197,028 00000000000000870b1ca09254c20200d51b60fdc9b979f74e559e51c29d7815 0.10 MB 256 198
197,027 197,027 00000000000002a9c2edfd3a2c3630254b239c3dda0a78903bcaaff9e01f9c27 0.05 MB 185 27
197,026 197,026 000000000000041ac36bc31ebda9e00fab9b8b8b482efb08b4eedc14cf6bcac4 0.13 MB 216 118
197,025 197,025 00000000000004d5a4da9901930a90c4f9a475c8b97929526ced8bac5d519d79 0.09 MB 265 174
197,024 197,024 00000000000006754c45dbb47311d1253bb47753787684e44c0da83106bd67c1 0.25 MB 526 126
197,023 197,023 00000000000005cb4ad3abc3fb1da506fc2e523acd4e850b89648819ce594cc0 0.05 MB 129 104
197,022 197,022 00000000000001e198ecb5a82701d192cc69a7c96cf70c5984734c68a5b25d2a 0.25 MB 629 138
197,021 197,021 00000000000004e5a7852cfcedd70453f655d59b67727c4b5b9f5a1b6962e5bc 0.16 MB 362 113
197,020 197,020 000000000000019f5d92179ab085ac4e81369ab002c86657b6cbe43ef912f72b 0.31 MB 653 126
Previous 10 blocks ↓
Total Size: 769.25 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,635.10 GB sent, 94.16 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.