Memory Pool Memory Pool Refreshing

16,360 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 32/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
2 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,721 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,190 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,720 (588,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
319,619 319,619 0000000000000000250a14b72e4df7830bff668195b891bd8fcc05a2d03f8c33 0.10 MB 186 27
319,618 319,618 000000000000000021f574a6db11d2cf3585b89f3d4235eb479210129a256647 0.07 MB 145 33
319,617 319,617 000000000000000009f3e4c8d726e34a3c5cb943a726d7d100aebe45fc19e77e 0.02 MB 35 30
319,616 319,616 00000000000000000ec81dc55aea822abc9411ec2e250c717fa96eecf468b81e 0.03 MB 91 30
319,615 319,615 00000000000000000743a67fe208c995c8918a83b81d695d9edd4c3c08a9067b 0.35 MB 607 26
319,614 319,614 000000000000000014f8a4b3abc0a1eba2b1460805afe7a4bf145bcb6c007686 0.28 MB 573 33
319,613 319,613 000000000000000000bad3c5ee74419c3e547a32e390222f3f9f6b0bf4911fb9 0.02 MB 30 20
319,612 319,612 00000000000000000fbe549d1612fd870248a11a19734670b4231ee5abe28af9 0.04 MB 76 27
319,611 319,611 0000000000000000143636d83b68add5fe3ba844dbb06bb25f6732ed780b399d 0.51 MB 1,127 69
319,610 319,610 00000000000000000f9abd1c73fa525249c258e78ee4b578c66a940705c9aca8 0.14 MB 295 27
319,609 319,609 00000000000000001fe76a51e1685f853302c53aa0d78057b3e63f66e1b3160b 0.24 MB 532 30
319,608 319,608 0000000000000000208ae0aa30a9f77457e54ec941c99055db7e1c7afb49effe 0.15 MB 313 30
319,607 319,607 000000000000000021db92fd44c9795ed553ac89aea8f2c34751dc18aa98cdb3 0.28 MB 535 26
319,606 319,606 000000000000000019e85fb5bc22c98eef1f2a047646baed444222c53c8cad3a 0.08 MB 117 31
319,605 319,605 000000000000000019eb32c4326d32123e687b6922532257a8291d02f1c696fa 0.09 MB 150 29
319,604 319,604 000000000000000014802c84e2caefd6a4e30ee751cbca64bd9d6d78e1b6e58b 0.03 MB 46 28
319,603 319,603 000000000000000007d629c1841157668aa6f7fa9e0bb5bb16fa9214f5a29185 0.09 MB 172 27
319,602 319,602 000000000000000024c66019989ef71532222eae33ecf499b847a0b3314014db 0.19 MB 383 29
319,601 319,601 0000000000000000119053cb42e0fadfd22ca9c62f8984cb6755fe888225bdc9 0.36 MB 773 30
319,600 319,600 00000000000000002632d90735943a54657bd6f209466802b203ad8495d655cf 0.65 MB 1,137 25
319,599 319,599 0000000000000000120ad796fa95b4d794ab16e625bb730fe0f6e14368c03327 0.01 MB 34 38
Previous 10 blocks ↓
Total Size: 769.02 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,624.59 GB sent, 93.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.