Memory Pool Memory Pool Refreshing

4,593 transactions
1.79 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
1 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
908,107 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,970 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,106 (858,905 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
49,201 49,201 00000000208335a1f151d935f0ac01c6f9af80463fb2271f8fce63a8a8130b9b 0.00 MB 1 0
49,200 49,200 000000002937c086a343b7c1fc1f0fdb300b0ce046437c11b1e9f544282ccbec 0.00 MB 1 0
49,199 49,199 00000000227ee01f2ef0d85e93bb0d98c284120b73b0824588cd18e93cca6e10 0.00 MB 1 0
49,198 49,198 00000000287db7e5376a8f2c082280b747dad8d1773d83c626455c7d316c8d35 0.00 MB 1 0
49,197 49,197 000000001ae14d28f8682414aac5191c67f0dcd14e296c8c0077c23fab0737e7 0.00 MB 1 0
49,196 49,196 000000001c3bdb761109f8df8e391622246eb4cb8783496e0d2538e16a6f050c 0.00 MB 1 0
49,195 49,195 00000000235b4e171d43e10f7603c8c1b64cc0490ba737edb24eb8208b079741 0.00 MB 1 0
49,194 49,194 000000002614d90b0141f06eafb7ab017d32bfd5d04f09a89b6eac90dd6c8796 0.00 MB 1 0
49,193 49,193 0000000017f81dcf25b0ec1874adb05ab29ead4245dbb8a209b78678b645fb9a 0.00 MB 1 0
49,192 49,192 00000000005339563488be74ac5181f82ffe4fe943409cc4937104df76d1eab8 0.00 MB 1 0
49,191 49,191 000000001658446b5da554c6d878e67701e00cbb18408d869e74c73e26126ed6 0.00 MB 1 0
49,190 49,190 00000000288c9bdfb29630062fa324c7c8d3014de4b1c3aefa36130f8217943c 0.00 MB 1 0
49,189 49,189 000000001bf1742e0aae042815d658694524771a25593acd581c09a8988531a5 0.00 MB 2 0
49,188 49,188 000000000f0b6d32b21dd1ae78cb871e13f13e2bb65ba0ff3bc7e1d576b5b67b 0.00 MB 1 0
49,187 49,187 00000000089b7fc700ae597d5707cdb24132915b0bf8d1bcddb2befb122fadba 0.00 MB 1 0
49,186 49,186 0000000000af74535c41e9e2d22beb601fc4a455e0c7512707fb708e81640b84 0.00 MB 1 0
49,185 49,185 0000000023929793c71e5f1b21e3c070079cf6d6b4020b75a67ec40a615d9662 0.00 MB 1 0
49,184 49,184 0000000025c6ea749338929b1360e0dc0fa6577b457c6f62fd8bc1404736932a 0.00 MB 1 0
49,183 49,183 00000000152f358c208748e505a9301cf1161269d3f0f2b36069f2d06e0f8fb4 0.00 MB 1 0
49,182 49,182 000000000c29e3ba56b9cf96993f814eb2e56161d93454e700ca151e109dddf1 0.00 MB 1 0
49,181 49,181 0000000001144b217122c2d463d60211be172fc1cbcbbde53838850c0a8b5e70 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 769.74 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,679.32 GB sent, 96.61 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.