Memory Pool Memory Pool Refreshing

7,587 transactions
3.76 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (588,323 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,402 319,402 0000000000000000199b6a343cc415b42d291364f2f7342aae48a93eed434ade 0.28 MB 542 28
319,401 319,401 00000000000000000e76ad9ec205b8f09b76fcb891ebd8cdebd4386c9caef6e7 0.23 MB 358 23
319,400 319,400 000000000000000021c6052e9becade189495d1c539aa37c58917305fd15f13b 0.06 MB 100 29
319,399 319,399 00000000000000001c3303b03e75cff5fc7b35e3b5bfb896fb6ee115bff8486b 0.16 MB 333 30
319,398 319,398 00000000000000000a6f5a1b0318206aec478bdc037960c1254baed174e1ae31 0.09 MB 149 21
319,397 319,397 00000000000000001be4cb54be0d1e86282bb9cdf3d95eb8650507004c829d17 0.17 MB 340 28
319,396 319,396 0000000000000000276979efe99a17b53d5015e2b87723c0a8015288b9514b10 0.18 MB 384 30
319,395 319,395 000000000000000005589c3f37e9c358ff3001686edd16b7739745a53de760fa 0.41 MB 439 17
319,394 319,394 0000000000000000233819465acf3c225cdc974710c4d37c7ed57a535efe8099 0.17 MB 512 42
319,393 319,393 00000000000000001265cc9e5a77724d1e338b2ffbfc351c631b36d96236569a 0.08 MB 256 52
319,392 319,392 000000000000000019fe6124f5d6e9e6e23519dae84b81e360f6145bb64cf4cf 0.08 MB 171 24
319,391 319,391 000000000000000025b713108a449ab45cbbcded7577dafe7b344fa5655aba51 0.13 MB 261 30
319,390 319,390 0000000000000000075456a82684f9eff391734aac541527fa2056bc58f6bef0 0.14 MB 295 31
319,389 319,389 00000000000000000e6b316ae5c1a861a98303a74c0d984c7736716b0993825e 0.04 MB 79 29
319,388 319,388 0000000000000000065b2f61fc5df580e6e0b77bbc98f6444ac4d1fe7a110f43 0.05 MB 108 30
319,387 319,387 0000000000000000089204f4c68e1c12478f1f0aafbd61796863334f8cc94c3c 0.01 MB 29 25
319,386 319,386 000000000000000006c14ccd1908d4f416afda62f6fad2e519e805e08ba9cab3 0.14 MB 317 29
319,385 319,385 00000000000000001ac9339c17879e9420c26a989bf7a173f5314bc36cf1b0d4 0.01 MB 19 20
319,384 319,384 00000000000000002043652644e0459ca4ca9e08bef2b33b1a3b1db36f79b789 0.07 MB 146 22
319,383 319,383 00000000000000002161b79ed04652f929f9e70e251c927664ddd2caf329e81f 0.22 MB 372 23
319,382 319,382 000000000000000023a4eeb9f59d7553a318ec4d0237ccaf9ef24f306f5fc760 0.20 MB 512 38
Previous 10 blocks ↓
Total Size: 769.03 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,625.38 GB sent, 93.03 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.