Memory Pool Memory Pool Refreshing

4,435 transactions
1.16 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,706 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,067 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,705 (443,945 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
463,760 463,760 000000000000000001ce85a16b0c254f02f7e20eddac8abd9806f46b30dac0b4 1.00 MB 2,502 180
463,759 463,759 000000000000000000f6a13668137205d8c14f4318c04aeb433d8af66094aca8 1.00 MB 2,742 247
463,758 463,758 0000000000000000008d092773bd7e0931561ba4b7919a99e000525c324f0c83 0.00 MB 1 0
463,757 463,757 000000000000000000e070c3722aa77c2b4baa0bf91814e3aba972dc1c0cad91 1.00 MB 2,005 154
463,756 463,756 000000000000000000ab3c3a2aecae177a79afc2812dbfbbefee8b1ab3996220 1.00 MB 2,083 174
463,755 463,755 0000000000000000016978a2e99d2acb596b797d1f476916ea4648b8a2dbb30b 0.22 MB 780 286
463,754 463,754 00000000000000000071b63bd0b8eae23405ba636535768de5a31abd6ef7516d 0.99 MB 1,969 264
463,753 463,753 0000000000000000017774af5a7c4c7c123a0c42bf249765dbca477d9a9521c4 1.00 MB 2,097 270
463,752 463,752 0000000000000000001e1a78664722b4ced4abd5ac940d7f79664898870cda98 1.00 MB 2,104 173
463,751 463,751 00000000000000000147704066db72ba55d3c37c8c9ca21d468028808063c0a1 1.00 MB 1,867 206
463,750 463,750 000000000000000001fd4bb96e002cf7f1f65d73efd173408c25f92e4edda225 1.00 MB 2,140 251
463,749 463,749 00000000000000000151e63012c53fe528d1dc57fb2e14b3eb1fc9e3efa507d5 1.00 MB 2,591 205
463,748 463,748 000000000000000001ee6608405b18d426c9808a8111c8d355a8834f3b700a22 1.00 MB 2,299 147
463,747 463,747 000000000000000001c489673440fb3c7d926f01cdc9554899ad33e678216f3e 1.00 MB 1,300 162
463,746 463,746 0000000000000000001699cfcb15f6ebdd8a43e4602e111455dd76b28e111fda 1.00 MB 2,586 217
463,745 463,745 0000000000000000015a66a32259e405ea41f017ec20c6c69c37948779cd4071 1.00 MB 2,378 166
463,744 463,744 000000000000000001018cbf9620f83a69813e519514c9253a0009a8e26cb317 1.00 MB 2,284 212
463,743 463,743 0000000000000000003d27e5033aff0d51331604f535b1c37511d84690982290 1.00 MB 2,333 191
463,742 463,742 000000000000000001b99f22ca9bf82294950922548e92f008e72622ba893a56 1.00 MB 2,485 242
463,741 463,741 0000000000000000006dccef8a9a3a0e412c264c4621ea99e40187f8a6afde18 1.00 MB 2,143 227
463,740 463,740 00000000000000000093c68cfc6f7fc066a23940a3ffa00717ee269b65aaf718 1.00 MB 767 287
Previous 10 blocks ↓
Total Size: 769.00 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,616.62 GB sent, 92.78 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.