Loading Tool

Explorer IconExplorer

Memory Pool

82,294 transactions
31.74 vMB
0.10839235 BTC
Random Selection Loading Transactions
Max Size: 190.29/200 MB

Candidate Block

Mining Attempt 05d54a925110a6285d504a1a7cc8d8482ba7d239ee3cde44292ea97dea04dec2
Version 20000000
Previous Block 000000000000000000010cf532a63a6441b67a3efb5df3eadda72118873c170e
Merkle Root 407f185371c9db28355aa7466491a4adb64300fc46dbfa5b884bd57c7a4ac6f1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,974
Size: 1.00 vMB
Total Fees: 0.02448406 BTC
Feerates: 99.50 > 2.45 > 0.92 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,376 (392,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
523,160 523,160 000000000000000000137eb65eb48cdb8e776e96dd3575fadb0104314b5da885 211 1.00/1.00 vMB 109
523,159 523,159 0000000000000000001c09dbb21e41d627b352c9e084feccb99a66f16c8a95b4 2,332 1.00/1.00 vMB 21
523,158 523,158 00000000000000000043d274e04eed49c64dd10f0f01e0b63043d67a725df613 3,309 1.00/1.00 vMB 15
523,157 523,157 0000000000000000001b2e17bcebacb5ae2d1653b8227e9e5160511f0a72c4e8 2,517 1.00/1.00 vMB 27
523,156 523,156 000000000000000000282956c72c31f8245af7a3ddc00c001ff7e590d2f66d49 2,361 1.00/1.00 vMB 37
523,155 523,155 0000000000000000002e29606d8d1e99584dbdebe5fa57a311348f84be78fb62 2,364 1.00/1.00 vMB 29
523,154 523,154 0000000000000000001e34bbfbe38eac9382c0702722ce01b924fdd5aec2c0d4 3,190 1.00/1.00 vMB 57
523,153 523,153 0000000000000000000f387a2e9b9407f9ab6d79b9ab320589cea571442472d6 3,162 1.00/1.00 vMB 35
523,152 523,152 00000000000000000030fee9eabf3d8baaa80a3cf9d964e7402f46901868e428 2,267 1.00/1.00 vMB 80
523,151 523,151 000000000000000000036a9883f9968fcec812ec15bcd17c1714b4658214622a 2,028 0.81/1.00 vMB 30
523,150 523,150 00000000000000000034377aef8d5e04b773161b4d771aea483e3d52075e58ec 1,535 0.70/1.00 vMB 47
523,149 523,149 000000000000000000047e3d124a966c2572098e6651c3fb93c95a6ef9b580c1 1,865 0.77/1.00 vMB 18
523,148 523,148 000000000000000000098bcfb1411b4da616839c69ecc884daeaae7b717f263a 2,466 1.00/1.00 vMB 41
523,147 523,147 000000000000000000188a9eca453fbf6d2b646c5e3fe03fda107a4e99992634 1,787 1.00/1.00 vMB 27
523,146 523,146 00000000000000000030dd31ee0ef3c20d33d3b4e8a7c725f596d61c85aa0483 2,293 1.00/1.00 vMB 22
523,145 523,145 0000000000000000001c192f82259050ace99c74ed0889b139e902356a329396 2,443 1.00/1.00 vMB 39
523,144 523,144 0000000000000000001998447840f889706ca1eb4c95d1623e0fd0f9e2700fb6 1,988 1.00/1.00 vMB 19
523,143 523,143 0000000000000000002427d6e541b9ece03d0d9a5b2aaedd8810f2f9c47e563d 3,202 1.00/1.00 vMB 68
523,142 523,142 000000000000000000108b1a5e42b2f99011c5dc3a1308ada6a40d662d3c1fca 2,374 1.00/1.00 vMB 27
523,141 523,141 00000000000000000028b07bf8cbb2271c8db67caed09058db92b306190c4888 2,102 1.00/1.00 vMB 47
523,140 523,140 000000000000000000145a0b632b203f68900556a8d17d4739abe064cc574fe1 2,094 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 783.04 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: 720.41 GB
    • Received: 18.16 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.