Memory Pool Memory Pool Refreshing

6,917 transactions
2.38 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,867 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,344 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,866 (25,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
882,059 882,059 00000000000000000000444670ad3a3bea5d8e157cfc01e6257135c6b0ceacea 1.42 MB 2,132 2
882,058 882,058 00000000000000000000f87beb2439db4c61417e4894edf7bdb1c839920e5224 1.85 MB 2,014 2
882,057 882,057 0000000000000000000127bf1d8f8aac34a13d09e957d1b9d0c79b36fc562a24 1.47 MB 1,567 1
882,056 882,056 00000000000000000002322c58ad0e99296fcce410cea71a8c8d45621b5a944a 1.49 MB 2,579 6
882,055 882,055 00000000000000000000cf9142515f52fda4b442697df95acde2edd7ef955cb1 1.12 MB 417 1
882,054 882,054 00000000000000000000c56bcb12b3c181eb38247201a261d609756c2b6100a7 1.14 MB 641 1
882,053 882,053 000000000000000000027d82e4a8ff5314a599a319bdbba002c79344d8b423b0 1.43 MB 1,343 2
882,052 882,052 000000000000000000008b67e287225a243a16d6918dbc7afd67a328a057fa9c 1.23 MB 795 1
882,051 882,051 00000000000000000001b4ad63698b571a8328f7821e88e1c019fbfd8eba1de5 1.61 MB 167 1
882,050 882,050 00000000000000000001de66ffe801e21308040581963f59dcb6d5e173cbc532 2.36 MB 1,920 2
882,049 882,049 000000000000000000026583d68ab9a556de27be0753eaae430fd19b6c81a0fc 2.19 MB 1,865 2
882,048 882,048 0000000000000000000287e5ad218c26b397d29579b8aec30878465d6ffddfc7 1.56 MB 3,317 4
882,047 882,047 000000000000000000007ffcaeb5001c8fc2087749836b5a98344c12513f00d4 1.62 MB 2,137 2
882,046 882,046 000000000000000000024e4867737a43deaea09217316ccaf6a8a6c8037c6669 1.70 MB 1,908 2
882,045 882,045 000000000000000000008e1b6bc8c6858dafb57c3e4dd8b8f83b6375719da2f3 2.05 MB 2,669 2
882,044 882,044 000000000000000000023c98ebf138912f992d7c79eef5312c985e139f9b15fa 1.71 MB 2,752 2
882,043 882,043 000000000000000000001db91202c09ebebf0e73d4efb053540d360b00cea599 1.35 MB 2,347 4
882,042 882,042 000000000000000000029768492ccba9caf3f908966be832791a2f21ea6c4e53 1.42 MB 2,572 4
882,041 882,041 0000000000000000000129c6268794d10c0a0c4e19c80b4ad51a30d9e20781ef 1.28 MB 1,715 5
882,040 882,040 00000000000000000001b4ec688970f101bcab9f4d516f59e42632d9244e241f 1.53 MB 3,338 7
882,039 882,039 00000000000000000000afd2a4104d1171379b4f5bbde03e259d313d778f7c9f 1.65 MB 2,995 4
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,642.54 GB sent, 94.39 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.