Memory Pool Memory Pool Refreshing

1,370 transactions
5.44 vMB
Show Random Selection Loading Transactions
Max Size: 23/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,354 00000000000000000002349e0000000000000000000000000000000000000000 0.97 vMB 1,313 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,353 (831,689 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
76,649 76,649 00000000001854704a740f80751cfc32e5c46228ba88209aa6d3f28b3c87ff08 0.00 MB 1 0
76,648 76,648 00000000005ff7d47d330104e48f2549e99b447b06b5caf6ef0ed12955fc9ae3 0.00 MB 1 0
76,647 76,647 000000000013a5b9e30506619a4f27ab52e72ac65fbe93db8b39e04a4f00c69d 0.00 MB 4 0
76,646 76,646 00000000001f7f59450098bbf6087e4054f71f90919a92e1e4226e7b530f7788 0.00 MB 3 0
76,645 76,645 000000000021f748b5401bab33167e1beb5bcbfcdc65ed70ced1b51d3c9c4723 0.00 MB 1 0
76,644 76,644 00000000002114873a8ead0bdaef44310828edd61a826cffdde04db845303898 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.33 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,702.01 GB sent, 98.85 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.