Memory Pool Memory Pool Refreshing

15,249 transactions (3.45 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,483 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (875,599 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
33,564 33,564 000000006341ef6b24a0f778c82408c114d4ced3b4bf3ac72b553c7b22d91b7c 0.00 MB 1 0
33,563 33,563 000000005a6e1d024e45e5a1e8b6558fe2ccbfde5b030c50c054ffd4793c8146 0.00 MB 1 0
33,562 33,562 00000000680f52c83cde9bee20c1b9193d48b61e98b99c78d86baf99be588daf 0.00 MB 1 0
33,561 33,561 000000008623ce13316cdaca99ba5b2aff57b858e53f04bd710147bd62766d5d 0.00 MB 1 0
33,560 33,560 000000004197d233dfe7174930148630c4dd79613019834d6c0ebb8ae3d1ae12 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.87 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,986.54 GB sent, 107.10 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.