Loading Tool

Explorer IconExplorer

Memory Pool

47,252 transactions
29.57 vMB
0.15439728 BTC
Random Selection Loading Transactions
Max Size: 156.64/200 MB

Candidate Block

Mining Attempt cbf387dbe8b8da06ec0e4ffa2c334dbf81108afe954d27ba3af258d9fb460da6
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 1dd669688473f921dd9df357f3f586a32757d0b64c29f841a3ec866cf0982888
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,696
Size: 1.00 vMB
Total Fees: 0.08667499 BTC
Feerates: 15,654.48 > 8.69 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (262,769 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
652,037 652,037 0000000000000000000deb6add7cc73f18c9bd7425b8e747fe3d2a9fec00135b 1,758 1.00/1.00 vMB 13
652,036 652,036 000000000000000000067ca891ec4878a8943ad4168bc5332b8910e4c5d5455d 1,978 1.00/1.00 vMB 50
652,035 652,035 000000000000000000017710172282019667a9627ee24592b691690b8910b043 1,889 1.00/1.00 vMB 22
652,034 652,034 00000000000000000008cfb3a17e4f98ac9a0da0920fe8b5c868fb2d731cc242 2,063 1.00/1.00 vMB 20
652,033 652,033 00000000000000000003ec7617603ea4ac74bbd6382d7595020e598f3be91233 2,933 1.00/1.00 vMB 86
652,032 652,032 000000000000000000042844de3a3be9251ad2a68c3ed9b17a6106ef88fce13f 1,859 1.00/1.00 vMB 30
652,031 652,031 00000000000000000004b167651fe60bcd67afc6954aa0aff6620654accd2608 1,938 1.00/1.00 vMB 19
652,030 652,030 0000000000000000000b5c1d3fe1b1fd2eefe725cc29ffe04add7b074cf8629c 2,298 1.00/1.00 vMB 11
652,029 652,029 00000000000000000007ed9d01a806d55e6072da3d74f6f4c4c2754ddcd3d371 2,484 1.00/1.00 vMB 70
652,028 652,028 00000000000000000006cb0cb870336925fdad1208326833cb351ff8d2e13e94 2,708 1.00/1.00 vMB 71
652,027 652,027 000000000000000000025f80dc83ac0aa62e5993aff62e1a2d66e20ea43ee4f2 2,750 1.00/1.00 vMB 8
652,026 652,026 0000000000000000000297e2cfa2c1ad524cfaf258bfa4750ebc40753ba990af 1,675 1.00/1.00 vMB 73
652,025 652,025 000000000000000000091789df64b6fa57979f53fbd95c858a236c6270ae6aac 2,563 1.00/1.00 vMB 18
652,024 652,024 000000000000000000039d2200bd38eaf0f20da076872dcdb85d2864382b0deb 2,535 1.00/1.00 vMB 21
652,023 652,023 00000000000000000003053907b409edee9942e0aa5fe7096b079608703dbc3d 1,152 1.00/1.00 vMB 55
652,022 652,022 0000000000000000000ddc06d25e51d22c26ae8a2cdb868ce0fb246b68c3b1eb 2,972 1.00/1.00 vMB 25
652,021 652,021 0000000000000000000c7f623b7f169a47d57720ed8dbb5ded24b6d28e91d390 2,281 1.00/1.00 vMB 36
652,020 652,020 00000000000000000003787c85da31076136cbb2a36842faa719c3af8ae0a4c3 1,311 1.00/1.00 vMB 46
652,019 652,019 0000000000000000000abecc52871c0b7e803de7cf3e86cac44e44699b073dbc 1,971 1.00/1.00 vMB 30
652,018 652,018 000000000000000000060d786fb66845d0ce14adb76da3f633f9b3c38ff12a3a 1,953 1.00/1.00 vMB 18
652,017 652,017 00000000000000000006e4a9a2ede6ff1fb434276436411724d4bf780b3a665a 2,793 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.04 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: 650.77 GB
    • Received: 13.32 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.