Memory Pool Memory Pool Refreshing

3,739 transactions
2.67 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,805 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,626 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,804 (581,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,993 325,993 00000000000000001e1b83860b3556cbc1f14d5f95dbc3a7c5a92b20bf6a81fa 0.06 MB 90 25
325,992 325,992 000000000000000019517d669264e1e2aa9f4eee1d3d2cb62733620c8f07e5d9 0.11 MB 259 26
325,991 325,991 000000000000000014661b87c7a1ee4cc7490609ba616bba8a166dd217f20c97 0.27 MB 533 28
325,990 325,990 00000000000000000bcfe28b1e0d16448ac86672e9d3fc99e7b87f312061b386 0.03 MB 59 28
325,989 325,989 000000000000000016cf7b4df4a1f955c5714f57e2991112b35ec7dee674b722 0.26 MB 325 24
325,988 325,988 00000000000000001a6749140e5d919553c869c0287b147784eed7cf68d97ef6 0.02 MB 16 10
325,987 325,987 00000000000000001950afe3814595c15d5a7ab2c05be6cbe7262b15b570f24e 0.21 MB 292 24
325,986 325,986 00000000000000001b710403f307a1582ed80e35c8761e47290004bfe0ef43f3 0.04 MB 128 51
325,985 325,985 000000000000000017b106529281341a0d041b99446fa71fa2e21150232226d2 0.09 MB 159 29
325,984 325,984 000000000000000007c20d6a9fb0a73f1ff929a72e5ce2776c6645b93ccf3da5 0.13 MB 194 23
325,983 325,983 000000000000000014580cfff42f0f91611bb48e11caeb2187755139faa8a585 0.03 MB 43 2
325,982 325,982 0000000000000000084828c7ca02ffcee1e254b9cad1a58885660a3f156e39a2 0.07 MB 155 25
325,981 325,981 000000000000000013f94e04ad27de8fd38486b662297305d108fda73e7712a8 0.10 MB 138 25
325,980 325,980 00000000000000000ba9be4e5c9070601426b4b30bbfe4ad0bb07ca94194e316 0.41 MB 601 24
325,979 325,979 000000000000000014d65937e6700003eeefc946f569c49a284e20df4d6ec6bc 0.71 MB 1,058 24
325,978 325,978 000000000000000011413b07f8a31a810303c0269aa2fe678d01fcf848c56fca 0.01 MB 28 9
325,977 325,977 00000000000000001b64b80514a2aaa3e912a0b0b9909c184f8be14271c2d7bc 0.13 MB 205 26
325,976 325,976 0000000000000000192873ad7facbe0898a86dc8426702c5bf19e37e7f93380b 0.27 MB 423 25
325,975 325,975 00000000000000001f0b70fee5e9cca137d7569182232317ecf7597f31a554ef 0.29 MB 590 32
325,974 325,974 000000000000000008650f5be7d34ec54b2fee3b0ca3679f60ad45af9fc361ba 0.01 MB 9 11
325,973 325,973 00000000000000001c6b34f8c9bbf9674c57cae15d8b768f160e450753f6671f 0.00 MB 7 15
Previous 10 blocks ↓
Total Size: 769.17 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,633.31 GB sent, 93.78 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.