Memory Pool Memory Pool Refreshing

10,286 transactions
4.67 vMB
Show Random Selection Loading Transactions
Max Size: 25/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
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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,145 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (214,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
692,829 692,829 000000000000000000079a9ab131cd76a41156c72937d6fbc4b0b3d523fdcadb 1.46 MB 1,714 11
692,828 692,828 00000000000000000002b1fe0f25a7b242005f56ff84c22baf2b1bed547ac4e3 1.43 MB 3,273 32
692,827 692,827 0000000000000000000aa22e854777d079c0807acaaf55c77686ebfc5d17c6d2 1.14 MB 1,202 1
692,826 692,826 000000000000000000011e17cd2fdb96e7300aa4fbcd1f6e7670e730025b5c48 1.24 MB 1,290 7
692,825 692,825 00000000000000000010d90a382c561f2388aa537f83d0b4f43c74631ec4d9d3 1.40 MB 1,513 8
692,824 692,824 0000000000000000000dcf87513b2505696156409a2c8803e4d2857d6a9d7d55 1.60 MB 1,145 2
692,823 692,823 0000000000000000000146c0e3704cd7d4b08c1b3bd49b1241c4f2ab4f1d0210 1.60 MB 2,028 8
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
Previous 10 blocks ↓
Total Size: 769.03 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,625.73 GB sent, 93.04 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.