Memory Pool Memory Pool Refreshing

6,434 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,843 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,642 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,842 (752,526 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
155,316 155,316 0000000000000f29091aa1b2e4236cbd965f888fc5660de20224aa71544b92ed 0.00 MB 15 97
155,315 155,315 0000000000000ab513a881b8bba12c2d99312a826a7cee011984ab776efe5010 0.01 MB 29 100
155,314 155,314 0000000000000275b6e19c593f1835282dd68b20a31cc52387a6970a2878a631 0.01 MB 18 433
155,313 155,313 0000000000000208276d2311e1e4a51217af72c3736e84881a86970501abb16a 0.03 MB 77 211
155,312 155,312 0000000000000813ad54556ffb6b828671eb9e891d7ddddf5de9ec87b65cd74d 0.01 MB 22 32
155,311 155,311 00000000000000197fc7369e577b3d0178d3076a83bb6e611f87fc3d95e6d07b 0.00 MB 8 68
155,310 155,310 00000000000006c200d24e24030cf483c5b48ee55cdabf06538fcafae7f9bed9 0.00 MB 10 688
155,309 155,309 00000000000004ee70db352b4f3899ea4adc5259953268b064bdd08d8e610dea 0.03 MB 83 48
155,308 155,308 0000000000000cdeee8289ce727b597dc2eccc15819e3cbc002a7fad1f044f47 0.07 MB 60 71
155,307 155,307 00000000000008e7d2c4ed507a5b533a8cc1e8cff94ed8890f53967f9edaffd7 0.00 MB 12 31
155,306 155,306 0000000000000f40a470e925b1734c344ae4d945244a3432d38a3a4485927909 0.05 MB 35 534
155,305 155,305 0000000000000b2ab76b484e55ca5b9ed968223022fa1da8998887089537a66a 0.03 MB 111 30
155,304 155,304 0000000000000a309b75ef4c5c32daa827d808b8d97635d363aa57c009fa7f26 0.01 MB 36 160
155,303 155,303 0000000000000054cafde5ade84adf4cc7b7f7cdf63bf4ba983a80f6fa1ce5c8 0.05 MB 209 18
155,302 155,302 0000000000000ac5082bede281f1715fccd4a47b4bc35539e4026282334d5afd 0.05 MB 159 2
155,301 155,301 00000000000007209a344b37d7561e6fc7e7c5061092b1ab400f21b2b078e56e 0.01 MB 18 29
155,300 155,300 0000000000000694dac853c1a2f43d0ea4fce9f05639ad24a7c5307cc2ac4973 0.02 MB 28 34
155,299 155,299 00000000000006498d887c6a4eec6d685b929e8552705a4caf0946e779f79178 0.02 MB 60 55
155,298 155,298 0000000000000d796d3b7c3ee52fc81a86e89449014a278da8a9b8fbd5f43fa6 0.06 MB 91 186
155,297 155,297 00000000000004c4427feff26a009ec3dddb73f90d451c8552888086d0e664d8 0.00 MB 13 25
155,296 155,296 00000000000008cba6a27c1047d37a98458242fa37d228b40a46e9ae300435c2 0.01 MB 32 164
Previous 10 blocks ↓
Total Size: 769.25 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,635.10 GB sent, 94.16 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.