Memory Pool Memory Pool Refreshing

738 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,774 00000000000000000002349e0000000000000000000000000000000000000000 0.29 vMB 732 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,773 (625,885 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
281,888 281,888 00000000000000021ddd91ae48ec50cfc997326bd42ae828ba736ec297e826c4 0.08 MB 142 29
281,887 281,887 0000000000000000518ae59e2c46aa177ea399a45daf1871ebb57a67d0b746a8 0.35 MB 525 29
281,886 281,886 0000000000000000fe5c3ebfe5907f21fe9d98687cdf937cc74f77802fbffd58 0.35 MB 793 32
281,885 281,885 00000000000000011dfad12cb683f0b4fdac7037f48f61d399a9cacb55ca149f 0.25 MB 872 97
281,884 281,884 000000000000000044b40dc7e65e3b19ee06e2e0fafd72822147e1760a518735 0.13 MB 247 38
281,883 281,883 000000000000000093829ed27a5146a81c5466ddcb64df8e34257e1fc389d924 0.18 MB 414 49
281,882 281,882 00000000000000012fa387cd14fc520026ff9d816d51f4b6c35cba2b96be6023 0.04 MB 84 43
281,881 281,881 00000000000000017dd02c66d21d3bdfaf3f8849b7aa685eb3018da1c24933e5 0.11 MB 106 22
281,880 281,880 0000000000000002224677907eb4663448d7d1d4365b3938e9ac5711b892441f 0.21 MB 512 51
281,879 281,879 00000000000000008668d448a63e2b9ff5f67927d759632a74461d07117abc43 0.15 MB 181 19
281,878 281,878 0000000000000002231b49772d78eac56397debc0e52b32198483606dd35bb8f 0.05 MB 141 87
281,877 281,877 00000000000000010ec829bb382c3b602bd847ff0b871bc719fb128e9efbcfc4 0.12 MB 288 50
281,876 281,876 0000000000000000043f7b19f284e4be5289360541490bc3aeae2b1e56ccc4c8 0.07 MB 149 65
281,875 281,875 000000000000000041a446b620508b06c3355c7b5e6fc109002c6d36bcd20be7 0.17 MB 325 41
281,874 281,874 00000000000000011293ef0e300a9882812c9e8bf6a028be9f1e9721cefa6279 0.10 MB 234 43
281,873 281,873 00000000000000011b14b11b1098bd129c5415f7235ee08d20ba1a0957fe8abb 0.02 MB 50 26
281,872 281,872 0000000000000000da7b5f0a0b9df7497cf8ad5cd6ca636cdbede9e45e038a68 0.10 MB 209 44
281,871 281,871 000000000000000104e6f2f7bb9190a3d61439f784da190b3b88980fd2a28778 0.10 MB 195 28
281,870 281,870 00000000000000010a180bbd218cc7592b93500285a2cccaaaf981020530bc37 0.10 MB 139 49
281,869 281,869 0000000000000001074190b4b177d0eb8dc773acaa0dd2b3a90585f7d62486a0 0.48 MB 1,118 38
281,868 281,868 00000000000000000f3d596b35668f389a558583821c244a7a29cc5ed8dd95a9 0.05 MB 138 239
Previous 10 blocks ↓
Total Size: 769.11 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,629.78 GB sent, 93.47 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.