Memory Pool Memory Pool Refreshing

1,251 transactions
0.38 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,788 00000000000000000002349e0000000000000000000000000000000000000000 0.38 vMB 1,247 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,787 (719,580 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,207 188,207 000000000000040705092c93869cdf6765f252ee35d657e76ab333d28e940330 0.01 MB 19 97
188,206 188,206 00000000000000e275c51d07d225200585dc7da0ea3588fd0684aca04bcaac08 0.06 MB 136 113
188,205 188,205 000000000000078ade10a7bdf7808041873a3e3f83eef96fa41629e26fe6d385 0.02 MB 42 104
188,204 188,204 0000000000000792490328b361db3f3ba768ad15c2b0ba6c3ab14f9a873047c3 0.03 MB 78 126
188,203 188,203 00000000000007c38ad5a04155157ffc3fc6d77ab798b7dc5b2c9b3ff8d29b96 0.06 MB 128 119
188,202 188,202 00000000000005cbb6cd252875a7832a912ffc07bd70b44bc6140f650567eff6 0.07 MB 148 119
188,201 188,201 000000000000061784a01e82ad1ebe0cf7d98e72fd9c50549fe1789ba8d094e3 0.08 MB 194 147
188,200 188,200 00000000000008ee90b65bc86e2f5655d7e156f6d8dc75fbfad33362132764c0 0.11 MB 255 182
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
Previous 10 blocks ↓
Total Size: 769.14 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,631.92 GB sent, 93.59 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.