Memory Pool Memory Pool Refreshing

4,850 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,817 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,670 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,816 (618,652 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
289,164 289,164 000000000000000053d2aad2bc2d7ff9541855072f842fb62158c06c99fe95ae 0.07 MB 135 37
289,163 289,163 00000000000000007fd2a7a8e0acba12ce1510edcbce94cb0906c5e554a7895d 0.65 MB 603 18
289,162 289,162 00000000000000011299b1c8f64d1ed8a8cd261333762e0025d02555a45c119c 0.16 MB 512 66
289,161 289,161 0000000000000000c73efc7d60a96a5e54dec9ff2f6c6d95ed53138f83015957 0.50 MB 601 21
289,160 289,160 000000000000000101e9660a1e2ebd21ee59b9c501fb1254c45a83012dc20e40 0.18 MB 512 61
289,159 289,159 0000000000000001090dff8f2c6c985b5dc5f0d3aed813e144d0e6f3c240b554 0.19 MB 512 63
289,158 289,158 00000000000000008686d07bd64e6e6e8845f75e8afff5c9abcf9239360b31e1 0.25 MB 590 35
289,157 289,157 000000000000000100d39c5d2e5b1f39174e5b5ca9a909fcf2bd7e8beddca4c3 0.31 MB 331 26
289,156 289,156 0000000000000000a1a75ae65ffbeb2a0a4f15d798794363e0d6980a49a392ad 0.03 MB 36 27
289,155 289,155 0000000000000000199ca189cdca364de9387a8492fcdd47583406051716b64e 0.08 MB 134 38
289,154 289,154 00000000000000002d0823f24edab610ddf3043c87fb8e9829c8d936f332c1bc 0.11 MB 178 27
289,153 289,153 0000000000000000fe3862d758c7c8d9bf87f458c3e9eaf0b7986bb94a6d8ebf 0.12 MB 214 29
289,152 289,152 0000000000000000f6edca084c2df91874620ec09834fad8fd8299d9c65b2ed0 0.03 MB 55 29
289,151 289,151 0000000000000000c4d84348fc01e7880115faf247f191a945007f2aee5b1350 0.12 MB 233 34
289,150 289,150 000000000000000027f41a511c7c358bee25608c7983dbfcbf5aab11155e7f56 0.26 MB 407 31
289,149 289,149 0000000000000000a7b8a0d75cc933ae9ca57880ab50291ba1e74669fdb789e7 0.24 MB 339 24
289,148 289,148 00000000000000001f616c9bd1e22e3ab673714dadaded9446e48ae68116da71 0.05 MB 128 42
289,147 289,147 00000000000000002a07aaed8b3616dbd448d981aa01d15f7c3e6f25df0ff8e7 0.08 MB 79 44
289,146 289,146 00000000000000005703e2ccb0fe2aa013e762495d420c1c78867d0f2e317bb8 0.32 MB 209 13
289,145 289,145 0000000000000000c138acbe51af4679915baf57bb8759023f02e748e547cad0 0.50 MB 1,195 42
289,144 289,144 000000000000000119c86a91ae807496659af47f76d78ccd7f58d4bf577795b8 0.11 MB 75 28
Previous 10 blocks ↓
Total Size: 769.19 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,633.72 GB sent, 93.90 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.