Memory Pool Memory Pool Refreshing

6,264 transactions
1.90 vMB
Show Random Selection Loading Transactions
Max Size: 11/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,863 (796,987 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,876 110,876 000000000001ab4ec07e6efe1fe21fe36a36dd0943f1d392f5589bfd581d82dc 0.00 MB 7 0
110,875 110,875 000000000001c17cd3569045dec38088e7a7ee92446cd2c08ff42a1446736d75 0.00 MB 6 0
110,874 110,874 000000000000809ee66d5119bbfee0a227da44a64cbef09578ed3c8e7d30445e 0.00 MB 5 0
110,873 110,873 0000000000014507e0641ae33051425888f81739ae81798d27e10167a7af0a61 0.00 MB 9 0
110,872 110,872 000000000000579ca0a56fd7840fd8883edb870e235fdd0f35343a3a240e9ed3 0.00 MB 4 0
110,871 110,871 0000000000014f23e885596e901937673d3a196103a11e0dda1c60c6d915daa5 0.00 MB 2 0
110,870 110,870 000000000000a7fdbc5240160377ac7b55690c784695f13516327859a0812f28 0.00 MB 1 0
110,869 110,869 00000000000083d8f1503e4546b4f5ec7af910825764c01afb95c74e06d8e2a3 0.00 MB 7 0
110,868 110,868 00000000000072d042436993ff31cae8bdb318f42c6d342fabaa929a7ae3217e 0.00 MB 10 0
110,867 110,867 000000000000e438d2cce06d21fc0904004ecccca8326e87d0780198af52a02d 0.00 MB 6 0
110,866 110,866 000000000000472bd9c33c4e9565d693a90796a6e7e6a8fa1ae6e548646600d7 0.00 MB 12 0
110,865 110,865 0000000000010d229e1e156d1a95de02db0da2a9b8c4238d59888afc063f0d16 0.00 MB 10 0
110,864 110,864 0000000000008ae1d35f3e1e7fb1e12d341e55bd4a2f946afeb69cafa77ce864 0.00 MB 12 0
110,863 110,863 0000000000005881e19e924e616984693b5cc2f1094274cda7a46a892690081a 0.00 MB 12 342
110,862 110,862 000000000001338a7e643ae207e0a41ca3bc4b69d1e2a6026f4932e425a02750 0.00 MB 12 0
110,861 110,861 0000000000018d96c5bb6406ba2a5faf94cce06717b254c3a8cfd1f17f831a2d 0.00 MB 9 0
110,860 110,860 000000000000103e26253f9af09df1d2a3a27e83b033e58b7d5662afeda8b03c 0.00 MB 12 0
110,859 110,859 000000000001858397095bc0c92170decedde2efdd4df860b0e9b04e804953e2 0.01 MB 19 0
110,858 110,858 00000000000017c46a56b00d8e75c4395155d64a50b1c17f0f6007c9c47f744c 0.00 MB 2 0
110,857 110,857 000000000000acd4e3651110b8dac2162ce1ee09470440ab7019b40ab3f24401 0.00 MB 1 0
110,856 110,856 000000000001536108a3cc029a84259382875d1017b7fd7d44e5822fbacf4aba 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.58 GB sent, 94.34 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.