Memory Pool Memory Pool Refreshing

3,712 transactions
1.83 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,247 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (297,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
609,778 609,778 000000000000000000008bfede41023742d3b8a324bd1418450ca6eb1e5dbd8f 0.27 MB 703 11
609,777 609,777 0000000000000000000d99a6f1632add68d2b90fa1022329ed393173e1e9f9ad 1.03 MB 2,450 13
609,776 609,776 00000000000000000012c92d56ae1f406a14679744e6f8875452acf0fdb239ad 0.48 MB 911 14
609,775 609,775 000000000000000000068a5610ae2eec21144e18474cec21f96b153a9cf8337e 0.06 MB 182 11
609,774 609,774 0000000000000000000441e0774cb64c0d5d0065671c45086f6ae76ebcb08b38 0.13 MB 333 62
609,773 609,773 00000000000000000011c446d25b962ec99542c08bf61869bb01d382c8291845 0.28 MB 200 1
609,772 609,772 000000000000000000026901341c9ecf2d366ce70fd77ae482680f83f13f4084 0.16 MB 376 29
609,771 609,771 00000000000000000014d60fd53d747d2100d55fb23ba53885c8abf4d6c6891c 0.88 MB 2,625 11
609,770 609,770 0000000000000000000a29c45bcb4c49ec3c5ed929103c3da4ec8b39afc5f654 0.05 MB 96 5
609,769 609,769 00000000000000000013ebb0a52d8831fee527453b209368424fdf31fb879d6b 0.33 MB 983 21
609,768 609,768 00000000000000000007a2d45ccfcf4e29f42bc58ca63b5726fec6f23435441a 0.05 MB 145 14
609,767 609,767 00000000000000000007ff2177bad99acb5526919029c3623c7490f755936271 0.26 MB 504 10
609,766 609,766 000000000000000000105e309b13d043de236b5e7a00f341da11383743e955cc 0.37 MB 1,106 9
609,765 609,765 0000000000000000000c505fe304098cd7ee86f3987b17ddd7ef9a2fa41ee5a8 0.95 MB 2,290 11
609,764 609,764 000000000000000000115d8e6f9dbe3339329eb7aebc10fa087b141750d1eade 0.58 MB 1,365 7
609,763 609,763 00000000000000000009f4b1e601370acba17c23a90750e5d79cfb73d5f0143c 1.41 MB 2,969 15
609,762 609,762 0000000000000000000956f4578e1ef59de8286c3af37cd3b45ec3fe27bee8ff 1.21 MB 2,596 8
609,761 609,761 0000000000000000000030321855121a644a263d321c47b814ab1490998545b4 1.37 MB 3,463 11
609,760 609,760 0000000000000000000ac1382433c40ca1b20ddfa9adedf20be6cb1b6307d288 1.25 MB 2,913 8
609,759 609,759 00000000000000000005679ec45f06d6e9f4f5a3df43e7812511093db93da698 1.46 MB 3,069 7
609,758 609,758 00000000000000000009023bf5c89167675f290c085335fc508aa00cb9791224 1.22 MB 2,733 29
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.