Memory Pool Memory Pool Refreshing

5,470 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,698 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (582,751 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,050 325,050 000000000000000014cd3fb89ca24c53656708f1965a7b0c8be78983cb6491c0 0.75 MB 1,830 34
325,049 325,049 000000000000000012f5d3281116320171376ebebd6f472ac168e13e2fcd8d96 0.06 MB 117 25
325,048 325,048 000000000000000013c4642459ba4482787daf636401a21f7f938758505572b4 0.05 MB 88 29
325,047 325,047 00000000000000001291896863cbd3982178fc7a69acd58b858cddbcdac963fd 0.19 MB 314 29
325,046 325,046 000000000000000003e5cd50dd2c8437fc8fc98ac6c569b2f32a7ca7f74b0824 0.43 MB 726 26
325,045 325,045 00000000000000001b6f9946069beb812079889cae90d3cc1b1cc16ad0bbfd6e 0.03 MB 45 23
325,044 325,044 00000000000000000c31f0abd98644ec6d1e7de5e0a9207347e2b6daef72c150 0.50 MB 930 31
325,043 325,043 000000000000000000782c16d6958184885f970c70934cbf4948e4aa1708b26e 0.28 MB 540 34
325,042 325,042 000000000000000004b451b5c05e0164732e5190ea5e7c3740490d74b25cdcaa 0.13 MB 318 27
325,041 325,041 000000000000000014a6df7363c4c478c5444a0053c2c8686815fc0173977935 0.38 MB 667 27
325,040 325,040 00000000000000000198add33c96b87cf4bb01ade7c5e85f0d73c100ea677838 0.50 MB 736 24
325,039 325,039 0000000000000000160d9f6905cd075012088fbed4e7c8c85a3408e062760800 0.42 MB 805 29
325,038 325,038 00000000000000000b3dc2aacc1a6654c50d32e27edeeb751e03bf95907f4ba8 0.47 MB 104 11
325,037 325,037 00000000000000000783ab8eb2f5fae486ada054da9ff4f81c63b012603cb4dc 0.99 MB 321 12
325,036 325,036 0000000000000000141dd675bdc3e0a27979e60289556ba81be0f9d9ef70c52f 0.50 MB 1,396 40
325,035 325,035 0000000000000000189e6ae83dce5c87ec0a7899c63272b36e9bc563899b48c7 0.00 MB 1 0
325,034 325,034 00000000000000000c7866b0f200858befdcbb0a82719b73d8fee7fe00a95cd0 0.75 MB 1,057 24
325,033 325,033 000000000000000011aab68247ec93f7fecb11ee7e49dd7cf24ca7d9318f72f4 0.39 MB 713 28
325,032 325,032 000000000000000007d181a1f3170926447021fba083be9a7643a78baa57a6bc 0.26 MB 399 28
325,031 325,031 00000000000000001b256c1c95967ccaebbaeed40475c6b27cdea64bfead1fd3 0.18 MB 290 16
325,030 325,030 00000000000000000c23d40ad65fe1ed1bd8f0c2eabfde6306a90008042847a2 0.40 MB 701 26
Previous 10 blocks ↓
Total Size: 769.17 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,632.87 GB sent, 93.74 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.