Memory Pool Memory Pool Refreshing

9,209 transactions
2.75 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,714 (53,930 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
853,784 853,784 0000000000000000000362abd4484f921ef889081b7f63f8d23a3863794a85ac 1.63 MB 7,349 3
853,783 853,783 0000000000000000000094105cd67621ba629638e41e50562b13631affda3f03 1.66 MB 4,477 6
853,782 853,782 0000000000000000000053681e72a54ce133a2f7faf61ac81ac1416543e8cf0d 1.54 MB 5,631 4
853,781 853,781 00000000000000000002396aaadc78974a91426057a5d05c92a0703aab5c01f1 1.50 MB 5,942 4
853,780 853,780 00000000000000000002e21b391af29786d83556fe2e5497c53f52e074d7bf44 1.50 MB 6,967 3
853,779 853,779 00000000000000000000146c2cbb346bb6bd8c8dc74c96d38952dacda651a8c0 1.61 MB 3,741 7
853,778 853,778 0000000000000000000240ed15098c617e04e48450eb0f9b398e788e8a9280a0 1.41 MB 5,830 3
853,777 853,777 0000000000000000000054a1a82e1d801cd52ffa1337572eb5fc5f6dabeb2eb0 1.60 MB 3,198 8
853,776 853,776 000000000000000000030dbc110ac4bd1b57343b44f6e8c116c92313cce81fcf 1.54 MB 5,935 5
853,775 853,775 000000000000000000021af898a5ced487b35fabce6e1d73bb37bd7e41d6d5f2 1.60 MB 7,195 3
853,774 853,774 00000000000000000000436e5a7225a86e6b41ffefa731c4baaaeb6ff7f36bac 1.61 MB 4,711 6
853,773 853,773 000000000000000000020b532381c8aac6a61d440c75e370ecd88ca2c2dfd734 1.47 MB 5,425 4
853,772 853,772 00000000000000000000bac4a8032b6b7c3f923d6d371eb5dd39e16d3c23d474 1.58 MB 5,296 5
853,771 853,771 000000000000000000023f50a98bd9aa5a19613e25c59083cd1d1f61ada9bd84 1.60 MB 6,938 4
853,770 853,770 0000000000000000000075b004947acee02bece2427041359e4358eada5c5d8d 1.51 MB 5,338 5
853,769 853,769 00000000000000000002c6938708feefd8696f499eaa7e8f262296a298ee6900 1.61 MB 7,419 3
853,768 853,768 00000000000000000001a3727b19d44f719f9965d893eb9ca99fb91cdc396783 1.56 MB 4,566 5
853,767 853,767 0000000000000000000322d5aab710eca0fd0d5fb14a496ab6fdfe0608e8347a 1.58 MB 7,140 4
853,766 853,766 00000000000000000000e5da008a2a4f224b012109d56aa7b586c331cefbdbca 1.67 MB 5,269 5
853,765 853,765 0000000000000000000271a2f516e8ff0bf0a8bac65dd2566297368cdc2a108e 1.61 MB 7,616 3
853,764 853,764 00000000000000000001a7fb0ae4201c55aa9a53ce9df25dd0879e695eec6bf4 1.58 MB 5,194 6
Previous 10 blocks ↓
Total Size: 769.01 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,621.08 GB sent, 92.89 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.