Memory Pool Memory Pool Refreshing

8,736 transactions
2.94 vMB
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,731 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,958 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (165,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
742,090 742,090 00000000000000000004ca01ca4a3fc976208c4d5c2ec0eaff851c7f6338e1d7 1.50 MB 2,477 20
742,089 742,089 0000000000000000000687ca85d83184775e61b7305ae9b0a122737955a6867f 0.49 MB 745 11
742,088 742,088 000000000000000000080909647192622783089c135e9a496d429341bce22119 0.83 MB 749 6
742,087 742,087 00000000000000000008c02a728a422a3757549a5d38d7db909e09daa2a9787e 1.38 MB 1,799 15
742,086 742,086 0000000000000000000932ddddfa43c06ccb5f1a45c719c91b070143ec281217 0.38 MB 519 2
742,085 742,085 000000000000000000078e4aa1dd41b67a8a2a21233b425e54d7c3e4066dcfb9 1.54 MB 2,499 15
742,084 742,084 000000000000000000085125a6d5bae15eea5fc20d06f4c99025d6b88e69d786 0.06 MB 49 19
742,083 742,083 000000000000000000093ca29f76a5940c12f97bd57d3048c619656898423915 0.45 MB 706 11
742,082 742,082 00000000000000000005f09aed7c568547eaa2da11611f4f6442facdf1f51004 0.12 MB 184 11
742,081 742,081 00000000000000000003b4463e1d4842e8a3093af7d754d20d8eebce309f4413 0.82 MB 747 3
742,080 742,080 000000000000000000047d82bedd34cfe7e48ef2b019150e938424329d0d0863 1.54 MB 2,471 15
742,079 742,079 0000000000000000000267d1b9aa85b60cf63ed8ee3cc4e01802ae8b12909318 1.42 MB 2,662 16
742,078 742,078 000000000000000000062ddbefc47d6fe4334c936877792e652595586de6198a 1.61 MB 1,981 9
742,077 742,077 0000000000000000000458c7492bbe4fb06614cf7176a48b37019ec787f4ce03 1.15 MB 1,306 19
742,076 742,076 000000000000000000022f6d1ec279d05184e0b64b3b380ea2bec1c6393ea20d 0.40 MB 180 1
742,075 742,075 00000000000000000001e297d32f5060ae4d3049819ecf1ba3c924b35c5fa94f 1.52 MB 2,799 9
742,074 742,074 000000000000000000071b1db8ff5d27fd797f3ce1cf3b11fc14b6a390660b0c 1.38 MB 2,769 23
742,073 742,073 0000000000000000000324da38714c23b74a121d80b92c343cd0250d51911179 0.36 MB 290 7
742,072 742,072 000000000000000000024b6b51e89eadbb265b6014caa98fd5d639939a1dce74 0.63 MB 606 8
742,071 742,071 00000000000000000004b40474f5cc34c9b0e29f4de6b9eee1e25866e5bcfdc0 0.15 MB 360 14
742,070 742,070 00000000000000000008c02d380a6b29bfe3c5f7e94cbeb92c5a050e16166fe4 1.15 MB 1,929 12
Previous 10 blocks ↓
Total Size: 769.04 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,626.69 GB sent, 93.07 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.