Memory Pool Memory Pool Refreshing

6,266 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,964 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,863 (730,768 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
177,095 177,095 000000000000013eee09211edd7b24b9c8cf4dd324d1938d1bfee3f297afb2a5 0.01 MB 15 67
177,094 177,094 000000000000012d4b40efdd2085c10404ec292203e2559abba4d838247e0c0a 0.02 MB 60 11
177,093 177,093 000000000000063771edec1e4cfc4e9cf7f9f06a2ded41d47e3a7b232ebc364e 0.04 MB 102 129
177,092 177,092 000000000000078d6f81949ed7f53e94a70483674a57e042b433a7b9da95b276 0.00 MB 13 0
177,091 177,091 00000000000006b1d99d40007ff75e4261bcf7588f5a4c82c0cedf9d9a6e01af 0.02 MB 32 132
177,090 177,090 0000000000000373c2dfebd164a1f056419d3507718d7d7f8f515f79be9e512e 0.03 MB 58 106
177,089 177,089 000000000000018bff1ed41a1379506f1286070adbbc2d515079ae5f1ee1909f 0.04 MB 75 41
177,088 177,088 0000000000000819b92c65233fa2ae1351c1b36b23f69e1e4748dcd3d3e32b5f 0.06 MB 154 102
177,087 177,087 00000000000001dc0f092c497be6b300c6f8b704db936b8237e18cd5f1132a1f 0.02 MB 51 164
177,086 177,086 00000000000002776136f594cba8b29f0cab5731fb74ee5f02eba92ac078c355 0.01 MB 4 16
177,085 177,085 00000000000003385dfe63e5404f7a591572b33b404bdd73345b12db9d4a3bce 0.00 MB 6 64
177,084 177,084 0000000000000a4ca2ce7783b14ee49251684044e39862d312543d5667bfbb13 0.07 MB 46 62
177,083 177,083 000000000000010dcf3244533fbd9f532547f9e18a27e9b08363eb1c08cea41a 0.01 MB 24 69
177,082 177,082 00000000000008df510f80307843b3e2bc5e8b630e62f9d0ead43161210a00b6 0.02 MB 50 51
177,081 177,081 0000000000000a863bd8431e6aab151693c34da35c4b511fdf311e7894a5a9a6 0.05 MB 132 139
177,080 177,080 000000000000073691414d592ae5c16d614ed92b4bb297d157476f4446d5e5c5 0.02 MB 30 53
177,079 177,079 00000000000008a77432701f9d6fd387c972c445d63b2f425421941482c7cf28 0.00 MB 10 387
177,078 177,078 000000000000022713f96b7f6fa57a57edecf620faa06f95b68cced08fc99ab8 0.03 MB 70 132
177,077 177,077 00000000000008131525d9922727496f43a871d05b6a5ccd592b65f580716e23 0.02 MB 48 56
177,076 177,076 000000000000067f03ffba30cfaba6a64e213e44f5e7dae5ecd2574c6187ef0b 0.01 MB 53 3
177,075 177,075 00000000000007bffccc5f765792913dd9ac8bb2d26be075b8bbdea3cd990208 0.04 MB 59 96
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.