Memory Pool Memory Pool Refreshing

5,652 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,847 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,093 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,846 (739,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
168,392 168,392 0000000000000b08ed16e2670b3fc5531be55ca07732ad9fc6cfe6bd72fb95d0 0.05 MB 111 75
168,391 168,391 000000000000071094e5a05aee8c92bcac31a421a428035ed508b5c54dc8c3b2 0.01 MB 27 848
168,390 168,390 0000000000000a9e049f62a98f325c4e5bfa4a16a1e95afe66cbe8f6138a7a4e 0.00 MB 6 24
168,389 168,389 0000000000000722614280b910648d0bc197deb7cbcc8318f94e7142db13d06d 0.01 MB 15 27
168,388 168,388 00000000000007f91de055cd96b9b5b0d912f0c240c19b5a2ddf735c50106429 0.01 MB 20 102
168,387 168,387 00000000000002b35b3940f0bfb8bfff70b8cf5108ab8799dbd9598eda898dfd 0.00 MB 13 29
168,386 168,386 00000000000008b63d638b72a59c2f3942267926a2c6116d690bb25f505e4398 0.05 MB 157 34
168,385 168,385 0000000000000afa703d3751f2bab5a696a496e0ee4b401b39d87d78210e9ac4 0.05 MB 99 142
168,384 168,384 00000000000005125977020b984edb0b71e2722c44cc56b6c48cdf39e7ff7ebb 0.03 MB 56 29
168,383 168,383 0000000000000027e648c32541378dea2b552496a600c7e0b92507edf92e7c9b 0.02 MB 26 55
168,382 168,382 000000000000061ae8ccdc33c1c2592977c88104382a16ffc8635d043d731f34 0.00 MB 5 848
168,381 168,381 000000000000059dfd4d67a031a184e904c40d845b451ce744d77c1c64448ca1 0.02 MB 73 59
168,380 168,380 0000000000000bcecdbfb815a263ab8ed5e7b0d3ca41dd7c67566d645298e9b2 0.03 MB 46 39
168,379 168,379 0000000000000a01ecb8447c88962faf3b3d94ca46aa9035af73c0ec4a186126 0.00 MB 1 0
168,378 168,378 0000000000000789ba6f864531c0934ac68b7d28ec309099463b767b27fdd0f6 0.00 MB 11 52
168,377 168,377 00000000000009dce8de0d549b286a596a3178013610b8d1270fc018c23115df 0.00 MB 11 17
168,376 168,376 00000000000005dc726a57f7dc911c7dbc1abd35fe2212150530ff192f1977d8 0.03 MB 88 98
168,375 168,375 0000000000000905e3f95c7dac5dd2634c8e503532ae8c011e14cb903f93a1cd 0.04 MB 22 82
168,374 168,374 0000000000000b453a527d426061b1b4d95da4978bffa852a18b7f0f746ef2fc 0.01 MB 24 23
168,373 168,373 0000000000000a0137c1cda537b6b99d9d17d227d4a361bca4505e58231f117f 0.00 MB 1 0
168,372 168,372 000000000000040edc19a91cfeb79186e6f62d235aca123cc0c76d1134b204ed 0.01 MB 14 83
Previous 10 blocks ↓
Total Size: 769.25 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,635.19 GB sent, 94.19 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.