Memory Pool Memory Pool Refreshing

5,368 transactions
3.57 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,812 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,408 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,811 (796,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,884 110,884 000000000000afebdb8276ba8dbe15cefd3c473ebf3c4bd59c68c3b06f0d62e2 0.00 MB 12 0
110,883 110,883 0000000000009c93e75b6bdff01d63a384e3226b51195f3d554fcb48686de5aa 0.00 MB 11 362
110,882 110,882 00000000000074798787e30fd87e5d1143fc0e2c942f029485ee4169ad63bb7f 0.00 MB 12 0
110,881 110,881 000000000000a1648a134ec10d24a8726951f4e0b85a1d86c01a5015c68aab4a 0.00 MB 15 0
110,880 110,880 0000000000004169640bb33c01f4417aefda88a1fabfa4f06f331d823df95fa2 0.00 MB 9 0
110,879 110,879 0000000000004ed7a73133678b5eb883cd8882bf14dfb26c104ae0c3f94cf4ee 0.00 MB 6 0
110,878 110,878 0000000000003ab8fca1762d48b62fda08b4aa9e26172354ef6546a00257a467 0.00 MB 2 0
110,877 110,877 000000000000414f82579c91e78663789a11b3911b169b22f5c76c0be5be410b 0.00 MB 6 0
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
Previous 10 blocks ↓
Total Size: 769.19 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,633.66 GB sent, 93.87 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.