Loading Tool

Explorer IconExplorer

Memory Pool

26,285 transactions
26.97 vMB
0.06534827 BTC
Random Selection Loading Transactions
Max Size: 129.35/200 MB

Candidate Block

Mining Attempt ce7a74217ac6229ae15555a133d7d06c8af5ac857da8019b4d0e999ac7934e58
Version 20000000
Previous Block 000000000000000000007b4acda7a1f244486b309bf9a2b96a9bb81c576cc579
Merkle Root 1c566e429cb5a58bc76f888e2ff634ef0611fbf375b671bcb38df5f91c3eb61c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,467
Size: 1.00 vMB
Total Fees: 0.01457909 BTC
Feerates: 151.02 > 1.46 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,488 (911,864 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
2,624 2,624 000000007d84f0fc9926b0e250051ac411d490459c7902a04f84feca33b90566 1 0.00/1.00 vMB 0
2,623 2,623 0000000059628f82831204c2af4dadb8427ef2c257e64639c6016beccbf3160d 1 0.00/1.00 vMB 0
2,622 2,622 00000000ca2784989c64db4c1a5dc9d51facd4ad5c146c497e7e2f76413d8b86 1 0.00/1.00 vMB 0
2,621 2,621 000000007235eda3143cf68087b0056ff54f274afa7495a19ad8c2d75e814a2d 1 0.00/1.00 vMB 0
2,620 2,620 000000000f39c341df325173430f32af8912a446b53dbbc9d1e2a93d860aa773 1 0.00/1.00 vMB 0
2,619 2,619 00000000eb3e381ed39e7eeea17eb4a347719958ed9b392ce0405198d7fb949b 1 0.00/1.00 vMB 0
2,618 2,618 00000000350193a2ce1f3758e0369f02b54d41cb077525f6cb155dcd13cdb9db 1 0.00/1.00 vMB 0
2,617 2,617 000000001c9ba344b80400237fef2bdbeec76b23c6fdebe8e0ca0cda55077cb1 1 0.00/1.00 vMB 0
2,616 2,616 00000000ee1b7888016595e03c8839543755859c1bbaf66ab2497b0e0c874990 2 0.00/1.00 vMB 0
2,615 2,615 000000001ca4cc980de6cabd3540ab29efaa5484599aebee965a940e7a173700 1 0.00/1.00 vMB 0
2,614 2,614 00000000f8088f96410b15a88fd8535249006ceb2a6172774f249486e71a7c42 1 0.00/1.00 vMB 0
2,613 2,613 00000000a208d65554dfe46ef515582b8fbc3adbc1be1c27da59c5060f9bcb91 1 0.00/1.00 vMB 0
2,612 2,612 000000000d94d4bce4eb076b5f0bd4dc784887ac8bbb2fe9b45efbe34e20f897 1 0.00/1.00 vMB 0
2,611 2,611 000000004e4adedd77c0d4f21d173f014969e998558f9dd3d512d9a53d322317 1 0.00/1.00 vMB 0
2,610 2,610 00000000279241dc111765893cab93b90d93fc75d307fa4894c70b90a4aaab54 1 0.00/1.00 vMB 0
2,609 2,609 00000000f3f83c8c386fbd89c5e00739aa1b7f1d5367c92fd2f6804275dd1c7b 1 0.00/1.00 vMB 0
2,608 2,608 000000006304081c10fb81029e85f8930ce1f4d656bffd35d049078db4de767d 1 0.00/1.00 vMB 0
2,607 2,607 000000006bf9a1754e0f7c6e1be94734a29d9b476250f910f2c46538ccdf5a42 1 0.00/1.00 vMB 0
2,606 2,606 0000000009df023a09a3b21016a699f89925009e0b12cbf9a30146193c4d2cb7 1 0.00/1.00 vMB 0
2,605 2,605 000000006e323510e612c2ce2d70cf8a125828e48e9a23d7fb21764c2ac1c43d 1 0.00/1.00 vMB 0
2,604 2,604 00000000759140a9f5354dd25da52a259d390227c701483695a6872ac8f92b32 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.48 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.60 GB
    • Received: 10.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.