Memory Pool Memory Pool Refreshing

3,679 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,629 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (796,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
111,328 111,328 0000000000006f4c16da5b5d0864d9a2e2006a77b292ef2083114eda0ad53e9b 0.00 MB 10 10
111,327 111,327 000000000000fc4a5f0ee3e06f7ea3254f1fbb6a2dbee355be8485119cb9bfc8 0.00 MB 10 7
111,326 111,326 00000000000085fe7533e3d26602f94553df216d69aac80a5c32d10b74bc269f 0.00 MB 12 6
111,325 111,325 0000000000002592a9b8af52019ef0d4b6eddb3e5e2e14811cd3173dc1e74745 0.00 MB 9 6
111,324 111,324 00000000000090c884635f97636b2291423e5076b2926ce62626bf7a65b5afeb 0.00 MB 15 0
111,323 111,323 0000000000004736feb799034fe858f345d5c1d52f824d702e63321e15355aec 0.00 MB 10 7
111,322 111,322 000000000000969027eaf43a883e7282ec7662de6fbb5ee8a495a8cb391f9821 0.00 MB 11 3
111,321 111,321 000000000000341ac9031f507a6a7383a943e507760f339ecf84f2c29bbba2b1 0.00 MB 14 10
111,320 111,320 000000000000c732f5b74c396dc85fe28fa827362f8a08a724f7f560748c6934 0.00 MB 8 3
111,319 111,319 000000000000c708628d7d6e7f25c8cf168bd3bc823229b37bc132ce4ee81009 0.01 MB 8 0
111,318 111,318 0000000000008f7782b39679d9d1d2d79876f1dc4ba63cf8c6c9655d328505d8 0.00 MB 9 6
111,317 111,317 000000000000585f47074f3f0a0eac4b77b5142527bd97c30037b78f670a6d52 0.00 MB 9 340
111,316 111,316 0000000000003bbda799d4e2ebc033e4652380d25db93b01ae8d7ef2dbc35700 0.00 MB 10 365
111,315 111,315 000000000001249f99b642c320a773087a084da0d193ba9fba519a6def7cd3f3 0.00 MB 13 10
111,314 111,314 0000000000011267fbade30bb4e53c3362af7b57ac7373a427c03c104f2b1ed7 0.00 MB 19 0
111,313 111,313 000000000000f6b25dc9b629528752e7f8b6dddbf978a3b51fd71921fc6c9696 0.00 MB 6 6
111,312 111,312 000000000000a935cc6b2b1184e8bd77ca469914e1e1646baf287f691bad05b4 0.01 MB 18 3
111,311 111,311 000000000000aaa7a48683e8a184ebd4de700d3c7f29524d95a417b086793ac6 0.00 MB 11 31
111,310 111,310 0000000000000c461b2b1a767150b4fb16a90a02dd172d95725d2970ca007fa5 0.00 MB 11 10
111,309 111,309 000000000000f796cca052e9f2a3016b64dfa2008197e5ee70560a588d93021b 0.01 MB 4 0
111,308 111,308 000000000000f76641711fe77a0a8391cfe39be5c48b619189394780ea95e2d8 0.00 MB 12 18
Previous 10 blocks ↓
Total Size: 769.17 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,633.40 GB sent, 93.79 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.