Loading Tool

Explorer IconExplorer

Memory Pool

84,523 transactions
22.88 vMB
0.07327148 BTC
Random Selection Loading Transactions
Max Size: 153.02/200 MB

Candidate Block

Mining Attempt 5243dd2ec8b26f1f03f528d7075f54dc301c036c0bd7ddd5dbbdf743ecb586d2
Version 20000000
Previous Block 00000000000000000001ad95c24dc68c4f74adf4b23991316558d4fac06e488b
Merkle Root 070b06e19b96b3cfe0e1a1a7ebeafb3290a8e8fb1aa37505aa9355a30cd88b45
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,660
Size: 1.00 vMB
Total Fees: 0.02021297 BTC
Feerates: 547.95 > 2.03 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,160 (886,927 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
29,233 29,233 00000000f267a7c3e0d9ca6b8eb7240547a45cdfd5ea0abff2186cada40002c1 1 0.00/1.00 vMB 0
29,232 29,232 0000000012c32a18f4831d0b34782a5e35a62f789c93246668b18cea9e3d2c37 1 0.00/1.00 vMB 0
29,231 29,231 00000000e3d5e7365933cfbcf946627673b4633022f2f8e012a6d5032c3b5767 1 0.00/1.00 vMB 0
29,230 29,230 00000000c8373cca6286eefa00eaa6ab9394dd1d709f470b09e4c01955c387ef 1 0.00/1.00 vMB 0
29,229 29,229 00000000516fd7a0cdb42a7f30e27a29a79ba7088a898ab1b551716e183feb8b 1 0.00/1.00 vMB 0
29,228 29,228 000000005a9899032b2647b785c7333b97c2bc41487f52cfd5377fae7ea010f0 1 0.00/1.00 vMB 0
29,227 29,227 00000000d9642215aabfa6797b7ae1e9c58b574e0ef3d755b2e2ce0583f91bad 1 0.00/1.00 vMB 0
29,226 29,226 000000003bc1e05f600fced154621832d2b1aba58a80a058b592fda3e0506ace 1 0.00/1.00 vMB 0
29,225 29,225 0000000003a7767454192d5f53a869187defe509c9693742075c0d7d150ca734 1 0.00/1.00 vMB 0
29,224 29,224 00000000b1b864abba0f47c439ba1c130fca8b9e333f01d59d3762532ddff9af 1 0.00/1.00 vMB 0
29,223 29,223 000000009ccd13578fb9265f08f13f6463810d008da18508ed6b7c639e24cee1 1 0.00/1.00 vMB 0
29,222 29,222 0000000079ac2c5fb643bdf55e6c020f0ee4b4533131535e8e3c7cb4edab863d 1 0.00/1.00 vMB 0
29,221 29,221 00000000f3a6f2767de69c81c1d26b9a6385470d88de67892cecb30dd5c586c2 1 0.00/1.00 vMB 0
29,220 29,220 0000000029088eee116be905bf5830146704282a8016c8cf25ae9bc49c1ddb28 1 0.00/1.00 vMB 0
29,219 29,219 00000000171d870c51406331f8ade2a5ea8b7d1760aeb34b0cda583f4041e484 1 0.00/1.00 vMB 0
29,218 29,218 00000000a33d70b2c7d10b1d3afe5405532d1c1431c799672898134271acbb12 1 0.00/1.00 vMB 0
29,217 29,217 00000000b85261fe934998f366c66270fb7ce083075e9ab69cb00b8270b39e40 1 0.00/1.00 vMB 0
29,216 29,216 00000000967d2664890d3cf637c4281d1298b61b117acca561347ad1cf7db003 1 0.00/1.00 vMB 0
29,215 29,215 00000000884c6348777bd48b14b23fbc6edbdabe36b3ab9bbeb55d222f4737e1 1 0.00/1.00 vMB 0
29,214 29,214 00000000cb321590ef4e935b9372081706d7d8cc194e0a9a6ef9efeabd138076 1 0.00/1.00 vMB 0
29,213 29,213 00000000af49e9d0f4773dee83bf83d7125193a19f3d6b31154029442b52180c 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.39 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: 818.87 GB
    • Received: 24.59 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.