Memory Pool Memory Pool Refreshing

1,834 transactions
6.59 vMB
Show Random Selection Loading Transactions
Max Size: 27/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 sats/vbyte 3
2 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
908,254 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,147 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,253 (811,579 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,674 96,674 0000000000052d0c0d7c23cd67129b7de673617bfd586328dd945c825c49842c 0.00 MB 3 0
96,673 96,673 0000000000052a0e95f7592310e42b1565af3c83a7faba631e9f019d1bcdd6de 0.00 MB 2 0
96,672 96,672 000000000000e59e2522e44e230332f4d2af1c964a753c9319295d163dd07a4f 0.00 MB 2 0
96,671 96,671 000000000002e97e11dc331ca744726cb2a07f3e4440c0aeeed0b3233172cb73 0.00 MB 1 0
96,670 96,670 000000000003c396aa72edde7a92673a869f9db2ffc5ebd111f287473f5e7084 0.00 MB 1 0
96,669 96,669 0000000000025c4ee6d0c6735bfa45d626ff36055eef241714e30d9c5f259438 0.00 MB 1 0
96,668 96,668 00000000000120b46f75ffbe0a24ff805e5fb9858ba0975b6de695c218293357 0.00 MB 2 0
96,667 96,667 0000000000080bfb7aa75f7dcb0ac2c085e49c261b651ac4fe1460786fc25d6d 0.00 MB 1 0
96,666 96,666 00000000000142915aeb92795bb9e344033f830b9c26bd9b43e7c754eed1365a 0.00 MB 1 0
96,665 96,665 000000000006ccfa3cb07036796ff371fe6ccecbecafa178a4f007eaab877bb5 0.00 MB 4 0
96,664 96,664 000000000005d63ed0a94d175fc929f906e2c049dcc83696ea3f9fae04107d60 0.00 MB 1 0
96,663 96,663 000000000002fce9c726fbe67cc2bb50c6e0d92ba98f8f48f9dbcfc898192b66 0.00 MB 3 0
96,662 96,662 000000000003ef2e2cdb7861383b35b527fe4bd270560c041a31d2378f86f890 0.00 MB 4 0
96,661 96,661 00000000000064e0a2062522afed460feee777e01ce733f9bda82bf431aefeae 0.00 MB 1 0
96,660 96,660 000000000004411fe2a86b8a3e5cf0cc067b3fa8819534e22628dfff5399f60f 0.00 MB 1 0
96,659 96,659 0000000000058f5f019912f3776c33cef078c7e3e7f0d8a7ccc6a1bea4d30632 0.00 MB 1 0
96,658 96,658 000000000001986c3f51482c3eab3c156e10588c8b302ffc321d653e27b83b1e 0.00 MB 1 0
96,657 96,657 000000000000f2031d7684e3271e3e4a1b526acb1592872eced2273cdddd9c88 0.00 MB 11 0
96,656 96,656 000000000000adfac7ab80081bb54e94d16c20004efad471d106d1c16cd6593f 0.00 MB 1 0
96,655 96,655 000000000006de1d51270019c4091863c411768e3ee96b76ed0bbcaaa37e7ade 0.00 MB 3 0
96,654 96,654 000000000001ebac0ec7b2ac3cf99f716b107b99e4ba3949ec6579340080f72e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.07 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,691.10 GB sent, 98.01 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.