Memory Pool Memory Pool Refreshing

3,924 transactions
1.74 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,736 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,657 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,735 (673,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
233,785 233,785 0000000000000141d0438534c80c615e809a988982adf3621138a5a1d52fde25 0.03 MB 70 163
233,784 233,784 000000000000014d056d72e6a24cc9d48b47c9b218f393aa9952a9b4c1932ae2 0.15 MB 177 68
233,783 233,783 00000000000001849280c69c853d0d2571a82db4ba06a9e06cccebc68f2f09c4 0.11 MB 257 135
233,782 233,782 000000000000007b824a6c1bfb20ba7c51925b62269e4aef37f5b0c90a2535f4 0.23 MB 407 134
233,781 233,781 000000000000016ddce348f41e7f42d10b5a9278735701e0a319e04ec7f08878 0.02 MB 32 186
233,780 233,780 000000000000011e42cdab994884654abf18d17aa7b502e58f9e41e157e04487 0.00 MB 3 0
233,779 233,779 000000000000004da3b21e353ff2cbc4bb2227b01dca262edb933cff0f1c70e0 0.09 MB 231 159
233,778 233,778 0000000000000155e71786356e8af35f8adb3e56e2e8f07434acf5bf743ad1a7 0.15 MB 172 75
233,777 233,777 00000000000000f7593ca7b0ccacb806b04c6e9fb76bb9004cc35dfa2d69f90f 0.04 MB 80 88
233,776 233,776 000000000000018ed55b4964ddd95a87493db83531c188b323a759064b9efd21 0.15 MB 179 51
233,775 233,775 0000000000000049499d29edc0ec3d4b07f82022887c57eb231f37213bf40fd6 0.13 MB 201 149
233,774 233,774 00000000000001a01ea2e5b3e4deafab6b734854331b5abe1742d2057e37e1e1 0.25 MB 566 163
233,773 233,773 00000000000001a217c33a801674a8f55fabace3298366dfa5b40bf52442740e 0.15 MB 179 58
233,772 233,772 0000000000000173959469dc792f6acd94a77d8b8a72569d97bcde430e581ec0 0.08 MB 183 127
233,771 233,771 00000000000000eccacf4b818899906670bae746344edfafee5c8bccf7989f6a 0.18 MB 385 154
233,770 233,770 000000000000012643138bd383937b7c2d983c0ef62be7d67d875c929d30654d 0.17 MB 333 139
233,769 233,769 0000000000000039b36d80c382b4d41136abc1ab177227a9d0c10cb1a9e2935a 0.10 MB 241 153
233,768 233,768 0000000000000122d4600e7a0355a1174d5489c835bd813b58c9f749d6a83a8b 0.16 MB 285 144
233,767 233,767 000000000000001c5f5e09ea280646612e3223af455ffd3e032f0f2fdbdface4 0.13 MB 281 166
233,766 233,766 0000000000000137a635827d0bea2180e22bbdc339bc5378fe410e2993abe570 0.09 MB 184 197
233,765 233,765 00000000000001de0c390c5d6e752016351d20bc5f86b2733394783aed3aadf1 0.10 MB 60 23
Previous 10 blocks ↓
Total Size: 769.05 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,627.29 GB sent, 93.11 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.