Memory Pool Memory Pool Refreshing

1,406 transactions
0.48 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
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,751 00000000000000000002349e0000000000000000000000000000000000000000 0.47 vMB 1,385 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,750 (858,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,086 49,086 00000000192f8f099747e6d01d2367c4d14251d19ca2dd014435651e2f3db042 0.00 MB 2 0
49,085 49,085 00000000247a0043dce461b047fc7e031946acd68bf5ecedaa0ef128921f833a 0.00 MB 1 0
49,084 49,084 000000001f71e7d7ef11175823e01b59c8c53886538aaaf03db67dcaca79731c 0.00 MB 1 0
49,083 49,083 000000000440ca4965c792f3e7b234e7fd6bea4dc16d49d67133ff408a04f047 0.00 MB 1 0
49,082 49,082 000000001ff4eaac07ce837285b79fe64e4edea558948eb105de8ca6d2b248b2 0.00 MB 2 0
49,081 49,081 000000000d279aa9223462f9bb01e0947218843c0ed506c7aef3ab1101e00e40 0.00 MB 1 0
49,080 49,080 00000000036d1983ee8d9d98ed3d636d1916fe9fd7810431840ab75ee6183686 0.00 MB 1 0
49,079 49,079 000000001cf4dddb159bdd979833f3163c24cc345adba71ddddd5e57717182b5 0.00 MB 1 0
49,078 49,078 000000001e5d1defdc0dcd90dfa7b14efe2e7ece722654d1c4b55c6b9cc100c8 0.00 MB 1 0
49,077 49,077 0000000017e91307fa72b1a9e70ccf49a9f9bb77d17e75f1f68f4a369b77ef5f 0.00 MB 2 0
49,076 49,076 00000000165f53fedaa92a19f201085fab90b913ac7a6dbff395024833a9fc8a 0.00 MB 9 0
49,075 49,075 0000000018276ad46a3b2cc28a320c6587f805da2f65f23c30283a3f26d4da76 0.00 MB 1 0
49,074 49,074 00000000064e5ee72aeccec575c0499c6745ee411375d697b81cd5affabd0268 0.00 MB 1 0
49,073 49,073 000000001055ecb14f6784c53436a400fed66d8f76800c753e660e290484b6b4 0.00 MB 1 0
49,072 49,072 00000000242a8ce7edf49ed13b994bb8b869b479d4f544a7e918f78aa98162e6 0.00 MB 1 0
49,071 49,071 00000000039611cb871b72a1cd437a94b99595919ee53bee1e1e59ee49c2e99f 0.00 MB 1 0
49,070 49,070 0000000002fce1c4f9d1ff1eb75520853b2c2848313783eaec0a6a7eb5e545f3 0.00 MB 1 0
49,069 49,069 00000000201074bfe4757f9339723925503576b7b32860636d264d1404063516 0.00 MB 1 0
49,068 49,068 0000000005c941ff790b56c694e5605067ef101bec14b008549f2b420a14bdf0 0.00 MB 1 0
49,067 49,067 0000000009429d7d796a6f66ed9bf87f7114c3cbac65a84ca1675e2555b363ea 0.00 MB 1 0
49,066 49,066 0000000009fdcbd0ae22e11de8fe6652541906aaf9ff0977082c69f524230251 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.08 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,628.18 GB sent, 93.27 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.