Memory Pool Memory Pool Refreshing

5,742 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,825 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,871 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,824 (54,907 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
852,917 852,917 0000000000000000000366b722b645f71157d8531ebda8f73c4204c5ec946df9 1.42 MB 3,132 4
852,916 852,916 000000000000000000002f44bdacc4dc5cd5b3cbd2d4ab9da51dcb5b9c5e299e 1.55 MB 6,105 6
852,915 852,915 00000000000000000000a7715fffd9b8e83ef66b6c748c262c73b3e75079d513 1.67 MB 1,314 4
852,914 852,914 000000000000000000021f351a067d7791bdae989dda2ddc0a450c54f688602a 1.62 MB 5,624 5
852,913 852,913 00000000000000000001b898a444ce5aa72a2833b96bce3f508e799e4d10028a 1.47 MB 2,687 6
852,912 852,912 0000000000000000000100a0752fdd9677780ba56e9fbad6270993221fc55a0e 1.70 MB 3,977 8
852,911 852,911 00000000000000000001eeb20ff1d323da83835366eab55872a21568dd8937e6 1.75 MB 2,405 8
852,910 852,910 000000000000000000026393a4627423725c550eb9211041e5b8e979f88a66e2 1.67 MB 3,291 6
852,909 852,909 00000000000000000001608d4f0a0db36870479eaafe8369aea3354b9d7a7298 1.68 MB 3,093 11
852,908 852,908 0000000000000000000110ce11af5ff3a265b6d8620ca43c802fa41b20116b95 1.64 MB 3,132 15
852,907 852,907 00000000000000000001309bc14e79654067da89d99d7ca157ff9476a1a4ac96 1.59 MB 3,072 10
852,906 852,906 0000000000000000000031cc47d9321cbbd9b0b0a96048fc841115c7c3894a98 1.61 MB 3,118 19
852,905 852,905 0000000000000000000328239d07866d8000dec05aa7e092a1299f933df13338 1.63 MB 3,746 10
852,904 852,904 0000000000000000000147ac745f96231273ae154e5360cf32a560cd55091729 1.48 MB 2,534 9
852,903 852,903 000000000000000000016375b3b1440dea62040498df01da018e968cb7695baa 1.56 MB 2,885 27
852,902 852,902 00000000000000000000dbbfbe6b692304d02c4cbbc015605702d0f5936c122f 1.55 MB 2,840 17
852,901 852,901 000000000000000000012e084ff383c312351b483af67c06f57979600619c63c 1.67 MB 3,176 11
852,900 852,900 000000000000000000028d392434600572a8883777cac9af74ac551331db367e 1.48 MB 2,587 41
852,899 852,899 0000000000000000000072fbc801c3fb7c5c3478926b058fb6d3502f6eef676d 1.49 MB 3,121 18
852,898 852,898 000000000000000000036a0c295c2956d20b3e8babee284e0c8e1247f8ff742e 1.62 MB 3,411 5
852,897 852,897 0000000000000000000327ddb0392849dd920015ebfce952c2cc8c5accb15951 1.60 MB 5,013 8
Previous 10 blocks ↓
Total Size: 769.21 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,634.53 GB sent, 94.00 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.