Memory Pool Memory Pool Refreshing

4,767 transactions
2.20 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
6 sats/vbyte 2
5 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
908,168 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,623 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,167 (802,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,733 105,733 00000000000038557cd8b8b9efdc8a753d8d0eab91f072649a58bd4104c0dbc9 0.00 MB 7 0
105,732 105,732 000000000001f1a5f9898b98bd4454461dcafa974ce3eef12af328e0b0d24276 0.00 MB 10 0
105,731 105,731 000000000002e9574200f251866227d80f55f0a0956df9fe4ba630217dc1123f 0.00 MB 12 0
105,730 105,730 0000000000024d90d2c0c6cd2d35ee46ff778a0b425dc1532d9707ddd5cbb069 0.00 MB 12 0
105,729 105,729 000000000000d4eee5f2d8cf17fe4c96949d5ab7c248f9adad57dd9030a4f569 0.00 MB 12 0
105,728 105,728 00000000000190a5cdc1fd04e1ea525a9d7e15f865368a5f2d91ad5892bd282b 0.00 MB 9 0
105,727 105,727 0000000000024e2008294c753816aea97908c196c682dfaec499b2a421f43777 0.00 MB 10 0
105,726 105,726 000000000002863ad287d3aa612c198960c7b25f355e14ff19c7022e1c01e6a4 0.01 MB 29 0
105,725 105,725 000000000002b683c005e9142456ddac3b787a04eb3391ff0196f221385ec31c 0.00 MB 2 0
105,724 105,724 000000000002b93005c0e55711558c07fb304543a0d140d84b5878527c5975b4 0.00 MB 1 0
105,723 105,723 0000000000028e06d15798303b5fd279d3714d75194b5098f1555233b19fcc92 0.00 MB 5 0
105,722 105,722 0000000000014264a357161ad1b3218cb3029b5cc342aa7f445841ffb6225e58 0.00 MB 9 0
105,721 105,721 0000000000025a685033a71b302fb95b307e877f8392758a21a858c66f1a947f 0.00 MB 1 0
105,720 105,720 000000000000cc645749978205f643f91830dd80a0093e20f197e2299910c552 0.00 MB 3 1,941
105,719 105,719 00000000000229474eec2e0e889c8040d761f8f80b0c9cbdb8b1b3f0fce038b3 0.00 MB 5 0
105,718 105,718 000000000000ceb1f73191a37b5b98fa737833b9f0be50d015e873ceb41b8a46 0.00 MB 12 0
105,717 105,717 0000000000005a5cfa8f17f8558ee4cb681ac4e76497e3f7b9fd7119af58b0f6 0.00 MB 4 0
105,716 105,716 000000000002c0d8f8a4cd9808ce4ff241bf15ea7898db486abbd901ed0bc935 0.00 MB 7 0
105,715 105,715 000000000000d076f868a4582248630afd0fdfc350158e074d75230a7e6a524e 0.00 MB 1 0
105,714 105,714 0000000000012643ce0e512f1bf0c6120c7ff9fca8d87bee91b28940c56cdbb8 0.01 MB 3 0
105,713 105,713 0000000000000ec349796d31baa381c36b6b87f90f494983459a47e9855dc9d0 0.02 MB 30 0
Previous 10 blocks ↓
Total Size: 769.87 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,681.02 GB sent, 97.20 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.