Memory Pool Memory Pool Refreshing

8,659 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,552 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,162 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,551 (825,865 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
82,686 82,686 00000000002e0e917ed38c62f8f2120808afb3da7aac99b776f010a615ac4f8e 0.00 MB 1 0
82,685 82,685 000000000022cb86afcbfc0c9ccb056622759deccca76e04c758fc5abb18e567 0.00 MB 3 0
82,684 82,684 000000000005c95d7b87058ff5f0a250d57cbc4fb0ad069b5ea6e8ecc2bd03db 0.00 MB 1 0
82,683 82,683 000000000002ba1f73ea1077c5fc3ed4b74f2bc5fde505320c899c367b31f97f 0.00 MB 9 0
82,682 82,682 00000000002d5d1a8e32428a283434b3bf40b6e9e1f2d1833de9f645e5565e08 0.01 MB 3 0
82,681 82,681 0000000000075e5101af5d7a0f692d3e0fdc8c719728bb9f7a6e27773b92c1e9 0.00 MB 1 0
82,680 82,680 0000000000244e6ade96b8c1aa659a8fdc970745827948a94c1a0b3d22e49125 0.00 MB 2 0
82,679 82,679 00000000001a695a6d24fb4c48e911b341d11c7ca2eb7209f496528b5dc6f6d2 0.00 MB 1 0
82,678 82,678 000000000002332b24f354a515483404555e343944138d9dce308e1786324199 0.00 MB 1 0
82,677 82,677 00000000002cad7250ec9957124215285d3255e70f4e82eb907c2356a92da1ef 0.00 MB 1 0
82,676 82,676 0000000000083565df20fe4d29c808a693eda0e990edb0fa1bc5f9d594fec79f 0.00 MB 1 0
82,675 82,675 000000000008a446a7166f6c02b3ed91b1b8fd66113adae5e985bc2061cbeb00 0.00 MB 5 0
82,674 82,674 000000000001839054ebf2dd5de4529f8397e50024d9a5aa11a1658093f6045f 0.00 MB 1 0
82,673 82,673 00000000002651d18e0b32f1259b4d246cfaafee942f27cb84f2f652bc442cda 0.00 MB 1 0
82,672 82,672 0000000000114ea6e27c1e12f3d1efdf85ab521a3ba07e741eb331eb1feb6466 0.00 MB 1 0
82,671 82,671 000000000001a6aa3bd9c277fec2b1ac1b49e8b5f84d290cb5b918189b1c7640 0.00 MB 1 0
82,670 82,670 00000000002890d320be5cdff3e2bc38f0cd35b143fd8ad4ea50eeb0e0e6931d 0.00 MB 10 0
82,669 82,669 00000000000a4cd98a8e49078f349c75535ce2c98e2e9d3a14242b204c8b6bca 0.00 MB 3 0
82,668 82,668 000000000022686da7174c8deb637abe500cb77d2d08f8cc22ba3b802481b6e8 0.00 MB 1 0
82,667 82,667 000000000017afca4099b14bb3484c5f222333a97e90f8ace934d67e7e52fb14 0.00 MB 1 0
82,666 82,666 00000000001d9ece4d1f321cff38a2d409f61cf1d6ddd7065fdd239731d622bd 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 770.71 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,844.96 GB sent, 100.59 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.