Memory Pool Memory Pool Refreshing

8,226 transactions
2.56 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,864 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,927 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (604,657 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
303,206 303,206 00000000000000005d889ff93189991f9eee463779cd04e3b90a95aa3e899ed4 0.09 MB 163 31
303,205 303,205 000000000000000025b3165574fed4683a637c86a9412897879066df77356fb6 0.26 MB 326 21
303,204 303,204 00000000000000002326c4a3d9c3eefc27e0e20aa329ffedd12306c435eda5bf 0.35 MB 748 34
303,203 303,203 0000000000000000132ea5ade2f8bea4ce99699e1ed5a3bdb9b67b8a2dad861e 0.09 MB 178 31
303,202 303,202 000000000000000047c03021e9e69b39c2d8373d44dea06ff637ba439575336b 0.14 MB 221 25
303,201 303,201 0000000000000000331b583db82d0a219c69f9dac6498ccf1f89b350cf3234e1 0.03 MB 61 19
303,200 303,200 00000000000000001c659677a9bddc6c4f9b5efd3a9bfab1e9e68ac9df71f5fd 0.26 MB 338 24
303,199 303,199 000000000000000025cc3d95c45bc9af058875332e5c761cad7d7cca8d065585 0.27 MB 175 14
303,198 303,198 0000000000000000457431e8581eef7be22ba27327ac63f2dc5f867948dac916 0.50 MB 603 21
303,197 303,197 000000000000000021b509456cd4e0b11e18e0c786653b03c2a01482ef97d9bb 0.35 MB 1,105 51
303,196 303,196 000000000000000005161514c28fb43002716c810810c15841a5cfddd411a951 0.34 MB 314 18
303,195 303,195 00000000000000006776fa3554223cb49b8fc018ac7ab0929fa9c18a8d11d6d3 0.43 MB 797 30
303,194 303,194 000000000000000066b17ba69e9781376095a2038a641e1e147468fd66ffab4d 0.02 MB 32 33
303,193 303,193 00000000000000004744fa42f742bbdf569391b3a5d07acb6237b199f9e84c84 0.08 MB 256 47
303,192 303,192 00000000000000000dc8e357e50c770d07938637350b86e6d220db61450454a9 0.38 MB 740 35
303,191 303,191 000000000000000019c74b3504e3a177c170e10d3d450a24e1f49adff13ce332 0.57 MB 852 28
303,190 303,190 0000000000000000636a4492cc17e67b1cc308ca6925cedab06f12ddff199a58 0.35 MB 595 29
303,189 303,189 0000000000000000503ee25b3141c5da9c78c2d2049e6aad6bc72a335a4149b8 0.16 MB 512 50
303,188 303,188 00000000000000002a60dffe99ecf9b823add2730509a47780322ac77abcb3d1 0.35 MB 776 39
303,187 303,187 00000000000000005f9720403b08e98f57b5dbe4fe5081b3e2c5926aa5fe4bc3 0.19 MB 288 26
303,186 303,186 00000000000000004aaae706ee6e91ec0a3c62738c094b2dee8ac006d1eecce2 0.45 MB 522 19
Previous 10 blocks ↓
Total Size: 769.28 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.60 GB sent, 94.35 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.