Memory Pool Memory Pool Refreshing

2,047 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,287 00000000000000000002349e0000000000000000000000000000000000000000 0.86 vMB 2,028 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,286 (859,095 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,191 49,191 000000001658446b5da554c6d878e67701e00cbb18408d869e74c73e26126ed6 0.00 MB 1 0
49,190 49,190 00000000288c9bdfb29630062fa324c7c8d3014de4b1c3aefa36130f8217943c 0.00 MB 1 0
49,189 49,189 000000001bf1742e0aae042815d658694524771a25593acd581c09a8988531a5 0.00 MB 2 0
49,188 49,188 000000000f0b6d32b21dd1ae78cb871e13f13e2bb65ba0ff3bc7e1d576b5b67b 0.00 MB 1 0
49,187 49,187 00000000089b7fc700ae597d5707cdb24132915b0bf8d1bcddb2befb122fadba 0.00 MB 1 0
49,186 49,186 0000000000af74535c41e9e2d22beb601fc4a455e0c7512707fb708e81640b84 0.00 MB 1 0
49,185 49,185 0000000023929793c71e5f1b21e3c070079cf6d6b4020b75a67ec40a615d9662 0.00 MB 1 0
49,184 49,184 0000000025c6ea749338929b1360e0dc0fa6577b457c6f62fd8bc1404736932a 0.00 MB 1 0
49,183 49,183 00000000152f358c208748e505a9301cf1161269d3f0f2b36069f2d06e0f8fb4 0.00 MB 1 0
49,182 49,182 000000000c29e3ba56b9cf96993f814eb2e56161d93454e700ca151e109dddf1 0.00 MB 1 0
49,181 49,181 0000000001144b217122c2d463d60211be172fc1cbcbbde53838850c0a8b5e70 0.00 MB 1 0
49,180 49,180 00000000244969fc9e388bdd64a5bddeb18e6c09d9375810a8b7e34ff358d3a8 0.00 MB 1 0
49,179 49,179 000000000089192075fc64abca8db2bf59a97a99fa53bb9befbad0b23181bad4 0.00 MB 1 0
49,178 49,178 0000000017e9f62072dec4d3d62f342c0d19656fd251e7b457d68b2f6ac934e6 0.00 MB 1 0
49,177 49,177 0000000010d8d059b9b819c1e1edc7c7e876db09c862b3615ca84da546423b75 0.00 MB 1 0
49,176 49,176 0000000010fb247eef829ffdda625efd3e5c461be52e2196f63121d8b60052cc 0.00 MB 1 0
49,175 49,175 0000000011d7b422daa4a0d19b2d67c9ef75e845f8630b8f4b8aeb25598bd3c7 0.00 MB 1 0
49,174 49,174 000000001eb5798d0cd73342b9cdeffbc3f3cb029f894f912f0ce742b01a64e5 0.00 MB 2 0
49,173 49,173 0000000017c7d8f4f199bcbb477e11dbcc50f98e0bf31d8c98b43184b631cac0 0.00 MB 1 0
49,172 49,172 000000000f7f5c3a5bcb376534186d85df52c1cc1ac99383d358c8980bd3113f 0.00 MB 1 0
49,171 49,171 0000000026ec476ff3f76aba2e15624eb75a20e180e97afddf5e6600ed4d454d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.20 GB sent, 98.27 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.