Loading Tool

Explorer IconExplorer

Memory Pool

79,052 transactions
29.61 vMB
0.07440578 BTC
Random Selection Loading Transactions
Max Size: 177.93/200 MB

Candidate Block

Mining Attempt feda0a771438b76a2216d5403c2812c33fbf7d4ead6774c74dcaba01ee5a58b8
Version 20000000
Previous Block 000000000000000000017605c1e892b5219bb01111e98918f1b31a287e9eade5
Merkle Root 0562aefc82da630288af4e432ff5c49e0f6b323da71f0ee06275c289ebcd465b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,076
Size: 1.00 vMB
Total Fees: 0.01425274 BTC
Feerates: 302.06 > 1.43 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,012 (200,814 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
714,198 714,198 00000000000000000002c134452b15b14659d713728a8ccef0a8993e5119e9d7 584 0.20/1.00 vMB 11
714,197 714,197 00000000000000000008eec2db7f0b6aa1d7af70b5b4986127cf05c4077520a5 625 0.30/1.00 vMB 4
714,196 714,196 0000000000000000000ae5d893c6e815c9b4a44bce13834aaa76c0aacde0ec16 1,798 1.00/1.00 vMB 4
714,195 714,195 000000000000000000059dfac1494805dea7f5cb532b6938dda9dbe47846438c 1,369 1.00/1.00 vMB 4
714,194 714,194 00000000000000000003c75300976d6611e160c7257e6436b94ebe3fe3b7cd82 1,604 1.00/1.00 vMB 12
714,193 714,193 0000000000000000000884dc87ecc35fb48af90f5a84a8b2fa43e765f90b88c7 2,255 1.00/1.00 vMB 2
714,192 714,192 000000000000000000097f59ef7726cc0c9b12d7c3f3f5888e3253d74bd4cb56 2,164 1.00/1.00 vMB 15
714,191 714,191 000000000000000000025d03f09ebe0f61e78ee82225bebc23ee6391535064f2 1,989 1.00/1.00 vMB 11
714,190 714,190 00000000000000000002a5252ed5c0693bc888b229655e0a7ea8474a3d88d358 2,371 1.00/1.00 vMB 9
714,189 714,189 0000000000000000000acf0715e408fd259bbfc937afd15695785a5c8ea0220d 3,025 1.00/1.00 vMB 12
714,188 714,188 00000000000000000003fabd72d0c69d64b03b765347c815b3cdcd6b3bfd3b32 2,974 1.00/1.00 vMB 28
714,187 714,187 00000000000000000007de78f2a6cec4c827c12e07ef17c97854c8be2e366596 2,534 1.00/1.00 vMB 8
714,186 714,186 0000000000000000000a1671b54c5055b1de563e973049232cbd93e6cdeb59ee 2,847 1.00/1.00 vMB 13
714,185 714,185 00000000000000000005eab8fd21886881390d5aa04bd62da3af159adb445142 2,461 1.00/1.00 vMB 13
714,184 714,184 000000000000000000026bf2a0ece06f8a9a0ff83e587ea437d8a86da8bceae4 1,980 1.00/1.00 vMB 4
714,183 714,183 00000000000000000008b0696117aee37b0ea799fad38481ea4abb9a333c1683 4,264 1.00/1.00 vMB 3
714,182 714,182 00000000000000000006f6ebdb6800d819fb5c3b0ae2716ad6afb0ffe350a56f 3,993 1.00/1.00 vMB 4
714,181 714,181 00000000000000000004ebe2f9bff281cb944d2f18ba9576b0597d97aa07c13e 3,059 1.00/1.00 vMB 3
714,180 714,180 0000000000000000000b3ad1bc1ba2539d5421fc50bb2b2a81d4520c17f09642 2,797 1.00/1.00 vMB 9
714,179 714,179 00000000000000000005253176cc2a86bf51ab8d9a1bfeef4999bacd789e3631 2,618 1.00/1.00 vMB 9
714,178 714,178 00000000000000000000b82393eb6390159ecdb987cd96c6b0c29e9ebb8f4e7c 3,490 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.42 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: 665.29 GB
    • Received: 15.11 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.