Memory Pool Memory Pool Refreshing

504 transactions (0.27 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,138 00000000000000000002349e0000000000000000000000000000000000000000 0.26 vMB 501 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,137 (875,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
33,585 33,585 0000000083f8a0125db08e7934ad7b4ab9620e6f6a551c4d94ea79f8df1a0ac0 0.00 MB 1 0
33,584 33,584 000000003084d9cd22d26e7ebc5b979334b54e89a87edb473fe8f00990cbaa79 0.00 MB 1 0
33,583 33,583 0000000046e07bd5e03868536542299ce43a9ec8528d1c6a3618c4be172bf94b 0.00 MB 1 0
33,582 33,582 00000000d7b8f276451abb536c21e0293f6fe69a97143399824fd37482ebebcb 0.00 MB 1 0
33,581 33,581 000000005bd30f46500e33e664d0321b1ec9f962460ee74e0ce1a7ce48a028ef 0.00 MB 1 0
33,580 33,580 00000000c51e86784f8b0fe35b22a0ec3b69ccdf3ce1e351c4b96aecf68dd381 0.00 MB 1 0
33,579 33,579 000000005a13b08c4c16e1ff49c9e87e4816ad3b75a498e07bccfd4caa18ab81 0.00 MB 1 0
33,578 33,578 0000000072c6e99f46d172ad7a0f18c3e19241d94db8e200111db4f964d3ba08 0.00 MB 1 0
33,577 33,577 000000004dff03589e1a13b4e38c4bb6a7920aead5698dacd691ec827e940026 0.00 MB 1 0
33,576 33,576 00000000bf2831ad78461048bed9bc8a5c47ff001def41c81884b1503dd657b2 0.00 MB 1 0
33,575 33,575 000000006068465dd753a8339d849b4d51a51d4136b066807558b16d972e0241 0.00 MB 1 0
33,574 33,574 00000000abd5426b2f34c018eb073592b74be2299675f4861a54d882b567c072 0.00 MB 1 0
33,573 33,573 000000001913b7c208705ec63c6f818fd9e430696a1b4822e47ccec67607c84b 0.00 MB 1 0
33,572 33,572 00000000691afcfd8eb123c3beb431c3e691a0b8cc0d052ae29af06545c6dc17 0.00 MB 1 0
33,571 33,571 000000004fe5381b7256ca5b4f5184d35dc3a467c73eba75157091a8b2fcf629 0.00 MB 1 0
33,570 33,570 000000000991b461578ba96aebd28f9133b0e4c9090365eadeea001899bd7f02 0.00 MB 1 0
33,569 33,569 00000000691933959524b06af8f452aab2fe6c5155bb91070e880f32afe33f9c 0.00 MB 1 0
33,568 33,568 000000005e229050d2b8e27821b70e7cd64276e0526f941ca0b0b4d4b14a65d1 0.00 MB 1 0
33,567 33,567 0000000070751ef2740cc60c5b85466e1da3188519041101e91c23b83f3373f6 0.00 MB 1 0
33,566 33,566 000000006fd3607bdb96d795cae0c3960a1110b8e5d56194a618d18db5b579b8 0.00 MB 1 0
33,565 33,565 0000000053b55c07d795c47cc9bfb42b75ce0b8a9b51669cf1e846af1d4a6dee 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.80 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,951.67 GB sent, 106.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.