Memory Pool Memory Pool Refreshing

4,154 transactions
1.67 vMB
Show Random Selection Loading Transactions
Max Size: 10/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
908,093 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,268 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,092 (800,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,399 107,399 0000000000003cd59cba0c0d7c7e76f5cb2b89c00f1fde06433a1bd4cc9fa532 0.00 MB 1 0
107,398 107,398 000000000000efd6c4dce4cfa1572c8dea8ff67715992b21f1acae8836a353de 0.00 MB 1 0
107,397 107,397 0000000000007c6d33db5aabbaa95cb3c5af0b4367cfc2c69d09bc5e20828d2c 0.00 MB 8 1,221
107,396 107,396 000000000000cffa183829d4a999585abda8423e10efab6e60905d510896a113 0.00 MB 9 0
107,395 107,395 000000000001538e19eb7629532b11e85723dd1d8c586f6399ca79cef2a8d9af 0.00 MB 12 0
107,394 107,394 0000000000014d01013a09849ba76960aa66bc5b2d1793334533febd2fd5ec53 0.00 MB 11 327
107,393 107,393 00000000000188ad9955c85578236ccc840959edc49fb910448e5b5b327958f2 0.00 MB 11 0
107,392 107,392 00000000000023e1899a2293310b7e4f56e682686154de99703cd485f045c084 0.01 MB 26 0
107,391 107,391 000000000001f2412f7ed65dadc0cde863285e25f90d78f4a79327c93855e6d4 0.00 MB 6 820
107,390 107,390 0000000000001f2afd8c7b2e88994bc26037c4819dde6ddf2634ab56b51f9f3f 0.00 MB 6 0
107,389 107,389 0000000000027ab45ab2b61ce59a24458b60728f867fb4f2b49ce434601e3630 0.03 MB 81 0
107,388 107,388 00000000000007934dabf3abb08bd7bfed4c3ea49a460cfbd5bb26ac2f1cc67c 0.01 MB 21 0
107,387 107,387 000000000000b753f6a7eb487c8675ae46da471880afb028793dd9bad6d9ed99 0.00 MB 5 332
107,386 107,386 000000000000a2dab898ffc299e422dec37268cb59a8ed64ac3257fe1bd70de1 0.00 MB 12 0
107,385 107,385 0000000000014e61018c0f609d93288bbd0be1361fea57d8e89811804037f782 0.00 MB 12 0
107,384 107,384 0000000000026684e305ebea18d1609c674e43c12d2939df1e776faff9a0dddb 0.01 MB 31 285
107,383 107,383 000000000001b34685e3d44921dc3562f3050cca464b6feb6eae71f4640d304a 0.00 MB 12 0
107,382 107,382 000000000000c18ba44d216f8412f97ab3b7684ec1cf4cedb16d3b25614703ca 0.00 MB 13 0
107,381 107,381 00000000000092187431c6d84ec8cb92e21ade3b6b3f5aca5ff1c6d45f1357c2 0.01 MB 14 144
107,380 107,380 000000000000675d15ded9884c64be68d19f7064e374e1bbc4c736f9bf4dd496 0.00 MB 11 0
107,379 107,379 0000000000004c351e91d3912153eaa2f4ac06c139011bb73e6010c52bb99e00 0.00 MB 12 0
Previous 10 blocks ↓
Total Size: 769.72 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,677.68 GB sent, 96.49 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.