Memory Pool Memory Pool Refreshing

360 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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
908,278 00000000000000000002349e0000000000000000000000000000000000000000 0.17 vMB 339 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,277 (831,607 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
76,670 76,670 00000000002147fadbecfe2f64ac91c1427baf65fd71e50a21e4adfb4c78ac54 0.00 MB 3 0
76,669 76,669 0000000000691e4f494cf2b7f174301ad3d6eeb1916f81b954bef24f8b81ab5d 0.00 MB 1 0
76,668 76,668 0000000000106bc037935d2714cf7c0c43b777b319b0dee53fcf6714818e339c 0.00 MB 4 0
76,667 76,667 0000000000405f45ba6af2abe8bbcc23a359046ad0368b90bc9c8cb0e7cfaf37 0.00 MB 1 0
76,666 76,666 0000000000446ba28ad5df02c58d93fa49f2904b2cfebf834e7e44dbd637e813 0.00 MB 1 0
76,665 76,665 00000000000d4d11c9f5e8d80f25cf3ce301aafdedd44ab22827cfe201e3933f 0.00 MB 1 0
76,664 76,664 00000000004f954910141b58759833d17aa25095f8dceb879b787d836d3b1741 0.00 MB 1 0
76,663 76,663 00000000002da68c34f60b636b6cf84c1e67c170f73def503764592a3dbe9393 0.00 MB 1 0
76,662 76,662 000000000015b6839afbd8ebb680699e2411e9422114db4a1b5e0f16a235dae6 0.00 MB 1 0
76,661 76,661 00000000000f9e097d9fa946fe2a961b658d669e7aaa01681538c992d0dce983 0.00 MB 1 0
76,660 76,660 000000000025bb2e084bc90b26d241d441fb2c116cca54ade1dee3fec67f45b6 0.00 MB 1 0
76,659 76,659 000000000043642af3899ce44c737d96a2ab86da17342dfb48d9e8e653312142 0.00 MB 1 0
76,658 76,658 0000000000531b451e1ce71495a28e425ff6055060adc5e633c11dc26c4d406c 0.00 MB 1 0
76,657 76,657 000000000043c0eb85ca5a3ecd7364ea3bcd2c3c8507a69e932106dcec63ed79 0.00 MB 1 0
76,656 76,656 00000000004ff21f18081f839222740fb4df072e668049b946b20bb8e22bc9aa 0.00 MB 1 0
76,655 76,655 00000000000f0bb979e789ec07981fe966f4b2d50fa6b93e0dd4c426b1c0f81d 0.00 MB 1 0
76,654 76,654 00000000000f7978d3a6ce4b720d0e694988bf744939979a7cc92190b51b7b78 0.00 MB 5 0
76,653 76,653 00000000001f96498d75debf2033c5a243d00bd246075513a245d3d654088976 0.00 MB 1 0
76,652 76,652 0000000000345a52d81180423b3de25d1e5df8fcad47e696481438e3ebb8b634 0.00 MB 1 0
76,651 76,651 0000000000658aa89590f49632008a8d757c189306eae4558b3a269443ce6538 0.00 MB 2 0
76,650 76,650 00000000001e7f5630acf4a1e5b99a321c3b1145feb76fa8eb77d4d8e8211409 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.13 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,691.80 GB sent, 98.18 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.