Memory Pool Memory Pool Refreshing

8,345 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
3 sats/vbyte 3
2 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
906,042 000000000000000000023aa60000000000000000000000000000000000000000 1.00 vMB 4,679 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 906,041 (795,884 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
110,157 110,157 0000000000009a246eb630d5d563540312476a2a8b44cf8618c4326c414ef237 0.00 MB 6 0
110,156 110,156 000000000000973599bb2370bc65c38af29c121db84bd13d8169174fd96d9c2f 0.00 MB 10 0
110,155 110,155 00000000000084df1208d2b9ea05c3ad22cf1ae634f8931de011b09ffc077d2c 0.00 MB 1 0
110,154 110,154 0000000000016dacf4a62adfd844c9db0f15f4df983acf1c66b79d38fad82f23 0.00 MB 8 0
110,153 110,153 000000000000a2e222e024bec45e3098bdaeddee6ba6cd360db11bbcd27bb36b 0.00 MB 8 0
110,152 110,152 0000000000001ac4fe7b5bae29d8fc4b2de21183d02df41f140b951290c3099a 0.00 MB 13 0
110,151 110,151 0000000000018885c68143d20dcc833a11f41cbdca422d6bfaf1e9821ba59a53 0.00 MB 10 0
110,150 110,150 000000000001648a8d0bba9b5316d9ab91117a02e4b6638c4cc3f4f07d01bcad 0.00 MB 15 0
110,149 110,149 0000000000007f98197d4c3682ee10d68a199c223f1f6b625e2d0d9fce189018 0.00 MB 7 0
110,148 110,148 000000000000a726254e729d985b6b9990bf88423ff78465ec22f7a91d87b4fa 0.00 MB 12 0
110,147 110,147 00000000000035be67ed0594bdea7f2055dada1d42ab95c3a2be388b407156ef 0.00 MB 12 0
110,146 110,146 000000000001321512caeac29745f9d31a293f6b73382710f05401d448e32ae1 0.00 MB 9 0
110,145 110,145 0000000000010c54da7c459e89111c18cf92527c86180381ce98748b0aa018e0 0.00 MB 12 0
110,144 110,144 000000000000678ce129b2e964984a1c0a796edf51e210293c70641dfa117c1a 0.00 MB 13 0
110,143 110,143 0000000000000467474a1744ad8c2f83184e2e766cb578fc13f1b8e9ea64655e 0.00 MB 12 0
110,142 110,142 00000000000159d0b3b5035e2d8b015cd10ddccf2231f6c8c98a8ea422074f97 0.00 MB 5 0
110,141 110,141 000000000000eeac8dea5912adc4c89bed166e6b1baa6af17216c9827ca04351 0.00 MB 12 0
110,140 110,140 00000000000127e33f05d8a2012a4320baf09a91015f401a29285f60ad5b733d 0.00 MB 12 0
110,139 110,139 0000000000006f879f36b8696814f478a7cf1b27b3251dc0d323266feab22fae 0.00 MB 18 0
110,138 110,138 0000000000012b3420fe333253b5ed7518b88df14ed1c85c5091c0c4eed8e028 0.00 MB 5 0
110,137 110,137 0000000000014fd955215f6ed1dbf23f630301c096843f3462d46d793282e200 0.00 MB 8 0
Previous 10 blocks ↓
Total Size: 766.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,389.28 GB sent, 77.35 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.