Memory Pool Memory Pool Refreshing

8,504 transactions
2.62 vMB
Show Random Selection Loading Transactions
Max Size: 15/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,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,810 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (734,815 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
173,049 173,049 00000000000002efdeab0c7f4739c6c425eee75e70b4605616af85c3048f84fa 0.01 MB 28 302
173,048 173,048 0000000000000338d081e859db7014c85ddc69fd36db5d30f21905b01128e607 0.00 MB 3 0
173,047 173,047 0000000000000a0c7eaf11a449cd4e9ebc7af3211dc14cc7bede8a01e7c88c3e 0.06 MB 73 65
173,046 173,046 0000000000000891e5472251578b2667d400ee51afefd1438aba42d07d86b490 0.03 MB 88 120
173,045 173,045 00000000000006c1ae2e3de4e82f2fac49681e4d697a3b41b2275552f8bc9f13 0.00 MB 1 0
173,044 173,044 0000000000000af148d536defb8b3bcb760026fc53a590ea311c1eb7522a4a33 0.03 MB 110 87
173,043 173,043 00000000000001796c31a1f5a86cea6be8fd732f707337701b80687e63a9fef1 0.05 MB 142 29
173,042 173,042 000000000000095ddd1d8a793e2645af960764e1561953bfd3d63b2c024d1de5 0.02 MB 31 32
173,041 173,041 0000000000000a3b7bdb1bf8ca526199281317ab3fabb3ad311b698cbc7fc36f 0.03 MB 44 16
173,040 173,040 000000000000037d25bb6c063a254d97f7b3b0d88146981e7d5e1ba08058a8cc 0.04 MB 67 121
173,039 173,039 00000000000003b1e8eb147d9e7bd99ca9a58d1611ff1de1d02d54790159f1c2 0.00 MB 1 0
173,038 173,038 00000000000003a892d097feaff0b0df42c49f5f7747078febdb71fa90eefda0 0.08 MB 107 135
173,037 173,037 000000000000084a837eb844d17f828d460749d3bea65c7d1a17b1d72314c2ef 0.03 MB 66 136
173,036 173,036 00000000000003a6f3f589a0a93f3ab2c5ac57ee9efeef6b8bce6cc98a4e4761 0.00 MB 1 0
173,035 173,035 000000000000047ab1feecf01cd393dfed0743cef1f5cd547a11a060a5ab6302 0.00 MB 15 0
173,034 173,034 00000000000001ebd0c9e837d599f859d32a0a81289ebdf26e54be65e273351c 0.05 MB 153 143
173,033 173,033 00000000000000072451b691a563720f5049ba52f1f712fe5e6c0ffdff60a80d 0.01 MB 21 175
173,032 173,032 00000000000000ab936ef633e66400569675dfa7d7e121f7561d93f9d8a30a9e 0.00 MB 10 110
173,031 173,031 0000000000000164196688407f240c255c976eb2524e0feab50f601b811732d1 0.04 MB 133 95
173,030 173,030 000000000000068da4f9dec6219799d17184fac2ab8b5274ded105d231593619 0.01 MB 17 75
173,029 173,029 00000000000007e133606dd4d2b0950cb3edb28f7a5f6e6e55080121aa139fb5 0.04 MB 52 64
Previous 10 blocks ↓
Total Size: 769.29 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,637.83 GB sent, 94.37 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.