Memory Pool Memory Pool Refreshing

2,571 transactions
0.76 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,835 00000000000000000002349e0000000000000000000000000000000000000000 0.74 vMB 2,556 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,834 (757,107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
150,727 150,727 00000000000001474a92f60d45c0494d8950f76b76829c60693d2be647b3b92c 0.00 MB 11 354
150,726 150,726 000000000000013dda4456fb62d7c8e384aae7814ab45480955d247353e3b04d 0.01 MB 9 51
150,725 150,725 000000000000063a323f9fed60abe02491e50a529c0a38f64db825e864bfd165 0.00 MB 12 34
150,724 150,724 0000000000000b0cd553546c5dbaf7c3dcabedee6168a3015eb9e819c23c61bd 0.03 MB 62 19
150,723 150,723 000000000000028e2541fd92911979b010b7ea1f7d1fe2d4638cd19c410fd0f0 0.06 MB 116 147
150,722 150,722 000000000000056f7f46a1d81baefad22e02776f695db99cdf79d2f1c495bae7 0.02 MB 25 40
150,721 150,721 0000000000000139c3ea0064f5f7fa65c871170be413b38d315eb01109898350 0.01 MB 17 90
150,720 150,720 00000000000001c6bcb92d35d35ca1aac29db195587725ef052acce619bb65b3 0.01 MB 28 63
150,719 150,719 00000000000004643a47e09ef4533691dfe465228d27e745ce82cdbf87cc403c 0.00 MB 18 284
150,718 150,718 00000000000004afba5e8d89060af48b7efd4952cec2ff40107d9b1c1165f125 0.03 MB 71 79
150,717 150,717 000000000000013b4c307a3b99f4bd7761c58349356f3fd64a1102ac513ab610 0.04 MB 121 87
150,716 150,716 0000000000000509a72572064df1bb0ca4c7d0959084c9f6db3fcb8c75d6edf4 0.03 MB 71 139
150,715 150,715 000000000000005a5a64b1e39d085bc6d69d5559d3acdcd287336f75eed6d30f 0.02 MB 40 644
150,714 150,714 00000000000003b25e6d3c631b6a40b884b934ab2cc2779c68576a7aca1d5235 0.05 MB 134 136
150,713 150,713 00000000000003f268c712622ed7d21b512b9021c5e932bd43f42e6cb37c388e 0.01 MB 23 109
150,712 150,712 000000000000090a9c549071ac613c2e5edc69e4da7e32f84dc0c13ba054e12f 0.01 MB 13 230
150,711 150,711 0000000000000985f9578293843bce95c5c8d3b918924d93a35ab90bf70765a3 0.02 MB 68 138
150,710 150,710 0000000000000b27f15af6478fa69d92408b20b0188f521830cfde62a389ba6f 0.04 MB 79 363
150,709 150,709 00000000000007e3abc187b4737837c715b6c93dea385c14274d94345e7582bb 0.02 MB 53 17
150,708 150,708 00000000000002116b538170f7e8ce87e7523030103215fc004a9add5f6cc956 0.03 MB 54 87
150,707 150,707 00000000000002ad57747ef986637f7d895e416972498a2fed80237bdbc03674 0.02 MB 53 273
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.76 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.