Memory Pool Memory Pool Refreshing

1,590 transactions
0.50 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
907,914 00000000000000000002349e0000000000000000000000000000000000000000 0.49 vMB 1,591 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,913 (799,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,844 108,844 00000000000036fa5307ebc3bdf50751157bd0d0ebabf91b21714c75f5af60f5 0.00 MB 11 0
108,843 108,843 0000000000009b31f98390b54f06c37c7375e1cb038cc1814a055fdea975d2a7 0.01 MB 44 0
108,842 108,842 000000000000d21ea685971970e81e5d9a6fa1947bc5f1b747cb6a2c27c31ce6 0.00 MB 2 0
108,841 108,841 0000000000014a85d7d5fabeb8ee63e87680348f89ea84c2b6203d4725dcb473 0.03 MB 4 1,010
108,840 108,840 000000000001d0f9048e72056bde0b8c722ed939042b938d9c4a5c59616dca86 0.01 MB 3 0
108,839 108,839 0000000000016a9855f8f0c16c31b413e3d61d880829c13b87f794ac5fb16852 0.00 MB 5 0
108,838 108,838 0000000000012eeed4fa462ec39878b24c83de0bd71a05a8f7b139e943b98245 0.00 MB 11 0
108,837 108,837 0000000000027199f61dedd0fb59bf6e48979a1b1f42bb333de5f36f09179a78 0.00 MB 10 0
108,836 108,836 00000000000225d34f18fe8289c8cca0280b4a6aaa215bf2aea507b943369c16 0.00 MB 10 0
108,835 108,835 0000000000005cc1c919c88b69852db09e45c52fd519101077bdee3fce8ae109 0.00 MB 2 0
108,834 108,834 000000000002512dfdd34416aef0522a99d7419318a4bc2a86578734cac819a5 0.00 MB 7 0
108,833 108,833 000000000001e1063ca601d6f0d8463edbe9657e75015771bf93e29db4854f63 0.00 MB 9 0
108,832 108,832 0000000000017b138498cee1eaca0e184e6560136f52276e1ad74117ba4b5e05 0.00 MB 9 0
108,831 108,831 000000000000644e0f8e5b5df13b78053c7990a6d2c280225eb909b41aa42028 0.00 MB 1 0
108,830 108,830 000000000000f218101c5d7ac31046cb1b83ce7f2ac01f2d820b1f3177d547d8 0.00 MB 7 0
108,829 108,829 000000000001d5cf241aa9c888c75cb04bbcb2854d7dde93f856113aec202d8f 0.00 MB 6 0
108,828 108,828 0000000000007e95dbdd59304a598b0163809e5870d7c4eed7227981089d04c9 0.00 MB 12 0
108,827 108,827 0000000000011ae0f75888c8c6bca3eafa471c451d713f5c2c5b3229ffa6cfef 0.00 MB 7 426
108,826 108,826 000000000001bc30b4004c180e9a8d8a36ad8b03d0e4e8a65269f81714914cb4 0.00 MB 7 0
108,825 108,825 0000000000018c7e10bf921eebed18b5aa0b774d2c91dbb204aea23c06de6052 0.00 MB 10 423
108,824 108,824 0000000000002a95cadefc725f4559477ce8a2e178c49ae4581d1d13b8879590 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.38 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,644.08 GB sent, 94.84 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.