Loading Tool

Explorer IconExplorer

Memory Pool

37,383 transactions
27.93 vMB
0.06054512 BTC
Random Selection Loading Transactions
Max Size: 141.35/200 MB

Candidate Block

Mining Attempt 8d9b35756332fc9d1e8afdaf9c9e67502d457409cea7f97a7bdba869dbcf4aec
Version 20000000
Previous Block 00000000000000000001b332ecd3ff20d9adacec9c94959f24d5979e28bb5189
Merkle Root e3d545ebb6a5df433ca3496118ac574a77afd458bf51300f1c4fa1e818f67fdd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,574
Size: 1.00 vMB
Total Fees: 0.00725765 BTC
Feerates: 44.64 > 0.73 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,598 (396,621 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,977 517,977 0000000000000000004c8e80b1ef1aad1885f6b332f0b73e265c3806d3caaf17 597 0.30/1.00 vMB 34
517,976 517,976 0000000000000000002f221add9fc231c3e2ab1581bd4f947dd9973ac6b71577 1,403 0.60/1.00 vMB 37
517,975 517,975 0000000000000000004bb1ee69c8d7273e4197a1ffe78953c25f198e8f4830b2 1,819 0.93/1.00 vMB 30
517,974 517,974 0000000000000000002a66998527149b224d16a954e3d354289953b35f1b99b9 1,586 0.83/1.00 vMB 36
517,973 517,973 0000000000000000003c606ca70e6ef39f3c722560e5dcbd54be03cbecdc6e9c 2,431 0.98/1.00 vMB 32
517,972 517,972 00000000000000000010cc26a4a660967175b0555372a646ad7daa3555818ec1 509 0.19/1.00 vMB 30
517,971 517,971 0000000000000000003196f63bec78ea85b0117e504bffcc70a11e803d633cc7 1,094 0.46/1.00 vMB 35
517,970 517,970 0000000000000000003e062814ebcc538eb9cad34e459ad02aea68d470aa6e8f 741 0.27/1.00 vMB 36
517,969 517,969 00000000000000000006ac1ac1eeb7bcd1f79e4252f8e0ac85c220764ff2f10f 78 0.07/1.00 vMB 19
517,968 517,968 000000000000000000367e4b11f34090a470c04f98ddcceb1eb87c59427a7818 280 0.14/1.00 vMB 46
517,967 517,967 000000000000000000393f9e4126d32c3d1321220c6061c3962b272d8fe668d5 682 0.28/1.00 vMB 33
517,966 517,966 0000000000000000004559a78530961ef606ef8e5f6a72baf003f19e336d4f04 877 0.34/1.00 vMB 39
517,965 517,965 000000000000000000483402e286d78f7bebdb988d5a8ad66749254b1730664f 1,062 0.57/1.00 vMB 28
517,964 517,964 0000000000000000002f499085e26f80b923983e3f7bf29d56ac31bb8ef0746d 35 0.03/1.00 vMB 18
517,963 517,963 00000000000000000047f8a6c66f80abbca36a84f46a850f0add60bd65a24a6f 75 0.03/1.00 vMB 43
517,962 517,962 00000000000000000033b56d5ba6c6c605057fe57e7dbe909378d9ab9d2aa6d5 574 0.21/1.00 vMB 32
517,961 517,961 0000000000000000004773cf43ff9f30a0913271019be5307c8247ee15150572 1,215 0.66/1.00 vMB 29
517,960 517,960 0000000000000000003850d1c8cc759ebe19ad7cdcb2202ff23146c09bd2bde2 2,062 1.00/1.00 vMB 38
517,959 517,959 000000000000000000348d99966e794c9a5323e4f4b4776284bbc536d50c71e4 1,045 0.50/1.00 vMB 32
517,958 517,958 0000000000000000004d8f901c36ce392b7e9fb64999998faa1887b1c348c110 1,179 0.44/1.00 vMB 39
517,957 517,957 0000000000000000001fb653a09c5b5b835ff6e6f30decf5b4a8a9816389b9f4 1,148 0.67/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 781.68 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: 628.40 GB
    • Received: 11.80 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.