Memory Pool Memory Pool Refreshing

7,537 transactions
2.33 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,694 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (6,277 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,587 901,587 00000000000000000000e9d4f211e5361d45951d288d6ecf93cd6b1f663ffd71 1.57 MB 3,286 6
901,586 901,586 00000000000000000001c5ab33d558d1b6531798bcc6a5e3f592863478633921 1.62 MB 3,192 6
901,585 901,585 00000000000000000000359944c5b100af8a828b0d58134dcb3b57047cc40bc9 1.59 MB 2,416 16
901,584 901,584 000000000000000000014e5b26d59245a6fc405f2045a5b808a6cb07b5d0460e 1.63 MB 2,510 4
901,583 901,583 000000000000000000015c28a9a6e55e01489b838ccd57bbab7f76d491abde80 1.59 MB 3,142 5
901,582 901,582 00000000000000000000347ac80ce561a933bfba91e499d55a6cdccd62bcdbf3 1.52 MB 3,202 5
901,581 901,581 00000000000000000000d9a0311eeaa3fcfe0f57854a840d33d81d52ca96d462 1.49 MB 2,749 7
901,580 901,580 00000000000000000001ab244872d7c4051f6073e4aebf22618794d4c7fa1065 1.55 MB 2,855 14
901,579 901,579 00000000000000000000c2bf444b9dd0b0c5fb1a79f43dcaf7d43281e34b4665 1.55 MB 4,722 7
901,578 901,578 00000000000000000001dd9291f30fbd1be67afb3eaba696043932370938910f 1.41 MB 4,845 11
901,577 901,577 0000000000000000000170f9f2630297e279df6a73001e9d8a5d591519ba4c9e 1.55 MB 3,758 6
901,576 901,576 00000000000000000000618e1d98d3a2575cbeb0c36aea0a8dc285a9f328de07 1.59 MB 3,296 5
901,575 901,575 000000000000000000009f007b19da3b94fee1b89eda0ce265008fde339b7639 1.59 MB 1,047 1
901,574 901,574 000000000000000000013ebdc0133dab0ed992f962e494426756a09a9992eaa3 1.53 MB 2,242 3
901,573 901,573 00000000000000000000a21e0f74a88e41db1316bfd97d2eab3c77d3b80c7213 1.54 MB 2,829 5
901,572 901,572 0000000000000000000089fd3917be9eab37ccc65d463376af5d12166acbe34a 1.42 MB 2,434 2
901,571 901,571 00000000000000000001ad2477215dbad463707dae4a6e7d7abe2c3de067125e 1.54 MB 1,748 1
901,570 901,570 000000000000000000010a5dbf010ea30e196c22b63f23c190a3cb6b5935d231 1.84 MB 1,639 2
901,569 901,569 00000000000000000001963b81e2f7fe7d827b95ee01e6af582d8b005db68d4a 1.63 MB 2,258 2
901,568 901,568 0000000000000000000235ab57df15e4e53f44c6b951c6d4f1ba94b18282eb4f 1.68 MB 2,323 4
901,567 901,567 000000000000000000001e837d4e500e386acd5e04a7bb0a553cdea2337d6507 1.70 MB 1,948 2
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.