Memory Pool Memory Pool Refreshing

1,375 transactions
25.04 vMB
Show Random Selection Loading Transactions
Max Size: 101/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
908,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,107 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (799,161 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
109,148 109,148 0000000000014276e16b1e635b70981af3f389190f24cef6311f3bb14a17792b 0.00 MB 2 0
109,147 109,147 000000000000a4a5c5d5ec0344a9bc8fecd482b0a914e55c4eed41a93878eefe 0.00 MB 4 1,127
109,146 109,146 0000000000005bf0eaf6350fe818eb8b7c026fe237f2abed9bed86a5ec217c20 0.00 MB 11 0
109,145 109,145 0000000000015dd326fb6be517866ada80996a7ad30c1f3db11cfdf4ad026c35 0.00 MB 11 0
109,144 109,144 000000000000c0b867dfe063e048d4479de96739b1f368a49721dab8ee220329 0.01 MB 42 0
109,143 109,143 0000000000016b3dd2d78bc982a39e4e342b29bd68bd6fd33b84049b8a66aebb 0.00 MB 12 0
109,142 109,142 000000000000d5d47dff9720224a65c21ba04a531496cd75bbe0365bea5ce1f6 0.00 MB 5 0
109,141 109,141 00000000000156ceb1951b644419e012f63f105f99cb9753c2735f6a4f949afc 0.00 MB 8 0
109,140 109,140 0000000000017d0f336c4998f1841677d284ac75877e9b0567952ca2de66f760 0.00 MB 4 0
109,139 109,139 000000000000b749f779f0548bd62400dfe41a711a1ebadb65ccaf7c3d1af52a 0.00 MB 4 0
109,138 109,138 0000000000011de56661cdaa1d29173cf86bcc3d82312a4fe7ca4a6500971a14 0.00 MB 5 200
109,137 109,137 000000000000132eb397935c637631d1d7d26dd44d81afd72217a8fa2c221ead 0.00 MB 4 0
109,136 109,136 000000000001419044df10177342027df836bf023b0a6937c473bc7a79fffced 0.00 MB 6 0
109,135 109,135 0000000000004cf380d76564712b59bb321531f55a894c9735e9f4fbbb57bf00 0.00 MB 10 336
109,134 109,134 000000000000c58ba7c657c5a5e1ac654760cd8d84fb077299fe21d9f54e0067 0.00 MB 12 0
109,133 109,133 0000000000013002cc25a262bca352608d10e2620b98d3223c22037480ef3d80 0.00 MB 12 0
109,132 109,132 00000000000177f8c38713db52400d542a7a2845f99b59aae9ec6d3445be0b87 0.00 MB 14 343
109,131 109,131 000000000001bfd34a0c5f7ddd06be2c63e987173121c413b7e72590d60ce61f 0.00 MB 10 404
109,130 109,130 000000000001a21905afc90e0ca7513dd8f453716291bbf8834770aff4cde717 0.00 MB 8 0
109,129 109,129 0000000000005fd7af7471ab686984eaba3b73db65557bd299e328e4a596c1ff 0.00 MB 3 0
109,128 109,128 0000000000001254375824ad2dbddd10411544d6278d63177c1181a596a14b45 0.00 MB 4 1,086
Previous 10 blocks ↓
Total Size: 770.21 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,696.84 GB sent, 98.58 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.