Memory Pool Memory Pool Refreshing

243 transactions
0.06 vMB
Show Random Selection Loading Transactions
Max Size: 0/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.06 vMB 229 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (440,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
467,160 467,160 000000000000000000d6c42e9c5684d0c33d35153527649faf82ed8da1a39a64 1.00 MB 1,499 233
467,159 467,159 000000000000000001d95f5229ec3fbfdf9c64e742c26f32cb8527a197534d94 1.00 MB 2,094 316
467,158 467,158 00000000000000000164a8bed9a548ea86b04a2dd8d00a4ff33a9de5aac08250 1.00 MB 2,496 200
467,157 467,157 000000000000000001eae58c03d5d41284dbac7dd21a94f77ed8a52af25dd56b 1.00 MB 2,319 236
467,156 467,156 00000000000000000006f4299069c2a83b474e92d1070aff7606d09b2c08053b 1.00 MB 1,872 334
467,155 467,155 0000000000000000016048e894b6974923da0f4b992527e2f2e67a49a8f164bd 1.00 MB 2,254 262
467,154 467,154 0000000000000000015f67f41d9cb7f62457b16f43356c94ba83156b3435cbbb 1.00 MB 2,515 323
467,153 467,153 000000000000000000074809d303ec524549932f3b95e58f87066a93b4754f63 0.00 MB 1 0
467,152 467,152 000000000000000000414efad0f1402158c7809bffc80a399670969ffac87a22 1.00 MB 2,167 301
467,151 467,151 000000000000000000aa321cf9185e7d63ee2a1c34edd0888792fd44ec6f16d4 1.00 MB 1,532 194
467,150 467,150 000000000000000001f27b41889fa92c1aa62100f787d566682dfd5e41456a4e 1.00 MB 1,704 300
467,149 467,149 00000000000000000158f09ea1563219ad82069fc325ddcdf842847b09891bd5 1.00 MB 1,882 254
467,148 467,148 00000000000000000026385ee9edaad7d2abcfb32abd97ace6e8a468fc7d8a96 1.00 MB 1,988 319
467,147 467,147 000000000000000001b1b0f2fa30a7e06d7033231c36806ae8ad334cb12a0b6e 1.00 MB 1,989 310
467,146 467,146 0000000000000000012560e60b0c6f578379dc99e5ca25aae629779309755050 1.00 MB 1,913 296
467,145 467,145 00000000000000000159d5f2a7caba8c31cf13aa2324c7a21ab18f819d4102fe 1.00 MB 2,257 338
467,144 467,144 000000000000000001dab7d20d8edadbdf8ae9f65fc28209a9c8d1f278abed0b 1.00 MB 1,988 387
467,143 467,143 00000000000000000112c9a73c18c85d15ef9e214bd7a20b026fc5db89ca5864 1.00 MB 1,152 411
467,142 467,142 0000000000000000015b75c804f8670a1012e2f005b07243b8063ec38df1b3f4 1.00 MB 731 489
467,141 467,141 00000000000000000182a8589e1fd67f0c4184e7446f767a5812d08a93ba66cd 1.00 MB 942 257
467,140 467,140 0000000000000000010ca2e52701109535df1a40d9923596a409dbb591610ada 1.00 MB 1,586 252
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.