Memory Pool Memory Pool Refreshing

8,049 transactions
2.61 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,682 (35,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
872,021 872,021 000000000000000000001b9dd1fde153f65adac23cfcdd363c9d93b03f5b1b95 1.65 MB 4,116 3
872,020 872,020 000000000000000000011bfc72eea7d29805532099fd5ed90cc1bf45c1e66aca 1.64 MB 4,045 4
872,019 872,019 000000000000000000003ea878969b77b9e54cfa138bf6bdadafc34a1128e239 1.60 MB 3,081 6
872,018 872,018 0000000000000000000129674b4042d205f57b38ea6423315bdc43eaaefd10e9 1.58 MB 2,996 7
872,017 872,017 00000000000000000002340246f829a885513c033fdd462489aae8005cc688ae 1.54 MB 3,438 4
872,016 872,016 000000000000000000022fcf52fbd8fdb3e90af5090e960a237d755166eb9c12 1.81 MB 4,704 3
872,015 872,015 00000000000000000001a3e0480fd9300f01a075f7016a57ae3785778bfde78d 1.85 MB 4,573 3
872,014 872,014 00000000000000000001ad500e873f786e18e9e6d3122c20c5886982dbfce400 1.65 MB 3,174 2
872,013 872,013 00000000000000000002bbecbb9845936b481a6c46a972e5c4a2dfd5aa0b6fa8 1.54 MB 2,881 4
872,012 872,012 000000000000000000019a66a0a67a09442072c22e040818aad27d722469e590 1.72 MB 2,797 8
872,011 872,011 000000000000000000027cfa51a31468765de7c2e2c5645cf08e97116ea47803 1.81 MB 4,150 2
872,010 872,010 00000000000000000002bf1deeb2f50da2febfa0c7be534e48c0a2d464c21cd1 1.65 MB 2,175 4
872,009 872,009 000000000000000000027a0db1d8c7174bd8ee4e029637d47369df1c2093f44d 1.45 MB 2,814 8
872,008 872,008 00000000000000000001dbb234982b7b2618420f98897cfe97eaa36c45a83aa6 1.32 MB 1,984 7
872,007 872,007 00000000000000000001f9e3703c2d07df096d9fea71e76b2190abd743b872cf 1.49 MB 2,684 8
872,006 872,006 00000000000000000002908d991cea05f17201fbeb7fe5c902b772ea7672684f 1.65 MB 3,629 9
872,005 872,005 0000000000000000000289a4ac12f917854761c19dcac5e04fd16730b52746d4 1.45 MB 2,826 13
872,004 872,004 000000000000000000003648473f930175be216de5c8c629a2c01c0d637ab879 1.69 MB 5,112 3
872,003 872,003 000000000000000000025a630be35024d5fd70c68ceb5f0ad5171b9b23379dac 1.65 MB 3,064 7
872,002 872,002 00000000000000000000e1eb394f9bea6b8ebd483e88d5730fa6e8e26c9d56d3 1.76 MB 5,227 2
872,001 872,001 000000000000000000007a29af968b9fc3c1252f6ec0b75a323b0f4e9f667c7c 1.55 MB 5,323 5
Previous 10 blocks ↓
Total Size: 768.95 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,614.26 GB sent, 92.56 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.