Loading Tool

Explorer IconExplorer

Memory Pool

76,491 transactions
28.59 vMB
0.10215006 BTC
Random Selection Loading Transactions
Max Size: 173.23/200 MB

Candidate Block

Mining Attempt c7d5da61544fffbacc3bbe7c6163fc2c8ca29635319d4459f12091410afbfae4
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 9e45cbc44688915a75f3b42eca43337479aabec3ff2b81389d5f0e08e354a848
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,342
Size: 1.00 vMB
Total Fees: 0.04264686 BTC
Feerates: 101.65 > 4.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (220,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
694,359 694,359 0000000000000000000261b24382e4ba1576c7bb8567d67141fbba1cce3d95ad 2,026 1.00/1.00 vMB 11
694,358 694,358 00000000000000000008b2ced4fcdb9058bef4cabc9105b5e34abe87760ed227 2,187 1.00/1.00 vMB 7
694,357 694,357 000000000000000000134157657acfcef22f88a60ec902ab13bdbb52e679143c 2,439 1.00/1.00 vMB 8
694,356 694,356 00000000000000000002cb19c54f669c51b39f3aab84d6547d2ab0c92c8d95bb 2,718 1.00/1.00 vMB 20
694,355 694,355 000000000000000000063d65761b72263fe54c3032ea85a38f974b1dbd22e892 3,160 1.00/1.00 vMB 8
694,354 694,354 00000000000000000009cb1900d9fb6914ecacfbee230581bac9288bf0ee74d8 1,543 1.00/1.00 vMB 7
694,353 694,353 0000000000000000000bd32b4a1e6c374d9da9845fd8bcb6e10ea95f3a5fa7bf 2,920 1.00/1.00 vMB 6
694,352 694,352 00000000000000000000f98e84ade1b10deabce539644b0ce1eea5092752955d 2,166 1.00/1.00 vMB 14
694,351 694,351 0000000000000000000ba85d3fdb56228e7d1928fb5c8f2ce0fde149ce3fd668 2,715 1.00/1.00 vMB 22
694,350 694,350 000000000000000000083ef9e3a70f5c0ac9a8ca0c6317d9e80aa0f4fe6aa6c2 2,705 1.00/1.00 vMB 10
694,349 694,349 000000000000000000089884c65947ccef99d833a065fe0397d4c8218f0cfa48 2,507 1.00/1.00 vMB 21
694,348 694,348 0000000000000000000e77c0cc2fb56ad3ae66fdf0c557daf24d720fbbba4ee6 2,825 1.00/1.00 vMB 21
694,347 694,347 0000000000000000000d8ea64a9852dc4f593edfcf6d73cef9bf10dc9b44332f 653 0.25/1.00 vMB 9
694,346 694,346 000000000000000000039ea1705e61303fc4212a1592342bcef501c6a1a95667 2,784 1.00/1.00 vMB 10
694,345 694,345 0000000000000000000fbda3f0f02441b5c98e1c59152c70c13a73208618385a 2,974 1.00/1.00 vMB 16
694,344 694,344 0000000000000000000987616aad095254ca83a34abd34c483057417c03dff6f 488 0.20/1.00 vMB 23
694,343 694,343 0000000000000000000a2c764ffa5f3ea33f24e32bbb8547c5bb2c701f280a78 79 0.03/1.00 vMB 10
694,342 694,342 000000000000000000082d42511610b0cd39180ed88de48e4b4488c1415ca2fb 1,245 0.47/1.00 vMB 12
694,341 694,341 000000000000000000070c896f00d5080de71e18a9c2ec3c6035459b0cf32155 357 0.12/1.00 vMB 15
694,340 694,340 0000000000000000001270adee289bd93872504ce3f357ffc8f9f016f2826de7 604 0.21/1.00 vMB 16
694,339 694,339 000000000000000000104f51285b155830e8bc3029dc2408ab9685772fea6945 2,127 0.77/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.60 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: 671.82 GB
    • Received: 16.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.