Memory Pool Memory Pool Refreshing

7,757 transactions
3.59 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,723 (685,082 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
222,641 222,641 00000000000000a134623ea99acbb82b203e62d7037d7c447db46e53c499304f 0.27 MB 552 135
222,640 222,640 0000000000000025206e46eae40a32c591c686f6da7068001fcc4bebe10aec21 0.26 MB 426 183
222,639 222,639 00000000000000bda157a427336cc130e848ceda203d748920ff873e64f31216 0.24 MB 240 142
222,638 222,638 000000000000015edaa9c1398dea42ff39e17aa1050542a48800c6c250e50f4c 0.03 MB 37 93
222,637 222,637 000000000000029e658d072ba89c7e5f46143be486d202930d75500bbb1866f6 0.16 MB 425 176
222,636 222,636 0000000000000149cd24dbeafe839ec605e0b04b78ecca588db286f9216de0bc 0.08 MB 160 190
222,635 222,635 000000000000042d5b53bf12db1935d2f7bd4f6c40bdac87215a96a44b95960b 0.22 MB 256 106
222,634 222,634 0000000000000307805e9e94e8f4cb20b9b27ba9cda954b31e973f47d9b96d6e 0.25 MB 527 226
222,633 222,633 000000000000000e27f4034ff0325362b467b24b4f1796acf356ac78348361bc 0.25 MB 488 224
222,632 222,632 00000000000004288d21360ff58cdc5424b6c6330bc344fc475aa055f1a49bb2 0.25 MB 447 139
222,631 222,631 0000000000000346ccd1c8c2a62d9abda2b82026818a5a244274c2961854b546 0.25 MB 587 173
222,630 222,630 00000000000004726709d55bb965d607ff56166570749fec90423afcd3e0f3c6 0.00 MB 11 148
222,629 222,629 000000000000016872e3638a5b255bdef3004209b3fe211bbc41f817cb321149 0.25 MB 669 245
222,628 222,628 00000000000001a2eb7302528969eef3fc7236449bcc331868987f927cc52cf6 0.30 MB 397 116
222,627 222,627 000000000000032e633fec9dbfb08d7f492d0c93bcda41998ce1db9a8182bb99 0.24 MB 297 27
222,626 222,626 000000000000012c1405a64a7a661c48d33febfda76dbfd94e567b00318bec5b 0.25 MB 458 131
222,625 222,625 00000000000003db36d3640901f9f0dfd03c4179089734a3ace95b31c227cdc7 0.05 MB 107 52
222,624 222,624 00000000000004406d198c6c172a0c716dba43b2629046dd23c216a51f68af3e 0.25 MB 700 217
222,623 222,623 00000000000000206c0eacc6727db742c5798b926169c8d22e55c43b2268e04e 0.18 MB 400 224
222,622 222,622 0000000000000485e4caa71db8dda2c34e11fec81732156e6916f6092d82e28d 0.01 MB 29 228
222,621 222,621 00000000000001ac311ea11a3fbab6712d62cfbed4ad33a688985fc661b43325 0.20 MB 412 160
Previous 10 blocks ↓
Total Size: 769.03 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,624.88 GB sent, 93.01 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.