Memory Pool Memory Pool Refreshing

4,605 transactions
1.36 vMB
Show Random Selection Loading Transactions
Max Size: 8/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,831 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,950 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,830 (53,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
854,705 854,705 0000000000000000000205a2e2299619019958a31215fb0db0db22f89c92b0c5 1.66 MB 3,392 8
854,704 854,704 00000000000000000003373d35f5bd234b77f5002c4c2db9e4515ae45f2cf808 1.58 MB 5,001 5
854,703 854,703 00000000000000000000c251afb5366380b68aab78068d41c06ce74532a90033 1.67 MB 6,162 3
854,702 854,702 000000000000000000019f4a33b96da5419447fb89cf8b6f577ddf216ad47af3 1.63 MB 3,949 5
854,701 854,701 0000000000000000000070ce0ccf906efe34d7d4cf410d288f5ff5addaf0fa44 1.58 MB 2,844 8
854,700 854,700 000000000000000000027886cf1254f5834cf7ac2347d329ae281624a9fdb6de 1.99 MB 3,353 3
854,699 854,699 0000000000000000000076c558e91d6213038a6a1629e02eea804383213a4206 1.93 MB 2,836 3
854,698 854,698 0000000000000000000345c4186e3e9e6766b32b4af725509d9b304ba9b7e1ba 1.60 MB 2,867 4
854,697 854,697 000000000000000000015829f6a8b6618dc095a170c3d5d20378f895339d7f85 1.59 MB 3,510 6
854,696 854,696 000000000000000000005cd9cefce0d18df7b877fba95978774212ddeda1bea9 1.64 MB 5,787 4
854,695 854,695 000000000000000000005a6c5042d3818c3ae558ff0397e785a816cccefe57d3 1.59 MB 3,543 5
854,694 854,694 00000000000000000001c6cb27c0677d1477a67027e0ce5b10e4978076a64e61 1.59 MB 3,476 9
854,693 854,693 000000000000000000013683fcf86f9b0c2519f1a3367448e6dafe86227b2c39 1.67 MB 5,448 5
854,692 854,692 000000000000000000035d3f077e6c7c6bf07afefc538840ae3b2e9c9960e9ff 1.61 MB 6,108 5
854,691 854,691 0000000000000000000346574d1677405fb6930a231dcd1395f6d3571a069bf5 1.72 MB 5,766 4
854,690 854,690 00000000000000000003529dc7794142e49fa17c38b055723313b000f41c7fce 1.57 MB 4,923 11
854,689 854,689 000000000000000000031bd9e786c4c14125a186e11d80a95ca35a84b914e1d0 1.79 MB 3,949 4
854,688 854,688 00000000000000000001307635d4e257ae0cf63eb84cbb91f69d0029b7a62386 1.59 MB 4,210 6
854,687 854,687 0000000000000000000290262fba618f5e90f7db831ad1284fda10486fd94399 1.60 MB 3,319 10
854,686 854,686 00000000000000000002656243539651b929cccd4a7688a5d7eb47a560e9f593 1.89 MB 2,259 3
854,685 854,685 0000000000000000000021e0b5d49a5323be72d855e9ac27cb1945b199a366c4 1.66 MB 5,387 4
Previous 10 blocks ↓
Total Size: 769.22 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.68 GB sent, 94.05 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.