Memory Pool Memory Pool Refreshing

8,458 transactions
3.23 vMB
Show Random Selection Loading Transactions
Max Size: 18/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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,732 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,555 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,731 (664,756 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
242,975 242,975 000000000000007c75eeda5329d612612565b88d6e8dc81c574c45371d584a21 0.02 MB 21 102
242,974 242,974 00000000000000cbc2700417e7dbd5a35845a80b62a209431b06405c5a6bf711 0.02 MB 51 113
242,973 242,973 0000000000000099581d4df0ef4d965002b402cc6b9f64cc54aa2b993cec5dca 0.17 MB 392 152
242,972 242,972 0000000000000047c8c5e5a329f27f3b1aab9aa3c88e3d5eb7aea8522f4e3401 0.01 MB 27 109
242,971 242,971 00000000000000674977a074c13e01d7355ad063b02337fc339a27ffd37914f7 0.12 MB 228 128
242,970 242,970 00000000000000920c5fd96e0577b1e47314844c5ab3e1d8d6ee7d0f3d6d53dc 0.08 MB 129 109
242,969 242,969 00000000000000b90bd5b27fc2f96e794754dc362f9ddb8ec2fe3c5e0dbfb045 0.08 MB 130 85
242,968 242,968 00000000000000106dbced90330da7cd43efedd4ea9c9abe2f3da18a51ad1b5d 0.04 MB 53 50
242,967 242,967 00000000000000d352ada98d3703b3237a17ff6838abe067061b33fb29a7be56 0.15 MB 238 117
242,966 242,966 00000000000000d2085f306a3afef562f130c7ad29b1cdd9ef8750bf95231c91 0.32 MB 671 137
242,965 242,965 00000000000000b63337b1f54760a43ca52af5a56a5392d7132349ab39203080 0.25 MB 670 196
242,964 242,964 000000000000003bf1743ce08b954a465c8e600b898a317e3945021cec433710 0.08 MB 97 74
242,963 242,963 00000000000000a1b324f603ac6bbe4b460035965fbd3af880f51ff224da2e0b 0.25 MB 641 248
242,962 242,962 0000000000000019ec048183b491b148fdbe3e2a65dc656724846fe427ae69a3 0.02 MB 59 25
242,961 242,961 0000000000000020cdd09f7a6d601fef5668a1bf52e0c73df0ca10c9c73811f6 0.13 MB 256 96
242,960 242,960 00000000000000ccaf3c81432f2b44f22b4044eec02dd4434ec6898adef7593b 0.34 MB 512 50
242,959 242,959 000000000000003daa50ff99c04dcf5b438658bef718c6453f6af66a14ec5a4d 0.25 MB 776 218
242,958 242,958 00000000000000d04280b6319e7a67d2e5fa5279b1f0005caf9c747226b0e8ce 0.08 MB 174 423
242,957 242,957 00000000000000dd26a3b7128b5c934bec41a84e14655898e988b4caa529a985 0.12 MB 267 147
242,956 242,956 00000000000000ced9722e35ce9173f13c57ce1879d9a5a62bb069e328d48160 0.03 MB 61 135
242,955 242,955 000000000000003bb9147804fe9226738d860c876a31073512975baa73431e3d 0.24 MB 515 150
Previous 10 blocks ↓
Total Size: 769.04 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,626.89 GB sent, 93.09 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.