Memory Pool Memory Pool Refreshing

6,581 transactions
2.15 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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
907,695 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,166 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,694 (693,004 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
214,690 214,690 00000000000004f8ebf19b5e03f52b60ab3086989176163e343468a7c518e15c 0.13 MB 266 130
214,689 214,689 000000000000041936768cd4e6cbc786314f78c7bc199a5f4144d2fec0afbdc7 0.22 MB 506 165
214,688 214,688 000000000000013feae2ae6120c8226b9021018a82835590d5138b762c033b49 0.23 MB 483 151
214,687 214,687 000000000000057787fe5844d72b323416f3ad17dc2aa695d3a93d6afabbc229 0.05 MB 96 170
214,686 214,686 000000000000044e1bca8c062cde43beeb01fec2c359f07dd57e38ea1f08a929 0.04 MB 113 197
214,685 214,685 0000000000000082870187e4cb21d62bad17226ed2bd767df3acd11fe6b00ce2 0.00 MB 8 15
214,684 214,684 000000000000022bcba967e613f5f5e4680c51dfd1fa893d200725226a91a767 0.02 MB 56 230
214,683 214,683 00000000000001fcb339dacccd42a0290078bd1bb7a0831fdb3dd67dfe95a644 0.01 MB 43 167
214,682 214,682 00000000000000d17a1ff9cf501d1933e4bafceb8a098be1955322c1d8043c33 0.11 MB 185 140
214,681 214,681 000000000000001dacf474df7e218c4ca9c4b52455978a181b80b4dd19acfe6a 0.06 MB 129 170
214,680 214,680 00000000000000588654b12303e855d11501f16bf45757349ca0afcfbe4fb82e 0.11 MB 253 179
214,679 214,679 00000000000002e3f7096c2167dce0e1be1a372bfe40fee4c62220771715e78f 0.09 MB 215 248
214,678 214,678 000000000000003fc1bdcdaefd02ae87dcbc0e99a3803d17f1eb48cdbe480696 0.11 MB 302 214
214,677 214,677 0000000000000015b22d122890aa8879e1004c59eca12d73c9bd0fcac149c2fb 0.04 MB 118 211
214,676 214,676 000000000000038bd4fbf50c3c8d8e6e60a2eef9efee1adc80003185106b544d 0.05 MB 115 252
214,675 214,675 0000000000000318a2709d893d8be6bbf3d02f18a822647b4c7d40262a79031b 0.07 MB 177 185
214,674 214,674 0000000000000205ad6ba470dac72c3d9d26469f50f8c0c7d9ba0445670e28c3 0.03 MB 60 174
214,673 214,673 00000000000000367926a48cd731215ab54c119febc88f1d2e596682827c0dbe 0.01 MB 33 173
214,672 214,672 00000000000000b299a37a8fa30e4a184d3df2dce1dfeb4f0439c7c64eae49dd 0.00 MB 1 0
214,671 214,671 000000000000049a8aca42d30f0103749341dab1e8df54d662d582498ad001ed 0.10 MB 183 144
214,670 214,670 00000000000000c092f99bf532483b75c20024a29874d4ca1fd3702066f15128 0.01 MB 9 9
Previous 10 blocks ↓
Total Size: 768.97 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,615.70 GB sent, 92.68 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.