Memory Pool Memory Pool Refreshing

1,044 transactions
0.36 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.32 vMB 1,020 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (685,119 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
222,620 222,620 000000000000008552acf37cbcc3df37718cb1f1122d3de174fcc720e6e1d096 0.06 MB 94 118
222,619 222,619 000000000000006b35d41a0fcfc5de64c2bafca93d48512f6ddc2bc80e9d2177 0.25 MB 287 99
222,618 222,618 000000000000003f499b9736635dd65101c4c70aef4912b5c5b4b86cd36b4d27 0.25 MB 595 232
222,617 222,617 000000000000037d19d4297c65706efccc725a420aded9b47d88aacac99f69e2 0.25 MB 795 222
222,616 222,616 00000000000001f99182850fdd3afb5713213ed3b92db6d28efa2917ff70de5b 0.05 MB 147 30
222,615 222,615 0000000000000033a7e1adeb50ac94179f88ace6438cc7e37b0e254cb4f1106f 0.25 MB 845 253
222,614 222,614 00000000000000234b14312fe6ed299105a39f3cfb99455700442de5652a17d8 0.25 MB 607 248
Previous 10 blocks ↓
Total Size: 769.08 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,628.25 GB sent, 93.30 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.