Memory Pool Memory Pool Refreshing

9,507 transactions
2.88 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,839 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,489 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (574,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,243 333,243 0000000000000000025789442b346ec44b1ddce6c4848ff9b9d52762f1efcca9 0.20 MB 326 26
333,242 333,242 0000000000000000032c476638fd89404ce02c29a8d5bfbcd2ea191be1c1bd81 0.20 MB 419 31
333,241 333,241 00000000000000000bcf17252d8d0efc59fa29e1f0516c2c8f735965498c766c 0.67 MB 1,141 24
333,240 333,240 00000000000000000e77d2f8a457e792dd75860d749cb1821cf65d59f62959e6 0.04 MB 62 10
333,239 333,239 000000000000000013e3f99f31f7af49254abd62af8684897045e7b86084b738 0.25 MB 645 30
333,238 333,238 00000000000000000f6d7b0530e372c634b263e91b1f0ba60daa6b16509aa450 0.57 MB 1,357 28
333,237 333,237 00000000000000000389e63047a78afefe49c4dcabe67f03e9568001cb286d95 0.55 MB 1,380 30
333,236 333,236 00000000000000000cef938344d1cc6eb45c1af2b4bc4c44965562d32b6b4b3c 0.48 MB 1,292 30
333,235 333,235 00000000000000001191fc028a2462d2d358d9ad327928b44951fa365231ae69 0.39 MB 920 29
333,234 333,234 00000000000000001b5042c21dac1339dad98e5a7a1b0990ad00e54116e33c94 0.47 MB 909 25
333,233 333,233 0000000000000000020d61d40b83bdaef9150942f0d53e3a2af4f685710a8109 0.08 MB 141 18
333,232 333,232 00000000000000001449984a6529c24181438255eb8f402a16c525e377b8f267 0.22 MB 370 23
333,231 333,231 0000000000000000047954252efc60e59e3e4dab4bafbfadc917f4cfd8a86808 0.24 MB 437 22
333,230 333,230 000000000000000016c774eeb629143ca80266e8236bb59e9fa3b42f7aeb3f1c 0.58 MB 1,209 27
333,229 333,229 000000000000000008befb022efa0d520424be792135a89c8d938bbabf65d3a3 0.11 MB 248 24
333,228 333,228 0000000000000000034bb91ee90b73bc418257842076a30ab7c706d39fcaed0b 0.13 MB 246 23
333,227 333,227 0000000000000000095e59ffc9ca976691e22e45f85c134e0f773750c72504fd 0.46 MB 1,049 28
333,226 333,226 00000000000000000ec4ced658a5f5d87a446694068a9ea65d4f4e8bfbc7dfe1 0.12 MB 340 31
333,225 333,225 00000000000000000d2a0529dcafde71ccc03bfb899dc3a0758957aa50705c5d 0.18 MB 360 23
333,224 333,224 0000000000000000184e3b2fbd598eba1cc4230911dafae7486014210fe04faa 0.58 MB 1,290 28
333,223 333,223 0000000000000000016643d31001c04438df02ac310c45813c9047c7bdc983de 0.10 MB 161 14
Previous 10 blocks ↓
Total Size: 769.24 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.04 GB sent, 94.13 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.