Memory Pool Memory Pool Refreshing

6,995 transactions
3.51 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,803 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,055 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,802 (806,740 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
101,062 101,062 000000000000af972f8d9b61cc22b938164ea63ff46c78a94d060ad7eb34faa1 0.00 MB 12 0
101,061 101,061 0000000000022e4746608de4b6e06cc7002af1d388d10c0100ee4e370b176ecf 0.00 MB 12 0
101,060 101,060 000000000001c35fb3bce9726ae15a25cc795170fc5db8c56d9c9cab0cfbdbbb 0.00 MB 12 0
101,059 101,059 0000000000020e3b7bcd4520910b37a7018463ba1a2cb1d6ea7148e663f6eaf8 0.00 MB 3 0
101,058 101,058 000000000000f05a22737abc601cd31417da85953d6b80f8b5f9b6d1eb94f4e2 0.00 MB 2 0
101,057 101,057 0000000000021bc41fe93c774e8c7029d32765605c10b7b4957fbab0933d810e 0.00 MB 10 0
101,056 101,056 00000000000178f57e7a27e8a217f47c3e6daf8f3bc793cc530cfdfbc0fc6f64 0.00 MB 14 0
101,055 101,055 000000000002ec21b48ed975dddc029214f60173152bfee6dc7386d04ee6b01c 0.00 MB 4 0
101,054 101,054 000000000003f14f5a342f50edb106377b57e70dc54c56047476405070fc7be4 0.00 MB 1 0
101,053 101,053 00000000000111ccdb3c454502f9763a87487e6b266040ca5f536c6ee793de86 0.00 MB 2 0
101,052 101,052 000000000002d6394e8a05acb537e431472ff9a76243f63ce7647ae682d74b73 0.00 MB 1 0
101,051 101,051 0000000000002a5c0e632c24a441e14f6562154dd6f0bcf8e7397852997aebea 0.00 MB 6 0
101,050 101,050 000000000000afd5d3c53238c4e0c28ce293f92fc7c9d0d56accac1b71e80255 0.00 MB 11 0
101,049 101,049 000000000002a2b447c89454a6d5ceae629de2bed4f642e0376179c0434bec5d 0.00 MB 2 0
101,048 101,048 00000000000079a84c5b24fecf08352a08b9499063f665c303e9580874eae3f2 0.00 MB 1 0
101,047 101,047 000000000003ac828a177085bf54d65d4803cf44b323da92d0d3e6e34b10ce39 0.00 MB 2 0
101,046 101,046 0000000000025dd2f0834baa91a16e1278dcd6f1fdeb56b1f9423d82139f9b4e 0.00 MB 1 0
101,045 101,045 000000000001a076c17a588f207f32776a5a7024355604db9103092138caa4f5 0.00 MB 4 0
101,044 101,044 0000000000007d9fa0c4f88cbd0a1869853d1003913bba74dc9b2ed6e1bb8911 0.00 MB 11 0
101,043 101,043 000000000003ea530e4e8e6075a4008d24ef0e4c551ee173ba5a6492bbe1a072 0.00 MB 1 0
101,042 101,042 00000000000051a5def327f6193ebbd6954b1d4e0e59607f509e97de033d0831 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.17 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,633.24 GB sent, 93.77 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.