Memory Pool Memory Pool Refreshing

3,586 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (574,106 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
333,630 333,630 00000000000000000dc4c70a0880d589f7712d46a0830c53e891f73ad8646b27 0.75 MB 1,421 26
333,629 333,629 000000000000000019d6a56c9988fc3f8385f2dfc0c8650bde70c821b1ea651b 0.75 MB 1,139 31
333,628 333,628 00000000000000001207b614855cb245ff8511be3bd5bdd4bdf6948e8a752f04 0.13 MB 256 27
333,627 333,627 00000000000000001a1ab6b9ff5a7008d7c512590ed8ef145aeb25f0e61cb789 0.75 MB 1,779 28
333,626 333,626 00000000000000001a246558ec6c2caf0c874320d9ed0bf13f394f24e366f1b5 0.15 MB 512 44
333,625 333,625 00000000000000000649c265cd1f2aa3f97f8bcec33a3a612e8de70c81a9b521 0.02 MB 25 16
333,624 333,624 00000000000000001019f4dc1e08610edab1dc41db8dc43cc6dd1ba3e0e9b836 0.06 MB 141 29
333,623 333,623 00000000000000001a29ff7a96877093de21dda2d041c843852886ea2fa3ce14 0.43 MB 721 22
333,622 333,622 0000000000000000039e8dde1c9775fc0f3d7cd42f0a15e0c66335cb7daa4bc4 0.20 MB 476 25
333,621 333,621 00000000000000000f520e3f0acde60912d211d538d1e4b63c56097317d04b84 0.14 MB 298 25
333,620 333,620 00000000000000001b50146f5ae08e9b56058c2f4dcb77bbbe0c8fefe3433dff 0.22 MB 200 17
333,619 333,619 0000000000000000194bc0f2b8f43427cc962a482023ba844832e4a37c726741 0.59 MB 994 24
333,618 333,618 00000000000000001a5f7210688801a79080f5ac85172da98a0f1f9651bbdb18 0.27 MB 582 27
333,617 333,617 000000000000000012047c5275728dd877595035027927382a31510ad5f5efab 0.19 MB 251 21
333,616 333,616 00000000000000001880fd186ca473976cadec502404cfc7a2a95fd5211f6151 0.25 MB 645 31
333,615 333,615 000000000000000010576f6b9ec7232185e15e7963e5a60e08bebb71620b6077 0.70 MB 913 21
333,614 333,614 00000000000000001905f76bfe006130fbfe7a7420ec8949617a8e9e45553bd2 0.50 MB 1,162 27
333,613 333,613 00000000000000000feda9f17e8527910121b79969f95b002b50e03043f75759 0.16 MB 512 73
333,612 333,612 0000000000000000116dd5fd9dc46d4650638c4be9bf37fd6faf3e13dbaf7fa6 0.03 MB 56 21
333,611 333,611 0000000000000000088890d575528e87c8d838bd0d11f1404074a4ed55836c71 0.28 MB 389 20
333,610 333,610 0000000000000000079b9f4db03e31f0512def69ad98d3ff10fd1390bed7abd9 0.57 MB 1,083 24
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.