Memory Pool Memory Pool Refreshing

1,492 transactions
0.43 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.43 vMB 1,489 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (839,308 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,138 69,138 0000000000d7f859482889c300a2bdaa02b6fa3b5060c61c8b96abe711642b3d 0.00 MB 1 0
69,137 69,137 0000000000009d7af9c6158a16ff21b7cce780f72d510ff52125c8adbc269d53 0.00 MB 1 0
69,136 69,136 0000000000624b1b414004d62f3b6b79f144a387befe98037f67e60b25bf4e98 0.00 MB 1 0
69,135 69,135 0000000001431abb86c470e3881fe64259eefc15035cb07f591c34f30a463342 0.00 MB 1 0
69,134 69,134 0000000000a607096942b96a6bc94ee77ced2b69a5b924b7e49893db86acde3f 0.00 MB 1 0
69,133 69,133 000000000026e180b8bf58a4d2142083b9effe6cd4aa5fbe758771a487d6ce78 0.00 MB 1 0
69,132 69,132 0000000001525e135da4273d2308c1b0c834ea441fe9bf446c907fbce73ff9e0 0.00 MB 6 0
69,131 69,131 000000000003944b9deb2c1391afc08279aa11cd62284722ada1b27a60aa3f17 0.00 MB 2 0
69,130 69,130 00000000003df5609e8ec314238db29a7504e3c709204515a6d9c83936269b08 0.00 MB 4 0
69,129 69,129 00000000000038b590326c45134b260011c9997d9633c04415b17b13af80a35c 0.00 MB 2 0
69,128 69,128 0000000000e7b77d3ddf71f2cb023f3c0e99ed58d2f34fd402de1389a555cf73 0.00 MB 1 0
69,127 69,127 000000000095af98d40a6f5c8a7a03f3bafb4dd86882952a616fb7c593d08a2e 0.00 MB 1 0
69,126 69,126 000000000163e77cba33e7ff61c2fd250b5324ce3600d73d59f4f31cc4dbeca9 0.00 MB 1 0
69,125 69,125 0000000000bec2a78c031d03d13d6191208bc3c5a62851cd9d95a0036cab505c 0.00 MB 1 0
69,124 69,124 000000000087d2c488cc8d78b5baf60876335ae66e675b80fbdcdc69bb2f7563 0.00 MB 2 0
69,123 69,123 00000000003362a1de45e4ae086fb5f47592f2bbac8813bcaa353992c9ac7f69 0.00 MB 1 0
69,122 69,122 0000000000774447dde35c2ca47ff41f6384294baca3894776b27dfeedcd9e6f 0.00 MB 4 0
69,121 69,121 00000000002d983a9d3cb23e46862dfe2e520b592d9c04aeb47789c58d4ff9d4 0.00 MB 4 0
69,120 69,120 0000000000d4ec13b16abe4b4e4878ac9e8623e90ae300d00c594fe1521a4044 0.00 MB 1 0
69,119 69,119 00000000015c4308e5e2fc87c50c7c52e2e8541443c7de2b2bd0dadcac5d2b94 0.00 MB 5 0
69,118 69,118 00000000008fd46dfd23d315eaceaafcc3d39ce79bcf7fc96f3aa1e770ddae07 0.00 MB 8 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.