Memory Pool Memory Pool Refreshing

1,237 transactions
0.53 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,778 00000000000000000002349e0000000000000000000000000000000000000000 0.52 vMB 1,226 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (188,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
719,615 719,615 0000000000000000000abecbb1cb095543bf30d530636328d8a7c79ee8588642 0.88 MB 1,581 7
719,614 719,614 00000000000000000003b2eba949d0cdef66bf333705d188cd487c9e0444341e 0.87 MB 1,452 7
719,613 719,613 00000000000000000001e6bead0a759713ce020ce2357e368ced889d2d1af709 0.71 MB 896 4
719,612 719,612 00000000000000000008f196cb10e0a0312d545ed020e479dcb51fe656f80f4b 1.22 MB 414 1
719,611 719,611 00000000000000000002079401712a135f8a624b0880ab328c1294b9058d2800 1.27 MB 1,501 4
719,610 719,610 0000000000000000000587dc84f51f013eaecebb0830823342e13aef6029a08d 1.42 MB 2,395 10
719,609 719,609 000000000000000000005868a08a73bcdb3a6e23072d97396af49ae707063d5e 1.54 MB 2,932 9
719,608 719,608 00000000000000000001c2a98cd46594fda1a97a82219c15e04bfb3e5e735b2f 0.34 MB 525 5
719,607 719,607 000000000000000000080c1386c79a13763b1977033747ab41a865683f63a831 1.17 MB 1,569 3
719,606 719,606 00000000000000000002794407acfe8ee4abfd351c40900dc833d99f684397f8 1.30 MB 2,160 8
719,605 719,605 00000000000000000008226989390a620725d377d8008b65945bd766d4766eec 0.91 MB 1,178 6
719,604 719,604 00000000000000000002cb3225c5b7cf0c50258a448254c284e57913f627051b 0.09 MB 184 10
719,603 719,603 000000000000000000007b0b53cfe5b038c6d15465ce4d902fdbb38358d476dc 1.01 MB 1,388 6
719,602 719,602 0000000000000000000aab4fe1a590344f77a44f679b3a27a9212ac78366ffc9 0.73 MB 1,399 7
719,601 719,601 000000000000000000076a55d1ce394248bc8c398c7d467f473867e3bb843b89 0.01 MB 18 5
719,600 719,600 000000000000000000082de7f2b3a0391e5fa7aebfef35d4835f5713a3c0b8e0 0.02 MB 63 7
719,599 719,599 00000000000000000006654a03162f7e4e098818b70c83be1fa3c555c31c4b86 0.54 MB 943 7
719,598 719,598 000000000000000000030e3e088d8ce03dee96cd2dfc76f424e62075db0135b2 0.07 MB 128 11
719,597 719,597 0000000000000000000004aacdba7916e419345f4f307bd0ba1a2d87d366c59e 1.49 MB 2,339 4
719,596 719,596 00000000000000000006c78eed03d9191be921fb5f6532509655f2609177e96b 1.21 MB 1,248 2
719,595 719,595 0000000000000000000af1ef76d5b1daa17a46b4527e1c5e20193d74de38fcaf 1.49 MB 2,730 11
Previous 10 blocks ↓
Total Size: 769.12 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,630.10 GB sent, 93.49 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.