Memory Pool Memory Pool Refreshing

3,443 transactions
1.38 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,873 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,687 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,872 (684,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
223,396 223,396 0000000000000144b47394cf3bdc6675b4f14881242f482f8304031e366472da 0.09 MB 152 132
223,395 223,395 00000000000003f7a32b17af35dcb395b11444f160414a88584b38078b285237 0.18 MB 388 170
223,394 223,394 0000000000000358496cd99ad894a0a26ce19fbf95b66a51ac86ed38f0e28971 0.05 MB 136 247
223,393 223,393 000000000000019ec4f1b7bd88b6f9130a6bbf625cbf5cac5da7ee02aae1eff9 0.00 MB 5 6
223,392 223,392 00000000000001fc9bd4b115e6a9bbed8e28f863ef30b6526a1a51607dee67b5 0.11 MB 91 84
223,391 223,391 00000000000002af4707ecdf79f9dc2fec4172f4e9143526e98cc7bc7958b6d0 0.16 MB 337 192
223,390 223,390 0000000000000201d4b3487ba240e45d16cafb63bc0a3c2bb750beef3b81a161 0.01 MB 16 83
223,389 223,389 000000000000022e55ee9175684fa52b04f4da430763100654a11524b0ee7d4d 0.10 MB 223 167
223,388 223,388 0000000000000270e607e83b1df3b30ce85ae061c54892809f5aa89c8ed5f947 0.05 MB 114 96
223,387 223,387 00000000000001a06c8effa0edc6c0bdf3a8a88f92bfcdff53288d137f798c57 0.05 MB 100 161
223,386 223,386 00000000000000f5b3a80e3ab8293a61b6dabbc10c2b497c06251a3f0e16dda5 0.10 MB 253 179
223,385 223,385 0000000000000214e3134a9c7b63bb9b5236bd13d1144d006fe8c3be76c2a115 0.12 MB 243 150
223,384 223,384 0000000000000309e98cd6729ade845426328ed42143cd8e191cd23001d94640 0.13 MB 277 252
223,383 223,383 0000000000000075f2cdcee6a530743ae7341bcc5f5ce46ed6a4cd6845c6d144 0.07 MB 132 187
223,382 223,382 000000000000036fa04a580a014389a5ce2c69c81d29c1fca1cc2cdca5deb3a6 0.05 MB 108 158
223,381 223,381 0000000000000411a1499f96c9bfc0da53b3a8e88d4af1094e0f5ea6b4a3d6fb 0.12 MB 281 208
223,380 223,380 000000000000043503f0266a6f5e5b6f615256bc380b29d2589b80081ad99362 0.00 MB 1 0
223,379 223,379 00000000000004976c18e97ae2759c1cbaf2e1f6fcbbb5840f581d6e7f21ccaf 0.09 MB 230 176
223,378 223,378 000000000000042ee4262123f5055f0364f12c7832558d859ba2fd2689b00896 0.12 MB 314 162
223,377 223,377 00000000000003adb7db74b7c36a9c2898500ec67203533491bd4512658eedeb 0.16 MB 241 147
223,376 223,376 0000000000000211d04b1a5a217b885d0023961452ed7106d6b4558904546077 0.09 MB 142 135
Previous 10 blocks ↓
Total Size: 769.30 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,642.72 GB sent, 94.45 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.