Memory Pool Memory Pool Refreshing

1,353 transactions
0.52 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,859 00000000000000000002349e0000000000000000000000000000000000000000 0.51 vMB 1,333 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,858 (719,659 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,199 188,199 000000000000025aa452aaa81dfa409ec873ccf5b542d508b58181dc76aaffad 0.01 MB 29 54
188,198 188,198 000000000000084aaa7735378baa979682de492d8af5b0df2ff5b3615a657f07 0.09 MB 230 115
188,197 188,197 000000000000090db43c3fc5aaa3d4973061654fe530977dd0029cf99ad5e9a0 0.08 MB 256 188
188,196 188,196 00000000000001cba33f1d70f0c780167732bffbca3f6595231ea09d82146b4d 0.25 MB 464 191
188,195 188,195 000000000000021f8defd4f317bfeb9fccfe4636075f7317206242f6eccb4c93 0.05 MB 136 113
188,194 188,194 00000000000008417702bb072ecf6944f9cd714fd8a8f57474407f01000d385e 0.02 MB 67 132
188,193 188,193 00000000000008c59a807b37fe8bfba3dc140a520080fd689baba9a90da60bb9 0.01 MB 32 0
188,192 188,192 000000000000022ef25f174936b022bea22dd18c70386f11df299e546a2e374f 0.02 MB 34 48
188,191 188,191 00000000000000685f94285a3dbee0bb541bcf329368176c5ccf7e7aa8ce6109 0.02 MB 42 104
188,190 188,190 00000000000004848b26033d5d770bed96c26a237b180a7ede299555d7c39590 0.11 MB 252 127
188,189 188,189 000000000000056559e54efec960933f02da15d9269b119bc8fda468a0208243 0.08 MB 230 591
188,188 188,188 00000000000004500298c9a8db6d317ea40722d9ef0dd1cddadacd95fe61801b 0.13 MB 310 168
188,187 188,187 000000000000065602d4b90192b1b1c2a793b86dd51b7bfd3d5951598fdfbc00 0.01 MB 32 7
188,186 188,186 0000000000000400a994d10cf353efa94a3f37a85655092bee8f8a606af8f4ee 0.01 MB 32 12
188,185 188,185 00000000000002a177794c624b6f1ee6a2f4d62697303c057d3997dd73e83a26 0.09 MB 173 91
188,184 188,184 00000000000002cc39ac71ac1f7081b70e95c7c2501d051a630e2e57e1ee965e 0.00 MB 14 181
188,183 188,183 000000000000097b4a4780c9e93f48bb114a5790a7ec024d50ec10af3260110c 0.08 MB 159 89
188,182 188,182 000000000000037ee6d2c0efd9de488f1ef10f88d0495081cc3a03f7e232d4c9 0.25 MB 576 125
188,181 188,181 00000000000007465132895d9574a2d2f1a28e3951eb94d1deffee138d248e27 0.07 MB 193 268
188,180 188,180 00000000000001893db9600fea3b0a6f342ee193d84a47df3bfff75ce5f98cd2 0.03 MB 34 259
188,179 188,179 0000000000000298af947b36620034a8e9c12e96eb8909c92a33d0b5fde8636b 0.01 MB 32 0
Previous 10 blocks ↓
Total Size: 769.28 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,635.44 GB sent, 94.29 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.