Memory Pool Memory Pool Refreshing

950 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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,985 00000000000000000002349e0000000000000000000000000000000000000000 0.37 vMB 939 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,984 (745,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,487 162,487 000000000000091d74b8056cb5f5d25e362a423f04ccd7eef31ea6295a979b34 0.01 MB 11 199
162,486 162,486 00000000000005da10bc15a7bef22f1659d34626c3b797cb5ccc8df8f03cc043 0.00 MB 4 64
162,485 162,485 00000000000007d01802cc553d7f61101d30556afac78a117091d7e71b2b622d 0.01 MB 26 52
162,484 162,484 000000000000070566feaa43cdde1150989e7184a490651ac42ab35f033856ea 0.01 MB 13 154
162,483 162,483 000000000000062e9c097a99f5880f15f2bd5b4a4f3a0fedf420de5013132fe1 0.01 MB 7 343
162,482 162,482 0000000000000cdb847c6c368e0eb86aa83feea40a18ce628fe89950ac669434 0.03 MB 89 17
162,481 162,481 00000000000005122eeadb38903fa617be18ba1b8fed058bb30455331f669546 0.00 MB 8 0
162,480 162,480 000000000000017ba29f0ee5a99bcc52511b99c344649e08b7fbdda15801b786 0.04 MB 83 811
162,479 162,479 0000000000000d0878e8429ed5b2f1de6def5a82bf811894993fa9d547a80b9e 0.01 MB 25 167
162,478 162,478 00000000000001420aa5845bb851245ed3b4701e3729e7f5c5d72c197bf46852 0.06 MB 59 87
162,477 162,477 00000000000005ee5532c15a34eb38dcfcd4090638d65cefec35706ae0f82901 0.01 MB 20 151
162,476 162,476 0000000000000854eff8ec431b24693ede145af38ca32d138200f0d270815f54 0.00 MB 12 120
162,475 162,475 0000000000000694a0c1dc0daadb6d1f80ff81c374f77de7e9aee4c459086b88 0.05 MB 118 3,380
162,474 162,474 0000000000000b203b1bab86ab661c71cd1fd06c7753f02477a8c772bb2d7a6b 0.02 MB 79 28
162,473 162,473 0000000000000a9d2d27ec6ea009358101858cfcc9285c4dc96ce74f27a9dbe1 0.03 MB 32 135
162,472 162,472 00000000000003da8e40c6f49cb52fbb202ce1d5b62606b78ebcde3243b37002 0.00 MB 9 385
162,471 162,471 0000000000000411dc97c11bda476ab220ff9cb50fd5db26fe234e9a4160ba22 0.00 MB 12 31
162,470 162,470 00000000000002c7cd807bc15af6b9437940c4fc20fe187532fe4f4af0a9f310 0.04 MB 70 211
162,469 162,469 00000000000009ec3c18a20617693255cc50a373c3004e3014376e03b7e01a66 0.03 MB 52 200
162,468 162,468 0000000000000d2b56d1b9ebb531eff7dd47fcf7d6b0d08016e1a5abaf0d47f0 0.00 MB 7 36
162,467 162,467 00000000000007494a2091438e51edab58f285ea3dc318c61f6e273b09c7f523 0.01 MB 13 65
Previous 10 blocks ↓
Total Size: 769.52 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,647.46 GB sent, 95.52 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.