Memory Pool Memory Pool Refreshing

1,590 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,758 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 1,582 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,757 (648,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,639 259,639 00000000000000102079200db5812c4e483077269bd39b17aed1fc9e0035c531 0.04 MB 68 53
259,638 259,638 00000000000000239464d76cab58f3bc4445f37cd4ab007874f3bbc89bb6146b 0.23 MB 603 112
259,637 259,637 00000000000000003dbb863e0fb53594fdeabc11c321b61712529834b56fbd65 0.05 MB 110 61
259,636 259,636 000000000000002315e778c6af898408b9a141c8a40ea4e0d915e350a57b6654 0.37 MB 806 103
259,635 259,635 0000000000000008b0a1fcf425a7f43d09b2913f19edcddd2676345492bf4cf1 0.01 MB 24 94
259,634 259,634 000000000000000a969225df7450475c6e49afe46505badf6eb50f9752f8baf7 0.17 MB 265 31
259,633 259,633 0000000000000016d754345659fba578a2b14baeafca6436d3afc04e39af787c 0.25 MB 659 129
259,632 259,632 0000000000000013b2735c5959914e8fbb06a592070b022647a11367278c6b12 0.25 MB 726 169
259,631 259,631 000000000000001f8db1bc92d5156617cafa97598d031b15122f318ad87025a7 0.19 MB 429 109
259,630 259,630 00000000000000080385cbdb5c2031f869a670a46e2fe324bff2f4dd05e1d3c4 0.44 MB 669 106
259,629 259,629 000000000000001565252956079ebffbeaed46393823649c9a09e610d3c27cb6 0.12 MB 232 90
259,628 259,628 000000000000000099c3b1a037c1d21bb70b8ae3a2f1fc227deffe331045baaf 0.03 MB 73 94
259,627 259,627 00000000000000216f601c1d15513a444976c55924824c1a1b9dee867f433eef 0.03 MB 64 84
259,626 259,626 0000000000000012c7bf78ec51e995c8fdc3ae22b78b272edb71c0b5ad0a6a1d 0.02 MB 38 56
259,625 259,625 000000000000001d7970d88807b4d2d0c68ec2775a449f976439f72f112bad85 0.00 MB 16 93
259,624 259,624 0000000000000005aaa68341afb3de74dc3b06227d80f0b0f8d08b762a6522c5 0.03 MB 88 119
259,623 259,623 000000000000001df20be1f7cedd24b60b4153787c40aba7c560fc60f16141c9 0.14 MB 272 111
259,622 259,622 000000000000000d1b3ae6b231a0189dbf8fd3494947713abd85c8dd2f21e785 0.01 MB 16 163
259,621 259,621 000000000000000a9f8372d0716e2a232ec87d39ff55036c3f9d5b7005f64575 0.04 MB 118 167
259,620 259,620 000000000000001dc28e0e7e9491b9080943dc97619957d0d66c737a3784d5f1 0.08 MB 176 110
259,619 259,619 0000000000000015a55b8ec312a41cb8f3869ed204a681b5c67f9dd4c70ba86c 0.03 MB 92 124
Previous 10 blocks ↓
Total Size: 769.09 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,628.34 GB sent, 93.35 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.