Memory Pool Memory Pool Refreshing

12,616 transactions
3.97 vMB
Show Random Selection Loading Transactions
Max Size: 24/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,717 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,072 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,716 (552,866 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
354,850 354,850 00000000000000000984e5c668b6fdf3580ae2132e0ba3d4c0e2aa804735bcf3 0.22 MB 348 23
354,849 354,849 00000000000000000604d8d7bdb29668cfe00893784430a17eb176922bbee43e 0.35 MB 609 27
354,848 354,848 000000000000000007a62d2c63b8e17300e9efea6221c61c51bb65dd6a5e3557 0.09 MB 197 28
354,847 354,847 000000000000000000ecb9a47e6ee4af8c6b3ff0d15d01af2b0f5a892012c26c 0.22 MB 395 29
354,846 354,846 000000000000000010dd87afec202ee9bd827064766ddaafe40f875d3022838f 0.13 MB 199 15
354,845 354,845 000000000000000016de8d76909ab0d0bf83d15eaa0812f8d1ea70bfdf7004b5 0.14 MB 284 29
354,844 354,844 0000000000000000017beaff2dd79ac48dff00c6448297d0acad8f1766d3f0c0 0.26 MB 428 28
354,843 354,843 00000000000000000c5af6ac0c9b061e4cbf0dc78098ea9c9e95074514783c4f 0.14 MB 227 24
354,842 354,842 000000000000000010cd3bb828e171ab6b7080bd282510d2d38e0d8ee1410902 0.17 MB 276 22
354,841 354,841 0000000000000000161625585e3a35ec20e3052c2f8b589aae7cd41bf3136763 0.17 MB 349 25
354,840 354,840 000000000000000012eb8d27408dd7eefee7901f692ffad6a9340d0ff4ba20b7 0.39 MB 703 28
354,839 354,839 00000000000000000136df2d2ef82432eec108f6a076ce276450f0b81659f25a 0.36 MB 660 26
354,838 354,838 00000000000000000e915b9e7b01de82b38786fdf3c718e5c392fa880a92f041 0.38 MB 771 29
354,837 354,837 0000000000000000069deef338ebade6bc5ff964571f2f7e901d30df80ddd159 0.66 MB 1,194 26
354,836 354,836 000000000000000008575b0c3e10a93c13741375944bd986159af6cf1d5f3a15 0.23 MB 422 26
354,835 354,835 000000000000000003592d3b203c84fe0d549f633bac43e74bfd4594d5435139 0.26 MB 298 9
354,834 354,834 00000000000000001118202428872d5dfd53ddbbbd45cb7961d36dae83cad12d 1.00 MB 2,233 34
354,833 354,833 00000000000000000e699176af3b4b86f18b13462dd442be6ffea9c8a399ddfc 0.53 MB 1,113 30
354,832 354,832 000000000000000003872c63ad8b6da0a410c1a02ded30ce24d84bb984963d85 0.30 MB 560 22
354,831 354,831 0000000000000000101419668893d893fa9083da56f7077a82a9e18bdf586fc8 0.34 MB 591 30
354,830 354,830 00000000000000001395b72cd2b775a699867188db4328daba9620cd3bf67125 0.09 MB 78 13
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,622.18 GB sent, 92.93 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.