Memory Pool Memory Pool Refreshing

306 transactions
0.09 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,706 00000000000000000002349e0000000000000000000000000000000000000000 0.08 vMB 271 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (214,883 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
692,822 692,822 00000000000000000014626e6ef5b50f8acaf19c9096dad30386358ea92b7a02 1.65 MB 1,381 4
692,821 692,821 0000000000000000001395a845ea4ee5d2c11776bdc8b0eabdff105b3d0e7755 1.31 MB 2,749 10
692,820 692,820 00000000000000000005bddfd8c12614bcb6a6c8262dc7f0614d5031df576c4a 1.16 MB 1,273 6
692,819 692,819 0000000000000000001062960cba1d42c2fcaeb6812639504ba14354ebf89689 1.41 MB 3,085 10
692,818 692,818 0000000000000000000a34293e94904cf3d5cc6424d8919b4a97665e003f3b71 1.26 MB 1,267 10
692,817 692,817 0000000000000000000e086a7bd427a7766600a51df66f18398f7ffac3c6f8a5 1.52 MB 2,338 19
692,816 692,816 0000000000000000000ae627b81ac73a35cda098a1e0c2d91ca1c4a7705f7844 1.43 MB 3,000 26
692,815 692,815 00000000000000000012edb859a6e6b422b54c035b8d9bce98741dcd97663084 1.51 MB 3,270 10
692,814 692,814 00000000000000000002151e357ce30a149d69436d3b336fc8c9aa782860ab64 1.53 MB 2,756 12
692,813 692,813 00000000000000000005923d0dac1ef62cb54126b59d133c46eb535d1155254b 1.17 MB 867 13
692,812 692,812 000000000000000000131d69f606bbc064527d680735b7fc39ce1b70d0da97c7 1.26 MB 1,611 12
692,811 692,811 0000000000000000000da9277158ee7174614dbdfbac38be870a0d6464a94144 1.50 MB 2,705 20
692,810 692,810 00000000000000000006a197b49cd75eabdc5a6225f29206192f635efb623c1a 1.45 MB 3,112 32
692,809 692,809 0000000000000000000de5ab7231cce1fb2d69954df47a67a37be2fd7ce6e6ce 1.49 MB 2,636 10
692,808 692,808 0000000000000000001216f1c578e1ef7259a0d89c8c381cee5b5564976a0167 1.58 MB 2,153 8
692,807 692,807 00000000000000000012db43f1e223483313caaf7c9092d8874138503151ecd1 1.54 MB 2,683 17
692,806 692,806 000000000000000000079fdb779428d52fd992b75e754a79c3c82978276f7cdb 1.38 MB 2,954 39
692,805 692,805 00000000000000000008c84086cd3dd6b18158cff7ca0f89714c340b3b9cfe49 1.56 MB 2,707 9
692,804 692,804 000000000000000000001deb2061cbc40fa989fb527b5a778d1af22cda28d614 1.50 MB 2,785 19
692,803 692,803 000000000000000000114238af0ffb1564c10b0e87c6ab19ef71c58c8c27beda 1.38 MB 2,748 34
692,802 692,802 0000000000000000000c872db09239a70c80633e64272c6f9d1668cb389217bb 1.48 MB 2,673 21
Previous 10 blocks ↓
Total Size: 769.00 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,616.61 GB sent, 92.77 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.