Memory Pool Memory Pool Refreshing

4,834 transactions
1.77 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,851 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,102 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,850 (746,171 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
161,679 161,679 000000000000027b1e61a7b9d026ad0617ffa7ba604f8e401a0071876f7670ce 0.05 MB 87 278
161,678 161,678 0000000000000262aee145d50122202907e88003b4eae380e5c9acc078ef125b 0.00 MB 7 24
161,677 161,677 00000000000005de800a8ffaf345187318d4fc985f910b3f2f7ce376b4c5afbb 0.04 MB 49 93
161,676 161,676 0000000000000bc2b6cc96f19044895cf5bff4d115806bf8034dd3a05bcfa048 0.00 MB 8 72
161,675 161,675 000000000000041047ecf43f0bf0161097ad65f096a96d6e9d103ab6c015607c 0.04 MB 123 118
161,674 161,674 0000000000000b107b22528b1dbd94ba516b4754ad3589ee11d01c05a132a70a 0.01 MB 19 93
161,673 161,673 00000000000004f853eac76df355e6b06bd981fbb02f1c5aaf9a723cdad9e16e 0.13 MB 56 93
161,672 161,672 00000000000001da6f26ca51eb7de7c51ecfc6a2ace9c7e197f34f4c1185afea 0.05 MB 162 15
161,671 161,671 0000000000000bc58fb586f10554a390ed5fda0adbe1b94ef1fe629c8c34162c 0.02 MB 24 188
161,670 161,670 000000000000097935e7a87a181923cc66172d787913b34adf5dda305523bc0b 0.05 MB 146 12
161,669 161,669 0000000000000ab986cd5a429de833e173c768733f763d0759e75b4ff078eaba 0.02 MB 30 241
161,668 161,668 0000000000000509c9d530595b852ddfa8da65fb8a2ffa37a7265456ea0bda66 0.02 MB 38 156
161,667 161,667 0000000000000445f298ace55c6bee40a25cb242075d360929349a31abb9a870 0.02 MB 34 45
161,666 161,666 0000000000000cdbc67a243467da0284fc540966aa998bfc2f8fe4ac127096e6 0.00 MB 7 355
161,665 161,665 0000000000000bd8a30804707a7f66331c0f58c69b0e0088a76d611a6e39dbb1 0.01 MB 18 70
161,664 161,664 00000000000009471c9351408a3666bb33946627a603c0dab4e834684b83d788 0.05 MB 101 55
161,663 161,663 000000000000045daec6799ac04b142a6219e8f29dbd9ae68bff741307484657 0.01 MB 32 144
161,662 161,662 0000000000000a8187eaf8903ca53065b5f9a928313309442043744fd5f11e80 0.03 MB 66 243
161,661 161,661 000000000000079224582522cd52a7e3fe2274b46fa9ccc47dd95363d7b787d6 0.16 MB 150 154
161,660 161,660 0000000000000a58dda8ff93f77cdf33fc8798facd810e9a711024606ecf2f91 0.05 MB 84 55
161,659 161,659 0000000000000af850daab0ff36f47823890ff4006a0944883f43b48ed6f78f3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.26 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,635.27 GB sent, 94.23 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.