Memory Pool Memory Pool Refreshing

113 transactions
0.03 vMB
Show Random Selection Loading Transactions
Max Size: 0/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
907,789 00000000000000000002349e0000000000000000000000000000000000000000 0.03 vMB 113 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,788 (13,668 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
894,120 894,120 00000000000000000000981da4d3caaea822ff0da785bd3b42d4bdf9051f8f3a 1.64 MB 4,031 2
894,119 894,119 000000000000000000019e12b685ef24baa2f46d097a8f4fb4ebe9f6061d4f6f 2.55 MB 2,810 1
894,118 894,118 00000000000000000001cad0a820a80437c4a508bf2f74fa92b00ca660279dce 1.78 MB 3,548 2
894,117 894,117 000000000000000000004a075645dc6277439b8d06db8249fcfa9ff23940206d 1.55 MB 3,723 4
894,116 894,116 00000000000000000000e481cd1bdf073d7b2cd8437cb5ab861975aea28e7524 1.71 MB 2,182 2
894,115 894,115 000000000000000000016d90a5f2e7bb33fa741e0b555c26426207e456d82fad 1.64 MB 3,152 4
894,114 894,114 000000000000000000004fccff2f6278a62b72c520ba6f8294921cc0a85c9d32 2.15 MB 2,233 1
894,113 894,113 00000000000000000001117d6cd54f5f42101ed0a8b2b6e392d0e928911f6f81 1.53 MB 3,807 5
894,112 894,112 00000000000000000001c031bdebae713407ff051636e809ed9fffb58a6b08f5 2.74 MB 1,665 2
894,111 894,111 000000000000000000014a27ec42df7bd5f12ee6425d2b80ff88a4f6778f430c 2.03 MB 1,793 2
894,110 894,110 00000000000000000002164d6fe4a40939bf40b45000c040ed27564c55c57c77 2.14 MB 2,779 2
894,109 894,109 000000000000000000022377ee11690b194630a7a86916a9b82f28021fe7884e 2.76 MB 1,807 1
894,108 894,108 00000000000000000000316d9c7728fa5ed3fb0639a714e83b2d4c779e590ca8 2.74 MB 1,879 2
894,107 894,107 00000000000000000001a3dc6d0c69c30b059456e5dc9896f1da0e68fa14e310 2.18 MB 2,396 2
894,106 894,106 0000000000000000000197ac26cdfbeda1277df02f46af925e5bc8e4ebde9403 1.59 MB 3,739 5
894,105 894,105 000000000000000000009a4e96c009a55bd4f1e17f3cfeeaec899d81a7d0bcfb 1.58 MB 3,344 3
894,104 894,104 000000000000000000023175d87f3d7270a30fb4b515ea06dcb045d46f4d78ab 3.62 MB 515 1
894,103 894,103 00000000000000000001cd4fc1667f896ae501c67210b473f613b7e96253c94e 3.19 MB 542 1
894,102 894,102 000000000000000000002269ecd76ecf9442dc0bc313d4a43cbc1bebc955e0b6 2.18 MB 319 1
894,101 894,101 0000000000000000000170e99f38f895fe531310015240ae1bd89f6402cc81f6 1.86 MB 2,861 3
894,100 894,100 00000000000000000000e052c0c28452af8eb9505b118284ace2b681a695c40d 1.96 MB 1,787 1
Previous 10 blocks ↓
Total Size: 769.14 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,632.07 GB sent, 93.60 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.