Memory Pool Memory Pool Refreshing

909 transactions
0.79 vMB
Show Random Selection Loading Transactions
Max Size: 4/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,286 00000000000000000002349e0000000000000000000000000000000000000000 0.79 vMB 908 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,285 (905,162 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
3,123 3,123 0000000029a1e642fb3e9952470057572f98bc4fee579fd78aef3e5c01cfce96 0.00 MB 1 0
3,122 3,122 0000000035acca84ef491b90f5b5c78e1528b998960cccf0224a487bf93f9d11 0.00 MB 1 0
3,121 3,121 000000008ba54981a987f9c562a2ac1d653c4c7c3375448718d04190c74df213 0.00 MB 1 0
3,120 3,120 0000000045cc047eac436ffc773d8668499d01607beba2a3a1ffec8d02662e9b 0.00 MB 1 0
3,119 3,119 000000005e2c51decc88e4d8e3147eb7573bd5e168648fe06c18e9f3e9a8f2cb 0.00 MB 1 0
3,118 3,118 00000000921ac50edf3fb0fa9e18cc12cd547df29fd5bf1ecd7332b63875a2d9 0.00 MB 1 0
3,117 3,117 0000000018603fc7460da87634d23439e7090b4d5f34a475363c480f9a2c6308 0.00 MB 1 0
3,116 3,116 00000000a7d43d4fa8391bac72c9190855e1a218506ea98c5deead34ad95e62a 0.00 MB 1 0
3,115 3,115 000000002e81c7595323fbc6335ec0563ae386453db47d7a308488dcb272aa3b 0.00 MB 1 0
3,114 3,114 0000000099d8c3452d0cf0c66a72d143ad09360e80ea3ee20cef58ced2b703ae 0.00 MB 1 0
3,113 3,113 000000001041a6f4076d4f5b0cc6d4a78028dce7711b0df42daa08703ace9427 0.00 MB 1 0
3,112 3,112 00000000d36383f2c2fc24f6fd45b48dc171da5d5c6f285a43ea637b2f235acb 0.00 MB 1 0
3,111 3,111 000000003f8cb6e7f27e15898b7b60bb3a7f315ac224ed918ba5f40273b59581 0.00 MB 1 0
3,110 3,110 0000000076fefd20ace103c5c6d9335c61a563d0ed5ee08b3ccdeaf0bcd6aba0 0.00 MB 1 0
3,109 3,109 000000001e146282060620f817e7665d9a815b2ea955d1de5e0cc7061592ee2b 0.00 MB 1 0
3,108 3,108 00000000c6bf37659ded32d61de724202589c3450efce4a5c23e18f83efc4b31 0.00 MB 1 0
3,107 3,107 000000006d7aa7b2a57502a9fdf8df7781011c74138372c16233b21d80be0e17 0.00 MB 1 0
3,106 3,106 000000005306af166149744b0fc04e9fcf561b2669ffcd026355750a007a89f8 0.00 MB 1 0
3,105 3,105 00000000728d8d5a898b120f1538dc68e4df44fe486cc91e6a172b65a75aeb04 0.00 MB 1 0
3,104 3,104 00000000a2381ea41f749c4242e3e55d4e8f4477f9ba83cb3ade3a234f86b365 0.00 MB 1 0
3,103 3,103 000000006fbd5d5c06beb7bd23d87b677d3eca2e2e644a96f8eefe28b41b845d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.15 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,692.17 GB sent, 98.26 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.