Memory Pool Memory Pool Refreshing

713 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,766 00000000000000000002349e0000000000000000000000000000000000000000 0.16 vMB 687 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,765 (720,961 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
186,804 186,804 000000000000026d3281830e3a39daf23aa38c48bb206ca39365b79a19d472aa 0.02 MB 61 162
186,803 186,803 0000000000000577db1eb2a0bdf0cfeef7dab26fc42d170f513808c154da19b8 0.07 MB 179 114
186,802 186,802 000000000000052a105fb40d9763cd893bcd21a3c36e9a4a8ee8a39795020359 0.02 MB 32 705
186,801 186,801 00000000000006fa471f37aafca8e679f389e3274dba6736f0acb9c1fdcb91d1 0.00 MB 10 310
186,800 186,800 000000000000011f19a01e07b865c3823c6b2e6d932cb28ee28fcf4723bb719f 0.03 MB 91 87
186,799 186,799 0000000000000543faed07e5f187f13527110e22343588e0ab00deffd324cab1 0.10 MB 251 132
186,798 186,798 000000000000070db1d21736529584dc92bf0e295b4a7e7f3b9dc6b4c3fcac82 0.05 MB 141 58
186,797 186,797 00000000000001e7bf1f30049557bfb55a956dfaa5aa7cdc4df69f82a3d977ad 0.01 MB 32 460
186,796 186,796 0000000000000167d598249e60d7faab8784a2c81cb6fae0a52e2c6ff199f7d1 0.04 MB 97 94
186,795 186,795 00000000000006ee30cb4b18818bdf8a2de476fcb2123f601d0c74c341b7f116 0.06 MB 148 104
186,794 186,794 00000000000009a846d0d4f4e848eed87e930cc232bbb64493ec6c6c578dc95a 0.12 MB 262 114
186,793 186,793 0000000000000646693330ef7918967ff811e90f3370eb1c5f5abdb1704cacd4 0.08 MB 128 35
186,792 186,792 00000000000002e796eef927c6ececc04a2a2d24f9430584fc1aa53978f7fa9d 0.05 MB 93 75
186,791 186,791 000000000000010dfabf6d041b6876a6f2dbeef8749822491e28e43f72391cdb 0.16 MB 253 98
186,790 186,790 00000000000005075889cd7094dc972c945d79b99d1cd5944fa6ff151e45ff09 0.05 MB 136 141
186,789 186,789 000000000000034d224a4f352f9bd4eabea0d62878409d6cb2c846ec22a037fe 0.03 MB 73 111
186,788 186,788 00000000000008de6791f70715699cc7245d53d6e51093e43548a1b53fb13f1d 0.06 MB 93 131
186,787 186,787 000000000000031e638e96ccde7c2998eec8cb7f8f8b6dbff7e5848be1aef94b 0.05 MB 155 12
186,786 186,786 00000000000002629b00f41e922542bad17d6682b916e2bf9d568d7d1f323f3a 0.03 MB 69 53
186,785 186,785 00000000000005caf5594905ed6dd2c5caaff444db54633983e9b3fa1c283cdb 0.03 MB 73 15
186,784 186,784 000000000000049249851103816cc55e59fbd6813ae92c0aa949795a449ecc5d 0.03 MB 62 12
Previous 10 blocks ↓
Total Size: 769.10 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,629.00 GB sent, 93.40 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.