Memory Pool Memory Pool Refreshing

1,617 transactions
0.45 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.45 vMB 1,605 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (818,350 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
90,096 90,096 000000000008b86bd9f9fe5801c89c8609c408f5f8c1ff4a04b959403cc7b455 0.00 MB 1 0
90,095 90,095 0000000000139e5ba0ab9066e9168f99d21b14414a08b1eac2c28c0ff81666bf 0.00 MB 1 0
90,094 90,094 00000000000244dde9761f4dfbb13e9cf30b1ff36f2ccf2b45d390dfe03be670 0.00 MB 1 0
90,093 90,093 0000000000030c3fc39c778e5a6d74e7744f8757c7628f0b316d770707d8a838 0.00 MB 4 0
90,092 90,092 00000000000a830b1887b224142d5ce550abd3c187e0a0212d141a9d25ecb0bc 0.00 MB 3 0
90,091 90,091 000000000003f6bd2b9cdb7f2afd2a18008cbf81f62e59fd6cb7c91ab1e1a7a0 0.00 MB 2 0
90,090 90,090 000000000012fa776ecdff5fdb1e211f20d8e2843fe3f80a21c15690c296559e 0.00 MB 4 0
90,089 90,089 0000000000053cf7a53681c5fc32d5bc63b9fba54a86dc02d533388d6fa6931f 0.00 MB 1 0
90,088 90,088 0000000000114137f9a0af55953081592917a18a14cbbd87c1de65fde58bf4b9 0.00 MB 1 0
90,087 90,087 0000000000060157dfb8dcbb755bc73e4e6e93581968d46f3539305a5523678b 0.00 MB 2 0
90,086 90,086 000000000013e68e37eb8a5f525059c6c86354cb5836f89e7c90da3bce26fd08 0.00 MB 1 0
90,085 90,085 00000000000784a4af1d2b532f6aaa571febeffce845b4fb200421994926a35c 0.00 MB 2 0
90,084 90,084 000000000005c99346c3702935f6119324c7a36219f66ba30cdba392429c732e 0.00 MB 1 0
90,083 90,083 0000000000058a0d83b9aecb30fb06e506245ed1d022f5405b91f24e2d2015ce 0.00 MB 1 0
90,082 90,082 00000000000bc79a19afa29387c31a576080a54ab0b6b04859892079bfeb20e2 0.00 MB 1 0
90,081 90,081 0000000000143dfb98a0b5ad1af3752183071737cadf85408d54667ae2eac137 0.00 MB 1 0
90,080 90,080 0000000000018d1b3429a5cb64e6eca63d90428b555fb3a8f78da4a887e43f36 0.00 MB 1 0
90,079 90,079 00000000000cfdce3bf8021cf2e2d700dee7e6cd7f8fad5ad300f2c235dfb0a7 0.00 MB 1 0
90,078 90,078 000000000005e01b52bb0fac9c99c7b1180d989510557ead1f0154a6b94ae23d 0.00 MB 2 0
90,077 90,077 000000000002d34b71c470d939574d728bf6aa5f964dfbc5113373357e6cff73 0.00 MB 3 0
90,076 90,076 000000000000c8753e2f2b7dda67badce22d36d095d04da5092423265ccc1cc2 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.