Loading Tool

Explorer IconExplorer

Memory Pool

46,450 transactions
27.31 vMB
0.10053923 BTC
Random Selection Loading Transactions
Max Size: 145.47/200 MB

Candidate Block

Mining Attempt 4b9a1aee38cae8d1cd5dfbbb190c04e90d0e7570d1f04daf5d398d00be580aaf
Version 20000000
Previous Block 00000000000000000001bfbced3ea009a2f71c20ce288c536043b9b1575dc7b2
Merkle Root 3c43c1120f1595e268ef664775ee7b285363f2e9619261ae58c65bb744637c48
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,600
Size: 1.00 vMB
Total Fees: 0.04970648 BTC
Feerates: 101.66 > 4.98 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,771 (112,544 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
802,227 802,227 00000000000000000002809dbcd79b10762ec99b36ae18d4208623f5ba331e57 1,804 1.00/1.00 vMB 24
802,226 802,226 0000000000000000000382c03899359270348bb303774ce947d433549ace0e44 3,102 1.00/1.00 vMB 44
802,225 802,225 000000000000000000023eca6a7fc175c3849709261c2b3269213388b1288b53 3,068 1.00/1.00 vMB 30
802,224 802,224 00000000000000000000304ad4846e95d11304c80e5e0bd3f3f89bf84a91bfad 3,435 1.00/1.00 vMB 36
802,223 802,223 00000000000000000002050faacfb8b718c1edf323fb4433b0043c3b735137a0 3,719 1.00/1.00 vMB 43
802,222 802,222 00000000000000000000e5207b46d87613b6ab8414e5a2fa4c50d38ead25aab3 5,615 1.00/1.00 vMB 10
802,221 802,221 00000000000000000003f3614a16c1f00d10492895d7051f9c903fb8aacac1ea 4,421 1.00/1.00 vMB 9
802,220 802,220 00000000000000000000ca031860e48083fce355370fa835c01f6d50cabbf0fd 2,517 1.00/1.00 vMB 22
802,219 802,219 00000000000000000000c6ecda6cb853ed37a40973f52b89c40104e7603e4b3d 1,204 1.00/1.00 vMB 9
802,218 802,218 00000000000000000002516b3741d3075fcdc7ba2bde14a2663488c9536c5092 2,347 1.00/1.00 vMB 25
802,217 802,217 0000000000000000000191f1a11dd5df4fa25a8fcb40c6463be7e0860f9386e9 4,221 1.00/1.00 vMB 14
802,216 802,216 00000000000000000002ead36606c9c84e8fb5444f153a0c4104e42c6db5eec3 3,377 1.00/1.00 vMB 9
802,215 802,215 00000000000000000002c52afb5cdd7bbdff594c8e2a545952f991447f585052 3,072 1.00/1.00 vMB 25
802,214 802,214 00000000000000000000b090f2a84dece9e73a4701a166b3f127139f9af1d1bb 3,560 1.00/1.00 vMB 8
802,213 802,213 00000000000000000002b902ab4fcdc0b8c3e42c7c000a2299bd02cb69383fb5 2,924 1.00/1.00 vMB 22
802,212 802,212 00000000000000000000f7ee1054fbf5a8d363bbec6b50d16b34a53744dea303 3,381 1.00/1.00 vMB 13
802,211 802,211 00000000000000000002b450c7d1ec3c4e07f91ffcbd48f3aaf3d153b645f49f 3,474 1.00/1.00 vMB 19
802,210 802,210 0000000000000000000207a43f538076b699924e6f6a0bcbd8079439840eaa62 4,283 1.00/1.00 vMB 13
802,209 802,209 00000000000000000001b7c37afa4cbb917a010de0b4b6e985fee0621fe66f4d 1,272 1.00/1.00 vMB 9
802,208 802,208 000000000000000000013aaee6b87e69bd06b4ec794d0bd498c6ecc59e74ac4a 1,748 1.00/1.00 vMB 22
802,207 802,207 0000000000000000000239367f3ccbba892d9f086b214362e1455ab9e4b11718 1,665 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.98 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 648.26 GB
    • Received: 13.02 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.