Memory Pool Memory Pool Refreshing

9,062 transactions
2.76 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,405 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,838 (589,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
318,095 318,095 00000000000000002385a5822bc3dd5f70b30c11f7f1d2495873f98724af6f28 0.60 MB 1,217 30
318,094 318,094 00000000000000000837796bf72dfa1b2a13e6024f1505fbe42240f123e5bcf1 0.15 MB 332 30
318,093 318,093 000000000000000027090e83c5d61492c885f7018db4382de9d72bae4dfc69b2 0.12 MB 179 20
318,092 318,092 000000000000000019625a7a1a56674bfb3c7f4e49b1813b06a71efff7c36c6b 0.05 MB 114 31
318,091 318,091 0000000000000000247316005f2957275a5c3b4c88a315e3902500633d64f10c 0.29 MB 643 32
318,090 318,090 00000000000000001491a0c5267b03602f036041a6637b4bfae22d7bd86362a8 0.19 MB 195 12
318,089 318,089 00000000000000000cfacc949d64b20ca760099bb531cf587d1ed0e2cd529d58 0.75 MB 1,423 29
318,088 318,088 000000000000000022d66dcd8810aa239f66a705e50af9271252b9347b66092a 0.04 MB 86 33
318,087 318,087 000000000000000019f7cf4c91b2a603dd606601b6cbdd85ef6dfe3904408321 0.10 MB 154 18
318,086 318,086 00000000000000002180bf1123044f39a7e8b17eed501a347d5005fa9934a52f 0.09 MB 157 24
318,085 318,085 00000000000000002cfd6a438cb3899ac991bfab11d4c21a7acbfa391b7a699e 0.55 MB 1,084 29
318,084 318,084 000000000000000012c695b4b97fb77c0567f927fcbb9552dc4839ffc3514d6d 0.34 MB 840 31
318,083 318,083 00000000000000001b2120a60cb47497d9bf11b0cee903f2db594416e9b3e447 0.13 MB 271 28
318,082 318,082 00000000000000002007367442fb786a2505ba091b337a083d0413b11078b6f4 0.16 MB 319 25
318,081 318,081 0000000000000000177a4d46ed000b1e3d4bd7e30f8150929481703b611b62fb 0.31 MB 623 29
318,080 318,080 00000000000000002abdacffc94827a2c3bb0f71330056f7e20c026c48ccd3cb 0.28 MB 590 29
318,079 318,079 00000000000000000b2261644159cb354e6496789a47aca74186e7077aa80582 0.34 MB 533 24
318,078 318,078 00000000000000002df72ca96afba8adbc52ca6ffc98912e67392c3f5c45c389 0.19 MB 317 26
318,077 318,077 000000000000000011d47639c81902a0dfecd475cc747b31d2cfeb58ccd625b7 0.01 MB 13 19
318,076 318,076 00000000000000000fc7448f7d5cb3c214f95bedaeef5a30e5ccd1c7a3d44d66 0.02 MB 31 18
318,075 318,075 00000000000000000d7a3cb431623325b8388573ff0b61a9b4c72a04fc168771 0.40 MB 714 25
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.