Memory Pool Memory Pool Refreshing

9,589 transactions
3.75 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,126 (901,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
6,145 6,145 000000004183963b5304e97eac8a03935fcc8f3b78db637ff3e3ed86cc26c7a9 0.00 MB 1 0
6,144 6,144 0000000026012804d17f67ee488623b59dffecee6cf8dfd691248d27993fb2ee 0.00 MB 1 0
6,143 6,143 00000000c5461cfb9639792f4a50d79743a419f3002a7971c47baa44ac85fe17 0.00 MB 1 0
6,142 6,142 000000004697d4cffdfb10743b360a681972be122d058f01bf3eea56a47e25eb 0.00 MB 1 0
6,141 6,141 00000000cb143287bdfdc286751f8d967aeb93a011b776c036f04bc10ed81c91 0.00 MB 1 0
6,140 6,140 00000000d39fb19e2d805d2603a5ee371464f8a4cced6ab327d54811887b8483 0.00 MB 1 0
6,139 6,139 0000000092da292cd2347953dc0a331af3353e4708ad95455318f5d7ad1a3299 0.00 MB 1 0
6,138 6,138 00000000ee1a46427e38ee9e582cb273806cbd7ad7dde48d2ea68e8d6a138f73 0.00 MB 1 0
6,137 6,137 00000000aefb155d7aed0437259b81c2b20c5905f0f88035f32e857bcfa2faeb 0.00 MB 1 0
6,136 6,136 00000000c242f9176c79dafd651ca5a59db13a90a3240ceaebd16798569ef8ab 0.00 MB 1 0
6,135 6,135 0000000010774ff48119619dc84c5b158dacfb715fdb8aec96bf0324797d108e 0.00 MB 1 0
6,134 6,134 000000002af9ef1b57fda3700f6cf24fec26f78ec9edc468e38acecce0237e8c 0.00 MB 1 0
6,133 6,133 00000000ce3f95831ae055a9fe6e497340a15a10a1edc7c06473564635f7f1c2 0.00 MB 1 0
6,132 6,132 00000000dbbc4c005a427f94b9b7da4c55981aed04d46cfc76f8fc97b75de846 0.00 MB 1 0
6,131 6,131 00000000e5a432606e00173535adf891aed6e759d2a45b9a6c2988c3f8e70a3c 0.00 MB 1 0
6,130 6,130 000000008393f20762c0fe982f60c125d3c29d549223caddcd30bed2123fed4f 0.00 MB 1 0
6,129 6,129 000000005e5637239855db5d7eae501fe0baf795efdbf279d495e12d273bc012 0.00 MB 1 0
6,128 6,128 0000000089bc59042b867d7ddb16b6c37765a222e848ecb54d6e84f68c4f7e90 0.00 MB 1 0
6,127 6,127 00000000dd77ec9906d6a4ffde7d95945d6c675a922fc1bd365e5ff46f49fed3 0.00 MB 1 0
6,126 6,126 00000000e02dd6d27f0ee3727b97f9fe72da33f0a1f06dba8cd4fb887fa1f646 0.00 MB 1 0
6,125 6,125 0000000093ca739f386f6ce9687e5849aaadf3600d037e01bf92a7a8183dd313 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.78 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,680.11 GB sent, 96.83 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.