Memory Pool Memory Pool Refreshing

1,025 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/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,857 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,022 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,856 (694,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
212,883 212,883 000000000000034c55df3cc2f14bde2e825f896a227ccfd3577d153a616525f8 0.05 MB 77 144
212,882 212,882 0000000000000268901faa8e1d1fc2fd521cfa07c1ec590546a5bb05e2c90aec 0.05 MB 124 164
212,881 212,881 00000000000004a27920ca9ec9d281a8fbc6c2ffb37329688331aec174cdfaad 0.08 MB 173 191
212,880 212,880 0000000000000294f3696cb027593a1065285d14eaecb176e8f96cd3424a35ac 0.08 MB 206 284
212,879 212,879 000000000000018205467b4ce6af2c8e75da02bd3dff0a83891e4774cbb2c1e6 0.05 MB 95 139
212,878 212,878 00000000000004a486910e9422f1268bbb6f6f34a6629fffa6487e1da4ad5f3d 0.00 MB 9 55
212,877 212,877 0000000000000273a1d6a4729bf16c32d9491a24f95c6d7e5cacbb0ad14192a4 0.05 MB 112 160
212,876 212,876 00000000000003aa0f89e47ef46268049cdb83758a337e2f09fd888523c1a8fd 0.05 MB 136 115
212,875 212,875 00000000000002c0ffcc7fab17ee8774f233dc4f78cd33f4c37757b357ba01ab 0.07 MB 155 176
212,874 212,874 00000000000004c2ef7c3a492d402e66a4cfaeca9fc3c1ae47d815355312d708 0.00 MB 8 52
212,873 212,873 00000000000001271096cf82ea70ecf96127d25559781d176e29abcefef52cf2 0.03 MB 63 186
212,872 212,872 00000000000003871a3acd813a9112e9ee7e07a68d79dcc9a9a996d850a92b80 0.23 MB 442 159
212,871 212,871 00000000000003e5e404c04322ce32abcc3daeccc4e02c35fabe40e80454548f 0.00 MB 8 123
212,870 212,870 00000000000001d62cd23f8465bd356f26eedf23d7aa587c41d2705adac85f71 0.25 MB 580 180
212,869 212,869 00000000000001e1b0b88e4dc5269d9327ffdcdb54eaca9f7852c01efa129d16 0.25 MB 444 152
212,868 212,868 0000000000000336f09ce6c964c69651c350cda2a30973e76ae5a479de5b9f03 0.25 MB 550 151
212,867 212,867 00000000000000e6c50cbfe1a71bf8b7ad541446c3e371e8b39d1618e6591767 0.25 MB 637 186
212,866 212,866 000000000000041603e27634a67a60520e2342534b9871356efa8f3862dc9d57 0.26 MB 479 158
212,865 212,865 000000000000002c3d645946faeab313eb0cb287306fe1e33eb5055f05485b00 0.05 MB 124 54
212,864 212,864 000000000000006e08b7f12a313e5eae38ff24d411cb05b9a1ec5932bcb2943e 0.20 MB 469 287
212,863 212,863 00000000000000c988868f17e1532d61e65ec9ee78c98cfd63ef60fe6c08aa7f 0.25 MB 812 270
Previous 10 blocks ↓
Total Size: 769.27 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.37 GB sent, 94.27 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.