Loading Tool

Explorer IconExplorer

Memory Pool

82,735 transactions
30.67 vMB
0.07483187 BTC
Random Selection Loading Transactions
Max Size: 188.41/200 MB

Candidate Block

Mining Attempt 9c05445dc850d4dc6bb2e884474437e2557a5d1087d9e4f1410faca9d71697fa
Version 20000000
Previous Block 00000000000000000001f076bc3e786bae23f48eba6aa2ed10c3322f76f4967d
Merkle Root 08bd96c3f001f50eb43363c35a286ea512cc80cf07e3d8b37694e239c2324784
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,574
Size: 1.00 vMB
Total Fees: 0.00606425 BTC
Feerates: 50.34 > 0.61 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,347 (93,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
821,477 821,477 00000000000000000001af12d0d044eabe606b6fb091a6ff3e8d609ba7711001 4,731 1.00/1.00 vMB 408
821,476 821,476 000000000000000000031522fbb9c007e4861d3bfca44c648dbfcd1058bcbab6 3,975 1.00/1.00 vMB 481
821,475 821,475 00000000000000000002a2fa4ef9f50245caca01f1b0cd894344d46aec7c7e58 4,733 1.00/1.00 vMB 448
821,474 821,474 000000000000000000024e697ec87137ddd043382b59edf3a46601420d3edbb2 4,027 1.00/1.00 vMB 422
821,473 821,473 000000000000000000012aec8edbbc6a71ce2f31497334d6c2ec860dbc7a9410 3,039 1.00/1.00 vMB 467
821,472 821,472 00000000000000000000b781ea3ab7609ad09297393b2c09f3352364960da9b3 4,495 1.00/1.00 vMB 389
821,471 821,471 00000000000000000000cf8e9c0d6a24d548df44127d4809c0f40d48bc6a8ba0 4,190 1.00/1.00 vMB 377
821,470 821,470 00000000000000000002d4a7c2493236e1e554bb8fe9886807ba980f75d49c23 3,737 1.00/1.00 vMB 420
821,469 821,469 000000000000000000038c97af43727086ce2e0d430fd55d437149969c7228d7 3,598 1.00/1.00 vMB 276
821,468 821,468 00000000000000000003ace3128e1c31abbf538c2c42955b37d014c3280fb062 3,959 1.00/1.00 vMB 413
821,467 821,467 000000000000000000026bf6ea715bd6513d77461467b5d501f2b0e98322390e 4,174 1.00/1.00 vMB 304
821,466 821,466 0000000000000000000064c5e59527babab1d55dc56d56e2e2a87f256d601636 4,293 1.00/1.00 vMB 305
821,465 821,465 0000000000000000000148f3d19564a8fee4f0a6d27dd25c198e4ded58ea2154 4,605 1.00/1.00 vMB 322
821,464 821,464 00000000000000000001e09546d7b4bac1c21bf0383e9fbc953a72193c29b3c9 4,721 1.00/1.00 vMB 317
821,463 821,463 0000000000000000000367b2ac8593f991ffcb0fdb4ae5c598dd3eef5ec0772b 4,524 1.00/1.00 vMB 356
821,462 821,462 000000000000000000039fc874d642e6e5b24d47cd3ade2219a786c0ec0552b6 3,977 1.00/1.00 vMB 338
821,461 821,461 0000000000000000000333ffb88eb2b732025735076892c6aad1331a27a49551 3,972 1.00/1.00 vMB 399
821,460 821,460 00000000000000000003ec2f101a7ee7c763324e72d721482b22f6ae6670bda1 3,906 1.00/1.00 vMB 386
821,459 821,459 00000000000000000002d1451b9178cdd80b0107ea7754676ea3eb3689c4c962 3,617 1.00/1.00 vMB 313
821,458 821,458 00000000000000000003ab0196bd368a3295c3bd2d117ec436248d0e884c43f8 3,952 1.00/1.00 vMB 321
821,457 821,457 0000000000000000000102aedb55dcf57260cfc450440e1d018151167477b11f 4,538 1.00/1.00 vMB 356
Previous 10 blocks ↓
Total Size: 782.99 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: 717.80 GB
    • Received: 17.86 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.