Memory Pool Memory Pool Refreshing

2,522 transactions
0.95 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 2,522 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (109,404 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
798,446 798,446 00000000000000000004fdff81e17a899ff836db6981d23eb0ee125c5a0c8227 1.63 MB 3,125 13
798,445 798,445 000000000000000000002eb6c055b9a26434225184ae86e98038ad0514d0b983 1.64 MB 3,637 16
798,444 798,444 00000000000000000001da064ffd1e235a2bff99d617548d3fb16e53b09497a8 1.40 MB 2,920 31
798,443 798,443 00000000000000000003a25674b73b6a86199432cff3ee8a812f276b0bfe112d 1.46 MB 2,272 12
798,442 798,442 000000000000000000007daf1fd72b939cc5db14e41aaa511cdc34f24de11cb7 1.77 MB 4,497 6
798,441 798,441 00000000000000000002d4330b131f1ebdd8eb7e1cef08b9923c1669628e1e4f 1.62 MB 2,856 11
798,440 798,440 00000000000000000003d637d61f3c25106de75bd100123555e8f667f38fa01d 1.94 MB 4,967 9
798,439 798,439 00000000000000000001fcc6a3edcc2437c67514c08221a5db4da8eeafe1496f 1.69 MB 2,896 14
798,438 798,438 00000000000000000003f3c3b15fccac10be78ddefce568c9bbdd92967ecfe97 1.20 MB 1,634 19
798,437 798,437 00000000000000000001ba5a287fa9a972943d5f9684fe4325f5e9bad9c734f0 1.58 MB 2,447 6
798,436 798,436 00000000000000000004e1bed05a1399bef4327e6c5efb35d972ea6046226266 1.76 MB 3,611 12
798,435 798,435 000000000000000000027837b2bf51f4a1b062dc31d44f1b95fba24eb339e99e 1.70 MB 3,443 15
798,434 798,434 0000000000000000000111a2323cafbfb22d801ed5c35ff926aca880d756c0a9 1.57 MB 3,296 20
798,433 798,433 000000000000000000021d55338ab47088c9e7dc8f653597791d9ebfca9b5549 1.48 MB 3,316 21
798,432 798,432 0000000000000000000149e61abf9005161f4a6e3a6298aa9603211e0389483a 1.70 MB 3,075 10
798,431 798,431 0000000000000000000486b0f5e98545e256d04f4e35765b6ed63e9887747069 1.55 MB 2,438 13
798,430 798,430 000000000000000000026443687e43de7e1d852789e165415efc131f9718a242 1.44 MB 2,478 16
798,429 798,429 00000000000000000004dc7d3de799e9c3ac53ce98c513972a5c0b3295f38ae2 1.53 MB 2,786 17
798,428 798,428 000000000000000000014b181b1908f95068accaade53a958f20312e31eeab1c 1.26 MB 1,615 19
798,427 798,427 00000000000000000004d96cbfbd8a2c49eae876d4c4bf4de12d6779947beada 1.56 MB 3,420 24
798,426 798,426 0000000000000000000246fad34eab6886de88fff04099447fc5d8c3ee5fb987 1.78 MB 3,107 18
Previous 10 blocks ↓
Total Size: 769.26 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,635.25 GB sent, 94.22 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.