Memory Pool Memory Pool Refreshing

2,022 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,903 00000000000000000002349e0000000000000000000000000000000000000000 0.69 vMB 2,012 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,902 (751,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,172 156,172 0000000000000d2d071127d07e32772e4f1bc03908465ce77c34e72c8beb8586 0.03 MB 78 21
156,171 156,171 0000000000000566f125b8b522222cd4aa8379cabcf3120b32b65088048c5c7d 0.00 MB 15 70
156,170 156,170 0000000000000232234b887b14b46a045d59980de2cd393045ddd59dbf6b58be 0.02 MB 63 118
156,169 156,169 00000000000001c7c62c7f82389667a20c2d5aad9aa4503d0127fa40239c6aa3 0.02 MB 45 35
156,168 156,168 0000000000000c1061b3e93919a15318754ea886f94957a2b430b0ccedf60c81 0.00 MB 3 96
156,167 156,167 0000000000000711159b4562f1c1fc95b004e84c670aeb3db4be948eac520653 0.02 MB 56 27
156,166 156,166 000000000000059a04d568aca1edc50b78db3fc73757227371191c3c216dbd81 0.02 MB 47 111
156,165 156,165 0000000000000d7829632160b07a121ff305cc909115f143df759412b244dd96 0.02 MB 52 49
156,164 156,164 0000000000000ee8bab537f374c45c4f76f09606ce149825bc0d27bfdc595182 0.04 MB 50 50
156,163 156,163 000000000000035a502862646d605093cb704f007628bfb742d80e2d8e66b3f7 0.01 MB 19 217
156,162 156,162 0000000000000e57d323ef37179e58f1eeb4d13828a10db4f3d320af94119fab 0.00 MB 13 334
156,161 156,161 0000000000000626474135438471066fbe93d7c07496dd6f0aea64b832ed3619 0.01 MB 43 62
156,160 156,160 0000000000000a6b0fc04ff2d133fa10d6fcf3594a8ad8d1c2e40a6bbcbd9a21 0.02 MB 28 33
156,159 156,159 0000000000000d279b54f3ac4ea4b324e1edc1dfd2966d39edf5b427899ce084 0.04 MB 138 25
156,158 156,158 000000000000007d80ff72c9b7aabf97ff15dc1679f2c55e658e8dfb4a9d3c69 0.05 MB 121 29
156,157 156,157 0000000000000d4138b5e6f8111957785f60f8df385d74145b2be25d862d4dac 0.03 MB 87 159
156,156 156,156 0000000000000c70a25c35555666b07b892a1e7b238a835242228cebf027dfd6 0.00 MB 9 151
156,155 156,155 00000000000001e0ee3783877d592156d2ab3e47ed15253433e4e7ddfaae7e79 0.01 MB 20 173
156,154 156,154 0000000000000271eb516c98d0dabd1d4ee6ea3ef8f4c871f0f48a5bb6404083 0.00 MB 11 0
156,153 156,153 0000000000000126b5c4a12f27c1a6f29486acdba0687fa642634e17ddc3911a 0.04 MB 57 82
156,152 156,152 000000000000071b407bef7738e1cc4e6dd9536030540cf403dc9e05f9d82fb2 0.01 MB 18 234
Previous 10 blocks ↓
Total Size: 769.36 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,643.69 GB sent, 94.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.