Memory Pool Memory Pool Refreshing

11,270 transactions
3.77 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,683 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,036 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,682 (55,504 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,178 852,178 0000000000000000000223bda8c0899e92831ece2e7ca78c0f1d6fd5a043b235 1.86 MB 4,738 6
852,177 852,177 00000000000000000001948be967c749e6122352e486e8cf8c17de3ce7d9f7c0 1.97 MB 4,816 7
852,176 852,176 00000000000000000002a02aaf514e5da1518895f023fb04075b743f18c26e6a 1.87 MB 3,004 6
852,175 852,175 0000000000000000000292225d9a4fb9300b89f582d40b5ec1aaf14b4272c747 1.58 MB 2,045 7
852,174 852,174 000000000000000000025a9fcae21e22ce8babf4f204c1bdbecb51507c29595c 1.28 MB 2,046 7
852,173 852,173 000000000000000000001490aef509d7517201ca17d6f8d4ae45bd7a269581bc 1.40 MB 2,426 9
852,172 852,172 0000000000000000000028bc1a1a2e272a471cd1df716d05eccbba56ff3dcf30 1.76 MB 3,885 8
852,171 852,171 00000000000000000003432956e0c32463b9c79272b2d1224635405ffb468e22 2.06 MB 3,994 5
852,170 852,170 0000000000000000000152de6af7f9639c250c6d83a46d29949e34653dd977df 2.01 MB 3,983 5
852,169 852,169 00000000000000000001b3e81d718bf43b56ce0f06eb53a4daed4456e2def354 1.80 MB 4,606 6
852,168 852,168 0000000000000000000085ff7ab3abdf28c60e3fdc9c1963b5f4e177d1e2bd85 2.08 MB 3,205 5
852,167 852,167 0000000000000000000114763a642b2b0aa42cf4181ac8f44ef6377a30df693b 2.00 MB 3,103 6
852,166 852,166 000000000000000000029305d33c5130e4689cd63d3cec1907a0ba10b821c5b7 1.42 MB 3,041 6
852,165 852,165 00000000000000000002a5fb4e53feaf20c22c39ac8688bf631bf51aea69a2ee 1.83 MB 3,924 7
852,164 852,164 0000000000000000000156266076731e71532fca15c84ef0dc7fceca4a22509e 1.49 MB 6,555 11
852,163 852,163 00000000000000000001fc1247d6c13758ced0aa5fcebb99b5593853faf2a116 1.48 MB 5,589 13
852,162 852,162 00000000000000000001f5f0bd75cee448b7d55d7ae92dff906013246f9dd299 1.49 MB 6,105 8
852,161 852,161 0000000000000000000230f24818fd3c6aeb02b6f0e7f636daaf15a0d992199e 1.60 MB 5,263 7
852,160 852,160 000000000000000000031a66193f609487855fcf9d91d3af93238894821feb90 1.54 MB 3,995 10
852,159 852,159 00000000000000000000da9375b2b7d28ec0c99632d1981d29bec250740074e8 1.39 MB 3,361 6
852,158 852,158 00000000000000000002dfc80528c2ab27330c2c92a8931a9baeeae4d7ac838e 1.51 MB 3,883 8
Previous 10 blocks ↓
Total Size: 768.95 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,614.45 GB sent, 92.57 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.