Memory Pool Memory Pool Refreshing

1,699 transactions
0.42 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,836 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,682 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,835 (762,788 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
145,047 145,047 000000000000067267e21c82d9115e29407dc12e2b115c0e9b13efc1d9788e65 0.04 MB 39 52
145,046 145,046 00000000000005a9e7518b309d9c5461c3e73a1fc868e7cf4681c8ad45b8f26c 0.00 MB 1 0
145,045 145,045 00000000000007f723dc033c3b5259f788feb53322496f0c81a1e9980e266b79 0.00 MB 5 103
145,044 145,044 0000000000000660128b33605d9ea0336ce538db18d64bab08ec85e7ee2d7464 0.00 MB 15 403
145,043 145,043 00000000000006223c17552c2281076110cf1420423d95ff18f9b27de68b7b7e 0.01 MB 19 190
145,042 145,042 000000000000061e489ac3c64f835845752ec38b716561c762856d17f8ec088c 0.00 MB 10 21
145,041 145,041 000000000000002cd5e128fd59570360692cb440c605fb2c89b1e71432dbbac2 0.02 MB 56 186
145,040 145,040 000000000000042699761ac591986e151e1f47aff363e330fd396674a896bb78 0.02 MB 36 130
145,039 145,039 00000000000002f38a4ec01b411e3684d3877396266c782cbbcbe863f063b10c 0.01 MB 20 349
145,038 145,038 000000000000023c9f1d747ff91d5bfa1bf3f4923546bb29541710e408a55fc1 0.03 MB 103 5
145,037 145,037 00000000000007afcc908c1ee71ef1e470df10a4f920746c2794956d674df1dc 0.04 MB 85 388
145,036 145,036 00000000000005bc30160cb0614aeccfc218e622901ce556e163e7c60823c3e5 0.02 MB 45 469
145,035 145,035 00000000000000d4450a212a40be3315833c394fc0d7f938e4117942685d1fd3 0.03 MB 90 87
145,034 145,034 00000000000007d42ad3ef8aa3541833631e0e59fb6daae9528ac262a748fb30 0.02 MB 46 105
145,033 145,033 00000000000007737cb0ba1b054dd0a93e9505c5253c22892df053cd7690c7d6 0.03 MB 50 151
145,032 145,032 000000000000069c41c0ba8112c76f80d9f6c38ab3f305eb8298e79ccd2872c4 0.01 MB 20 73
145,031 145,031 000000000000082e497ca959cd41bed9bb403689aaa0c91de69b7fd7597c5163 0.01 MB 43 59
145,030 145,030 000000000000029e58fbf03b9e4b95237338478489e488b9db09bb08ddd3e943 0.00 MB 10 87
145,029 145,029 00000000000005e9692ad9b233cde6f8c596ed75429210bf3b571e5662728c06 0.02 MB 58 121
145,028 145,028 000000000000072e670b7332f615d3189bc7ed364108d416ff985facf68a16c2 0.02 MB 37 134
145,027 145,027 000000000000032932b203152f54175870e7f1709e815b5f6ce1184047d0d584 0.04 MB 86 106
Previous 10 blocks ↓
Total Size: 769.23 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,634.80 GB sent, 94.08 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.