Memory Pool Memory Pool Refreshing

4,095 transactions
1.41 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,857 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,046 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (7,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
900,198 900,198 00000000000000000001939e615095116ca632bf53bc9b2c358274e9aa88ba72 1.14 MB 1,866 2
900,197 900,197 0000000000000000000074f8f46017497e95ce77be50d286cf8b92f5a74733ca 0.83 MB 1,139 2
900,196 900,196 000000000000000000003e877cb09a0994934a24ca16b85bee56822dace2fa45 1.60 MB 2,206 1
900,195 900,195 000000000000000000014d1c6110a9885fe76293b906f74de06f849e1b0ce2ab 1.53 MB 2,200 2
900,194 900,194 00000000000000000001bf9738c87f6dab9d9388ec6579e9fe3adc8b5a45913a 1.46 MB 2,532 1
900,193 900,193 000000000000000000015a8862f2e986b0b67069e7c68d79f7a948ec2006f6c6 1.64 MB 3,792 3
900,192 900,192 00000000000000000001744dd277bbd653ace9c7d857074702d1360b1200580e 1.76 MB 4,668 1
900,191 900,191 00000000000000000000ccb787243a2eadc261ac6bac229c9b40a966bbbccc0f 1.67 MB 4,327 4
900,190 900,190 00000000000000000001e9c947abd02b2e2796f0c2585c39cb2c99119ca60209 1.58 MB 2,956 2
900,189 900,189 0000000000000000000158b1c01906070cbcb191995c5ac4f5cba59fc712907e 1.50 MB 1,382 1
900,188 900,188 0000000000000000000051eef24891c012505333d7be0a33da742df330cdd8fd 1.30 MB 1,436 1
900,187 900,187 000000000000000000018ecd630a836d33225fb65c471c5944cdb536d1da5de0 1.72 MB 3,284 3
900,186 900,186 000000000000000000011cec1ceb633390e1c68917a71765bed87cee477f46d8 1.57 MB 4,195 4
900,185 900,185 00000000000000000001ea0e6e720deda45be4d0268a872e9fc769b4ef7a3ffc 1.45 MB 2,869 3
900,184 900,184 000000000000000000019a59eab5ec3b737a71bc07d95b3e554e79c552e770b3 0.54 MB 640 2
900,183 900,183 00000000000000000000460a71cba7a06d101121d0dac8d60c97c1c3972a497e 0.00 MB 1 0
900,182 900,182 000000000000000000006151292c1fbddeef9db246708a94186d15be1fdf7f06 1.08 MB 1,599 2
900,181 900,181 0000000000000000000160877bad043f2fe9ef1934c437f881bcb248c2ec9d25 0.55 MB 1,010 2
900,180 900,180 00000000000000000001f1969b6330ea194fea570137d82fb54cff3f688dbd46 1.47 MB 2,615 2
900,179 900,179 00000000000000000001257c1206c99b9c91079963a1674334d77739090704b2 0.36 MB 365 2
900,178 900,178 000000000000000000013c5d8dafd2392f1ab7a673e4d82d7b7f5569d96b7e94 0.44 MB 464 3
Previous 10 blocks ↓
Total Size: 769.27 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,635.40 GB sent, 94.28 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.