Memory Pool Memory Pool Refreshing

13,854 transactions
4.40 vMB
Show Random Selection Loading Transactions
Max Size: 26/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,718 (582,140 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,578 325,578 0000000000000000174e5ab751da1ddb6d9889565229bd97959943abec78f186 0.21 MB 370 26
325,577 325,577 00000000000000001ba43fb1f5229e5a5bb343f3c05c4ad8adca0d132b845a38 0.03 MB 65 28
325,576 325,576 0000000000000000160b52c076b2969f8698fd94675594351674e660878eb990 0.60 MB 1,082 30
325,575 325,575 00000000000000001e023d5586bb7bf4144f7498d0daab45dfde2e6e409ae4ce 0.02 MB 52 17
325,574 325,574 00000000000000000514ac66c671e08b4cad668a5ecf628ea7bff01fc13550be 0.25 MB 477 35
325,573 325,573 000000000000000014007fd8f7c5a533665b65b09bdd6b5d7769ae77769d982f 0.68 MB 1,193 28
325,572 325,572 00000000000000001b0d63e426a72ce9647d0cd1ed908456ac4dbb82b9ebdb11 0.21 MB 405 30
325,571 325,571 000000000000000011dde6dac0425a4438ccb8fc036d480a94411c818889a1e4 0.65 MB 1,236 28
325,570 325,570 00000000000000001866d6a54e87d84d0c595a19ae76e040da8f59c94fbab399 0.05 MB 111 37
325,569 325,569 00000000000000001f183b6f3c3c0d519ae77eacb71ab6e902f8271a3b27a62c 0.02 MB 48 11
325,568 325,568 00000000000000001e396ea8c0afa2ea2867bac268081de319ec0e1530de19c7 0.63 MB 1,133 32
325,567 325,567 000000000000000002aa428b55664fde272203a04c365c9ca106412953ef8361 0.11 MB 110 11
325,566 325,566 0000000000000000034251958f67b3f4c5571de595d3fb07342256f08a669375 0.29 MB 512 34
325,565 325,565 00000000000000000266e4d42b76a3b09068ac8172f8082396b37c811601c33e 0.30 MB 477 23
325,564 325,564 000000000000000001e7560bdb60a4c391a93ff390df8bddef7e8c4c21a8d8d6 1.00 MB 1,919 31
325,563 325,563 00000000000000000c4fcb56d0bec9433db77f562e3307a9c3f20959e0bbb39e 0.34 MB 659 28
325,562 325,562 0000000000000000139966e7271e486c22d9db56fd3c9923c3e3ef0cf5fd5a1a 0.49 MB 864 27
325,561 325,561 00000000000000000747659db6fab4a5f768e682f0a0da0c846950cd73e63f59 0.06 MB 134 33
325,560 325,560 0000000000000000147e7d761c0a8d93eec9c98f5af2f3ec393473823d10f06d 0.20 MB 384 26
325,559 325,559 00000000000000001bf0a8cac1a512a78aea8cc8a915cd9a67cdbdaf99a65263 0.57 MB 1,049 29
325,558 325,558 000000000000000015378fc217114052da096623b21a76b7235c3ac827866ef6 0.31 MB 471 25
Previous 10 blocks ↓
Total Size: 769.02 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,622.93 GB sent, 92.96 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.