Memory Pool Memory Pool Refreshing

10,462 transactions
4.71 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (499,031 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
408,694 408,694 00000000000000000465c0c62e2b766ebe434bd94596b3c1e8df71efb1e806c4 1.00 MB 2,069 34
408,693 408,693 0000000000000000037a7c392000a07975de0b7dc426cd2b0cb276eaa75dc1d1 1.00 MB 2,596 41
408,692 408,692 000000000000000005e5ccb6beae26c48ac038f5b301a8137cf8527ea987fd91 0.99 MB 486 11
408,691 408,691 0000000000000000060dd09a5a9b4cab3c1a8af832b89e4494fc4c5f82fa6154 1.00 MB 2,429 39
408,690 408,690 00000000000000000224757c08d84d5a093d3a5d1b25975ff69f79e30c2f9d6d 0.15 MB 332 36
408,689 408,689 0000000000000000052bd7b73afb3421573e517ca33c75310ed00acd7cd8330d 0.03 MB 84 38
408,688 408,688 00000000000000000028d152a79b1b8d08af5146e9b2d702038f99b5578f687b 0.15 MB 182 20
408,687 408,687 00000000000000000614855806270b1d2c0b1c95bf95b62be064f89783931e63 0.96 MB 1,977 30
408,686 408,686 000000000000000003f2b83ff1c51038df11c5d11a6f76cebb856aab3537c026 0.21 MB 496 37
408,685 408,685 000000000000000004d16bb30a60c62eeeaeafd41a2898105fb6ca25541806c3 0.37 MB 830 34
408,684 408,684 0000000000000000036e01cf0b17649ddf9e570d0d1a4af422d8696ddcc8ea28 0.66 MB 1,047 31
408,683 408,683 0000000000000000046b17f93c40672de52695837ae3c7915ef68617d422f4f1 1.00 MB 1,818 30
408,682 408,682 0000000000000000040d11f12f59fe7a47dcd98c1122360070079ffed088c43f 0.82 MB 1,299 28
408,681 408,681 000000000000000002002c14db00baabb8a303d18d37bc710b76ccd5c533a9c5 0.20 MB 297 29
408,680 408,680 000000000000000001e21443d56dc95af5b8bb2ea46a51b663279d53d09c0e84 0.80 MB 1,432 28
408,679 408,679 0000000000000000040713300994c89c83c307cdc7145bb7e3f636f1595ea520 0.99 MB 2,050 39
408,678 408,678 0000000000000000049a23c4cbe5f5b8d634a156d1f0eb240c527f210c0d5a08 0.21 MB 340 31
408,677 408,677 000000000000000005ac52845d3eac53c073e6a056791e16296608566dcb18cf 0.17 MB 365 32
408,676 408,676 000000000000000003d71881b7b32242f73239e8a5eadad94a623576a1aaf2df 0.61 MB 900 29
408,675 408,675 000000000000000000478f910096a46d8edd94c46cc725906258e6ccdff84f99 0.24 MB 86 4
408,674 408,674 0000000000000000037dd54c269c7bf230427299eeb7b808f69f2be06ce56cff 0.57 MB 1,341 39
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.