Memory Pool Memory Pool Refreshing

6,678 transactions
4.13 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,811 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,722 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,810 (577,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
330,188 330,188 0000000000000000040e41152fa59c953c506ee63e69e14b17fec983127aa4ad 0.04 MB 85 13
330,187 330,187 000000000000000009b1fd5f763994d5e3b413cfcdd9e2573e934396611649da 0.57 MB 805 18
330,186 330,186 00000000000000001b83d6081deb1508c4a12b462df1903d41170bb0886f562c 0.25 MB 767 41
330,185 330,185 00000000000000000c5e9a7a628407629e0a397bedcc5029b38470ec2135ee83 0.62 MB 1,497 31
330,184 330,184 00000000000000000347e702fdc4d6ed74dca01844857deb5fec560c25b14d51 0.32 MB 550 25
330,183 330,183 00000000000000001395d2fbb8bce4645291c6bc2093843308b8ed040163761f 0.33 MB 571 26
330,182 330,182 00000000000000001a2fd25318e15a98b0bb89100fb22e7edc0fd63317b6fd82 0.16 MB 237 27
330,181 330,181 00000000000000001baa782c42a11d25db4866fa0670a94241250e89204258de 0.52 MB 772 25
330,180 330,180 00000000000000001080cbf44ffe515acb8fbd44f857ceeee90a043c5e53216e 0.05 MB 163 29
330,179 330,179 0000000000000000026fbb9538a8ca112e577098671d2fa9b80c16d468804eb7 0.26 MB 523 44
330,178 330,178 0000000000000000162a5d53675ff5ddde2fd67adcaeec3e2110afcc4305d1c6 0.49 MB 1,061 34
330,177 330,177 000000000000000012fa48fb2d80ef687efd6fcf8e1a8dd9af8a6c48baaeafc8 0.75 MB 1,526 29
330,176 330,176 00000000000000000bd4caae8855a7db92e0e6fa690da4a05c4f9052e6a6de8b 0.42 MB 684 27
330,175 330,175 00000000000000000e7cbc7bf6463bc8474c62597443dd22b1dc8b080950e18d 0.18 MB 403 18
330,174 330,174 00000000000000000028496cb4f375f717e0c2d9f81fafc930045f9791739030 0.32 MB 274 17
330,173 330,173 000000000000000008ff9e6494c58aaea446bce8c5eb809ea31893617286ecfe 0.35 MB 991 39
330,172 330,172 000000000000000019f1390aaf799358ec14435728f7331a3392211a22531511 0.29 MB 534 28
330,171 330,171 000000000000000000e4ae4449470172e3e6e0323d503682fea1eae897698b7b 0.07 MB 107 24
330,170 330,170 000000000000000004c6b581080ca657a89229266f7ce5a9ef2986b2eaa4aea6 0.34 MB 691 26
330,169 330,169 00000000000000001b1b9b853f29477f7e42c1d42c090a43c56fe446fd9aef68 0.03 MB 64 49
330,168 330,168 0000000000000000160c6d711f9cd4b3c7b048e57eea3c73af4d74dd9ee6a9e3 0.45 MB 726 22
Previous 10 blocks ↓
Total Size: 769.18 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.65 GB sent, 93.87 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.