Memory Pool Memory Pool Refreshing

10,289 transactions
4.67 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,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (765,944 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,781 141,781 00000000000006377a1f847844e54fd63be87977460eba739168355d7fdebb73 0.01 MB 23 274
141,780 141,780 000000000000055cae316e83d24d419ea73267b17e071e4c163d4b505095a2e3 0.04 MB 64 102
141,779 141,779 000000000000043107daa5837f7d24e4b4fc40c2e59f6c5e91dd8a92ba650404 0.00 MB 1 0
141,778 141,778 00000000000008f0754a3c239a8e5939f13445195a190ad7d7c5bce64e0418d3 0.02 MB 34 527
141,777 141,777 00000000000002168e13a5376a6e48103a9c06bb50bf70e6fcd6dd2f2c15d043 0.00 MB 6 85
141,776 141,776 000000000000031955ec071ad27a653e593ec1a5e74768fca2e7734315b6c5fd 0.02 MB 34 91
141,775 141,775 00000000000006ae78eb9b0fa09361be270bb343a2063507486e8d69bd425756 0.01 MB 19 105
141,774 141,774 00000000000005bc47163d23ce8689517a144b59ef54996334554fc0aeba1ea6 0.02 MB 65 124
141,773 141,773 0000000000000053c617e961cbb010ec048dddbd4ef98ccf2952f129e2f7d1a1 0.03 MB 51 100
141,772 141,772 0000000000000735d90ced0183093e2d1e6d055df4f1d58ed3eba5d50d87bcf6 0.00 MB 1 0
141,771 141,771 000000000000077d672d0548af474f3036a27edd114c6bd874fdf81ab1991d26 0.01 MB 35 160
141,770 141,770 00000000000001261c9ff8502ec6cfa28c4678def7570c35d9835d261a94cb38 0.01 MB 29 41
141,769 141,769 0000000000000312affcde6baef3717c2ebda3439831c3472c222e1837eb4c6e 0.05 MB 171 1,014
141,768 141,768 0000000000000293085dc6272f99bf4f3648d638e14b2d23a248669fcce775c6 0.03 MB 31 168
141,767 141,767 0000000000000575a7a159919c2cb0e93c25d8726139b4ac7517ef3581e6fbb9 0.07 MB 103 187
141,766 141,766 00000000000009026564655a44f6f6ddc35bff1e4944e3c91b9f2b7e8ff8b328 0.01 MB 28 142
141,765 141,765 0000000000000382d9b98171c758c7eee4544e455d89808f4ed5abea128b514a 0.04 MB 110 93
141,764 141,764 00000000000006f3555961b754124bc1810e563c799b9d385c4700736dacf92c 0.05 MB 113 300
141,763 141,763 000000000000089104731559bd99941a009ef6dc0d3ac35878b24582130a19e7 0.00 MB 5 773
141,762 141,762 00000000000003b4420d7c548e9f17e63341ae444f83d6e7da46d3154257bd58 0.04 MB 67 313
141,761 141,761 000000000000050422d1d1f6799770ffa4af67bf9b904194cccde1ee6f5cbb18 0.02 MB 81 4
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.73 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.