Memory Pool Memory Pool Refreshing

4,074 transactions
1.93 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,737 (751,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
156,024 156,024 0000000000000adf43bd65d62bba1145b3ab30196e0e2c0a9214b1fc0fc15739 0.01 MB 26 119
156,023 156,023 0000000000000374a683e7bd5355446263988bb62fb0b04e3da8d933ffa6dfd4 0.00 MB 1 0
156,022 156,022 00000000000002c07baaeee0e62a20da690b64f2fa04f8ae59742b8a8694a32e 0.00 MB 6 34
156,021 156,021 00000000000007fb67af0aa8c9a5b4b4fdad9c7e6869b039cd0ba7994d3f190f 0.01 MB 18 38
156,020 156,020 00000000000007e88a85efe2f1ab2c96f297024a13f754a0875e30d67cbb993d 0.01 MB 20 35
156,019 156,019 0000000000000e759efd2869ea219a93806b6a3a139dba9d657977043e5e95cf 0.03 MB 73 55
156,018 156,018 0000000000000c749e504bc07e2c52f61c879403dd2ced9c0cb06c57f15f38c1 0.02 MB 19 108
156,017 156,017 000000000000059e739bda92177d7520c0c29790a53d4d16b9efdbd09b946520 0.00 MB 10 17
156,016 156,016 00000000000004e15803e589672c90dd5363bf05113d0e51422dca0ee687fe43 0.01 MB 42 83
156,015 156,015 0000000000000d91ca9fb9af087943c03e8fc130a3701247b4554cc906952d78 0.02 MB 86 7
156,014 156,014 00000000000004b022453a6569360662e57bdc62450e4bead74e5f876fa79c69 0.05 MB 90 16
156,013 156,013 00000000000005982632500d251bcab523712cdaa12291490eabeee147d1a579 0.01 MB 33 16
156,012 156,012 000000000000049d3b5ea7a04909f736d065a05cf0d305c52cc25a9c12da1440 0.03 MB 65 142
156,011 156,011 0000000000000069edb5f96158537c0b6eff19bd3f9bf1ff1a14aadd219da7a1 0.03 MB 55 39
156,010 156,010 0000000000000dad51a6be17c7f84a875082de110394aacfbc4d9978c40727f2 0.00 MB 17 170
156,009 156,009 0000000000000cbe24d97fb9d725b93f09cec63d0707fabdbf171fe7bcd6d64b 0.03 MB 83 207
156,008 156,008 00000000000008a8f67c31664e7c589d7b48d1dc2cdf2fee95ecce4fff6df24a 0.01 MB 34 149
156,007 156,007 0000000000000ed3e2993747d48bcbf864e5ce40a1a35e4653f07c2baaec70d0 0.00 MB 14 26
156,006 156,006 0000000000000599d7e570ab7c81c2957f1c0e2f500a42c64871c2d53541c426 0.02 MB 30 33
156,005 156,005 0000000000000cc4e5bff765ecbb7830b7ebf701e8c2fe4b62e1f37db8eddce9 0.03 MB 83 183
156,004 156,004 00000000000001a41e94d4787509729c4b52106c6e8a5e8f74c7fc5125c5aedd 0.01 MB 11 49
Previous 10 blocks ↓
Total Size: 769.05 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,627.61 GB sent, 93.14 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.