Memory Pool Memory Pool Refreshing

234 transactions
0.05 vMB
Show Random Selection Loading Transactions
Max Size: 0/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,861 00000000000000000002349e0000000000000000000000000000000000000000 0.04 vMB 195 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,860 (804,266 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
103,594 103,594 000000000001e909ceaf321b59820e7919de9c3f91f6f33a39d3214a7ec88b5a 0.00 MB 6 0
103,593 103,593 0000000000016761855bc1950f187b2cdc3aedb28dbe037778cbd7cebef756f3 0.00 MB 1 0
103,592 103,592 0000000000017fe8e58a5cb9ce5ff9ff701be81b1e0d06206b26b4643bd79d9c 0.00 MB 1 0
103,591 103,591 0000000000020f0a3d9314119c11e0d12789841ae737bf723fdf8e4b260f9892 0.00 MB 1 0
103,590 103,590 000000000001edf1d85a4471f92143c30a1bfbc65328d144f95546d69a6a090f 0.00 MB 3 0
103,589 103,589 0000000000014de5f9aba6f9ea79f96f4d460555e4b9d0f23078c9c6df840994 0.00 MB 2 0
103,588 103,588 000000000002f1f55e276c95536f5218ec321eeec9652249ae66fe7cc64fd183 0.00 MB 1 0
103,587 103,587 00000000000343660c1d5e46569e86a4915ed3a1ae94233ddb3cc48513c86846 0.00 MB 1 0
103,586 103,586 0000000000031bd6c083615bb918835d166c54f96718dffb23e5f3b8956647bf 0.00 MB 1 0
103,585 103,585 000000000001f44dc5a9347ef2fe9a269c3142aef999d4f7ba9673db7632df92 0.00 MB 7 0
103,584 103,584 000000000001c67d89272c16eefacc9e11b980d249d434da50f8968115c53f8f 0.00 MB 11 0
103,583 103,583 0000000000026cf831cf6afd2ed2b336efcb838abfa5180d5b3580fd1e4c51be 0.00 MB 12 0
103,582 103,582 000000000002dff87b784e79cc867f72f39045fd336b851cc3e57fadd56298ef 0.00 MB 17 0
103,581 103,581 0000000000035829e0379dd55c6142908a766af3cafcec97bd87fdf1b3cf6e5f 0.00 MB 1 0
103,580 103,580 000000000000ae750da01967d64df691871c9f65a0aaffa3935803b92611ea65 0.00 MB 1 0
103,579 103,579 000000000002cf7315682a881e98756ec7cb517c7ac849a8a17b1189f647b12b 0.00 MB 1 0
103,578 103,578 000000000001d8f55cc81b403aa255e2ddfa4b43bb7921c8e932e30a0366b4d0 0.00 MB 1 0
103,577 103,577 0000000000009a952fec2e8407c9e122b433f1fcabe5fac76978a5bc8a4eceea 0.00 MB 1 0
103,576 103,576 00000000000026ff84708cf6d105b83182a865dc00c64987994102b39c31e1f5 0.00 MB 2 0
103,575 103,575 0000000000016c0bc064c71552d827d5caaa24a7624817aaab2baa08ddac919c 0.00 MB 1 0
103,574 103,574 000000000000b220fdd2dd2d709b5323a00911d5d70c8b15dbf2f86e31783253 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 769.28 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,635.50 GB sent, 94.30 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.