Memory Pool Memory Pool Refreshing

198 transactions
0.16 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 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
908,145 00000000000000000002349e0000000000000000000000000000000000000000 0.15 vMB 165 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,144 (764,970 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,174 143,174 00000000000002dc45812de55c82eb0eb80d884531512490733de9122ea37391 0.01 MB 14 242
143,173 143,173 0000000000000407d20de39d0a1e70467df3c9280c32b521abd0f88ee32666eb 0.01 MB 21 64
143,172 143,172 00000000000005b44e76c30fcf9939f069b16d92c4c61e66f74f104b7489a334 0.01 MB 25 97
143,171 143,171 00000000000007cbb8204aaec7e43c923c080f34fe4e45ed6b4f48bb827f4ba1 0.01 MB 20 76
143,170 143,170 00000000000007130f4dd77391c61c0e5702b109b488ecd2c93c220d093ad571 0.02 MB 71 80
143,169 143,169 00000000000001a84c02de2e60d622ba4f618ba751e224c2b347708b29a5e231 0.01 MB 39 60
143,168 143,168 0000000000000332d20dbcbbe4281a7af98b02ed3c9c5fda5f18972783fdca2c 0.04 MB 45 255
143,167 143,167 000000000000069d4f822f153f41f24a667c56c4ce92e9de4f8670741da668ab 0.01 MB 24 91
143,166 143,166 00000000000007c7f07150cf07002393916fb1cdd7e7c9770af347a5e9e5a1c5 0.00 MB 1 0
143,165 143,165 000000000000058b456be76a35345c84a8ff429e900d69b8d0e82841dca6f6a1 0.03 MB 106 21
143,164 143,164 00000000000000fc1f4c7f8a7e9c808878dd9ecfe51f6baeccfcd69dda67645c 0.01 MB 25 255
143,163 143,163 000000000000021ab036056207503219f8f1f398eacd7569b691bbcae9c45c05 0.01 MB 26 36
143,162 143,162 000000000000006f7ee34ac215ff398b86b5f425447a4d2ed92e57d3e8194b4b 0.00 MB 7 293
143,161 143,161 00000000000002d07465250474a8a1eb04d29a91c16f1dd5d832eb07f073c280 0.02 MB 78 57
143,160 143,160 00000000000008a806474ee5ddde910562cbbe48586b4295fd38ab1f67b75c5a 0.00 MB 10 512
143,159 143,159 000000000000007a8fce4a22a22912807323e8cb85e5e6c9f3a0812682e1fc18 0.00 MB 16 100
143,158 143,158 0000000000000149da17bf2eab61a7403d0ae52ed8de72a86188adde21ce46ef 0.01 MB 10 69
143,157 143,157 000000000000010216fdfc9db8a56fedeed4591c30d04ad0b65cc48383cf156b 0.02 MB 48 170
143,156 143,156 00000000000008fbd78dc260eec2d53047e6f0cd2bbad1ff14e5a47a600b41a0 0.02 MB 17 79
143,155 143,155 0000000000000181b97d8aebaf18a1c15167e1cce8923af2448f9b28a13db20a 0.01 MB 16 70
143,154 143,154 000000000000089a5042d11a23a84d476e107f26da9a8a8e8d85b211d1ee070f 0.01 MB 16 118
Previous 10 blocks ↓
Total Size: 769.82 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,680.57 GB sent, 96.97 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.