Memory Pool Memory Pool Refreshing

3,464 transactions
2.65 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,937 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,525 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,936 (811,731 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,205 96,205 0000000000018c9662ee69daa684b2cb96b7994a902d4f82d46751c1b35364f7 0.00 MB 1 0
96,204 96,204 00000000000518c6b4c8416681a4eb3e4caebbe44b227d926564597084743897 0.00 MB 1 0
96,203 96,203 000000000004d641a487dc2c8b7706e1973d4f7a92e237072b47e27e9d690446 0.00 MB 1 0
96,202 96,202 000000000001f5017269cd6cb12c069248960896588bcd243f72be28182577d7 0.00 MB 3 0
96,201 96,201 000000000003b0bde61d579b5cac2a1634b9aa553d50bf4767a372da0b89eb38 0.00 MB 3 0
96,200 96,200 000000000003b97cec3e714136796147fb7ac36cd18eba941dffe346b330e7e1 0.00 MB 7 0
96,199 96,199 0000000000011bc2675148710038d131bad83cf6a3fb7da3f8ebff2c9cde68df 0.00 MB 1 0
96,198 96,198 000000000003a2fd27756e0cd71e012713c438d6c80817de0815a3b6d50b96b4 0.00 MB 1 0
96,197 96,197 00000000000168e7bb30e370cb118dc6bee763bf0332108662d3d2cb5973a5c8 0.00 MB 1 0
96,196 96,196 000000000007a03e3902ff94e93c86709c1076a9b230c86264c0968c3bd3e1b9 0.00 MB 2 0
96,195 96,195 00000000000316669546942044ab26ade1479ebce0c100a8cc5f44031f317ea1 0.00 MB 6 0
96,194 96,194 000000000001c09f7031c488bf942014a1e709ea7a85d5f6fa00cd6921d040a7 0.00 MB 1 0
96,193 96,193 000000000001c3afb3f2c4f7eaddfcd2f6055b6e4f8c0ce262a7aff8fe3dc00a 0.00 MB 1 0
96,192 96,192 000000000007f679ed952d5fffcf3c69c1fde48e9e179362b121faaccb09968d 0.00 MB 2 0
96,191 96,191 000000000004a5e84fb35b62c2d0360d4f56fe993ac95193ba3741837cd1264c 0.00 MB 6 0
96,190 96,190 00000000000776826b7c93d29c5e7c456ad98771be52858b6f7258d125654af0 0.00 MB 2 0
96,189 96,189 0000000000042c9d08f3f06d502a247f090625fb6c7623cf956a38e987c59e0f 0.00 MB 1 0
96,188 96,188 000000000004d6e22b42bf66fd9cad1977bdee13abab1e51a2d03ca22e6f71af 0.00 MB 4 0
96,187 96,187 0000000000027c094bf08f7c27a6debcb5f36419bf53390e3e1c40a653e2195c 0.00 MB 2 0
96,186 96,186 000000000005b861b79724fabd9eb6121389061056eb7404fc0372bd7dff93a2 0.00 MB 1 0
96,185 96,185 000000000000f43f611018934f020ca4a9e364982d8930e5e48481c158fe3204 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.43 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,645.41 GB sent, 95.08 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.