Memory Pool Memory Pool Refreshing

4,727 transactions
2.79 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,369 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (799,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
108,711 108,711 0000000000004dc10f87132c8137cbdfb92cdc38a5556170e71b3d3407621264 0.00 MB 6 0
108,710 108,710 00000000000163d3f2d031f4f5ba6ee331533c185b67f155709f7972fb9fcf22 0.00 MB 9 0
108,709 108,709 0000000000007ffbfaee6c6ab478883a42ca9d60beda80d9ebb2e324ec33641d 0.00 MB 7 0
108,708 108,708 000000000000bbd7b95534e6dadd3ff6d2c511e44476387c8543656f6f00c356 0.00 MB 7 0
108,707 108,707 00000000000151106cf95565433adfeb5979dc0003847050660d8b098e2945bc 0.00 MB 12 0
108,706 108,706 00000000000195ddbf2869aa6d961bc8e01cafd58fd875999be96e67a007c9ab 0.00 MB 7 0
108,705 108,705 0000000000024161065f17b5d1c1237818afb4aafadab109b560592a8d6c0d95 0.00 MB 4 0
108,704 108,704 000000000000b0704dcdc2a42a6cfc170e3caacdf02c53be23a1a25da00d7829 0.00 MB 4 0
108,703 108,703 000000000001d994df3bdab5b1f1c6cf4e12d82b0dc15afcba89fd5208df0dc5 0.00 MB 3 0
108,702 108,702 0000000000025918d795239963bf7348ec711ba1f508a0ca0f61c8ff1667fc32 0.00 MB 1 0
108,701 108,701 00000000000166832f829e5232ba7a0d6a0de8ea5c855353e3f40c56ccdcdad4 0.02 MB 54 58
108,700 108,700 00000000000108c560520dac4c9cac0504173efad2112497ac8243f9715264fb 0.01 MB 49 153
108,699 108,699 0000000000002087b1792452a8abe68446047686b694f4b12dd1165a62ae18a6 0.00 MB 14 0
108,698 108,698 000000000001ee46cd479959d90bb5b9a0a786a88269465be530c0a0edcbfcac 0.00 MB 14 0
108,697 108,697 000000000001df192c6e47a97a9eaa00bb0768a8db619026e12c7dd5b0d09301 0.00 MB 13 0
108,696 108,696 000000000000a7261381ad20742b9fb61e174b7c4712f46b08fc4c775996bff0 0.00 MB 9 0
108,695 108,695 00000000000275921546c272768b98e1cc3daa6b08b47877767fa4a6df81e647 0.00 MB 10 604
108,694 108,694 000000000001f97ef9da8858ea5e6d452b72cd53677cbb9bbbc621310333a1e0 0.01 MB 7 265
108,693 108,693 000000000001f19cf76aa9a5aaa070fccdbd6aef83694ea80c67b13a16a3824e 0.00 MB 10 411
108,692 108,692 00000000000071da01a5532037a2a8676d1befd24da4016cea2d6e6b2dc7c904 0.01 MB 46 0
108,691 108,691 0000000000009137369a34567bd930befe00950f5c46177d5f375154bbaba2d7 0.00 MB 5 0
Previous 10 blocks ↓
Total Size: 769.17 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,632.86 GB sent, 93.74 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.