Loading Tool

Explorer IconExplorer

Memory Pool

84,657 transactions
31.86 vMB
0.11006485 BTC
Random Selection Loading Transactions
Max Size: 193.47/200 MB

Candidate Block

Mining Attempt 064f7105381f783e5a398c1b4d9257225f76321a37a75c2153169a7d24861452
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root cdb00021445c8fd32c0833d07ac968f24b00dfb59a6f2ba3677047e2eb50d8e1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,752
Size: 1.00 vMB
Total Fees: 0.03263240 BTC
Feerates: 299.43 > 3.27 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (792,950 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
122,395 122,395 0000000000009348994974a4da79d0aa1ae05fa23b86311375c3ea0ca0ce61ed 12 0.00/1.00 vMB 0
122,394 122,394 0000000000004d7a47ce0b7c24f275f41731ede5c30fed391db863e909dca172 6 0.00/1.00 vMB 327
122,393 122,393 000000000000985ae0e71ea9662f9c2bcbbeaf144fcdab88e687fc2474ad58cc 12 0.00/1.00 vMB 479
122,392 122,392 0000000000003a5e8f6550bb4f3e3d0a719c4e1ebeead35e835583245bb9a0f9 8 0.00/1.00 vMB 0
122,391 122,391 0000000000001b3557f56ffa8c4a891d98867f93da538b581b1e3f6b815d0eb2 13 0.00/1.00 vMB 302
122,390 122,390 00000000000065e9615e261b95f4190c37340865e0e640f863f3bb69d177837d 12 0.01/1.00 vMB 887
122,389 122,389 000000000000730a9e215ac5bac739711398c5936dc4ff1d7c5c4585125e4e71 11 0.00/1.00 vMB 327
122,388 122,388 00000000000014007203792b14fd83b0f3db52b2e026ca3dcf938bac12e85691 2 0.00/1.00 vMB 2,469
122,387 122,387 0000000000005d2b8050d99bf2af74b08f5f89628901a95dcb0a99aefcda20ef 13 0.00/1.00 vMB 550
122,386 122,386 000000000000095ee6ae11bd15a664d1fb1a4fcdc98fbe1e6188501076667db6 15 0.00/1.00 vMB 727
122,385 122,385 0000000000001c6fb8c4ff17d9174e241e2d10cd1fe2e70fa2b6b4c2c0d80079 9 0.00/1.00 vMB 318
122,384 122,384 0000000000006a14a16e08cb849f5e3fa680e37ee835fef97e06e3aeb1ec08cf 10 0.00/1.00 vMB 323
122,383 122,383 0000000000005bb91db4fbc66959428e1e9dc0644f6fe86470157d9d8ee2c30d 10 0.00/1.00 vMB 360
122,382 122,382 0000000000008096127f371f7d4ccdb524e8158d1cee91fadb956c07bc666c31 10 0.00/1.00 vMB 0
122,381 122,381 000000000000648388848022866d8726082a18ee50e25c4834ddacd2d6159004 13 0.00/1.00 vMB 0
122,380 122,380 000000000000030bd9d8149d4c70d0d8166d54605027f6bc4be36cc99e0d0efe 31 0.01/1.00 vMB 2,593
122,379 122,379 0000000000003b143daa9d0289e747fc4c3e726dc62b8c0aadddbad3a92da76b 9 0.00/1.00 vMB 0
122,378 122,378 0000000000001cb386140259b259ee9f870db4506a198854fb1ac910b179beca 5 0.00/1.00 vMB 734
122,377 122,377 0000000000001e81adbfef9d12620f03de271ba516dd93201d053190c1d16d95 2 0.00/1.00 vMB 3,891
122,376 122,376 00000000000001389aa0cbde6d239a55e1d42ab60dcf2cd546d3821401e70e86 13 0.00/1.00 vMB 1,158
122,375 122,375 0000000000000f286519fe79e1dce867f73914df5118317535ebc91fa388011a 14 0.00/1.00 vMB 1,384
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.