Memory Pool Memory Pool Refreshing

4,727 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,369 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (625,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
281,867 281,867 0000000000000002277190586a03f0308dbf9d08aec990d3e0d9e1cb7f46c2e6 0.01 MB 23 42
281,866 281,866 00000000000000004e0726200806535694ec60e15522ccbdba7f31d7f4b3ff6e 0.10 MB 194 36
281,865 281,865 0000000000000000c00003d26325f41a4848407f9a7a6ded9363f27780982a7f 0.07 MB 153 26
281,864 281,864 000000000000000228587cc25f171b65e10f9d3b30eb6dacd427073e513f4208 0.05 MB 123 76
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.