Loading Tool

Explorer IconExplorer

Memory Pool

76,540 transactions
29.83 vMB
0.09046562 BTC
Random Selection Loading Transactions
Max Size: 174.63/200 MB

Candidate Block

Mining Attempt 8b69697b1daf5ebd24f76b3f0ef519fb76bd1235a078478f3cebff86a3b0522f
Version 20000000
Previous Block 000000000000000000000bcdda90aad21da2c4fb6d5c8b9804ee1aa0df340738
Merkle Root 3a5d9e52672dd593f781ae1a7807726c5295b9a573dcfc59f74d78a49d4b7c8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,727
Size: 1.00 vMB
Total Fees: 0.02450828 BTC
Feerates: 201.50 > 2.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,057 (261,259 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
653,798 653,798 000000000000000000084a38bee081063330398137eacb37628c5c8d2618089f 2,021 1.00/1.00 vMB 91
653,797 653,797 000000000000000000046b5ed5b6543aca3fd3f7230a4baef02064868e19648f 2,072 1.00/1.00 vMB 80
653,796 653,796 00000000000000000001d214b147f3f520461bd9e92117ab821971c11c9b33f5 2,422 1.00/1.00 vMB 79
653,795 653,795 0000000000000000000b3f6740ee03f78dbfdbdc588cfd130ce690d01025d22f 2,594 1.00/1.00 vMB 89
653,794 653,794 00000000000000000003174a61ff4225b30012bfc6904b1931e3a6e98a5718bf 3,001 1.00/1.00 vMB 145
653,793 653,793 00000000000000000001ee7d74607792f156179d710629c20449db75ffa69216 2,748 1.00/1.00 vMB 77
653,792 653,792 000000000000000000044135ddcabf325fda7c33a0a0d7f714ca7d6aa1ba6abb 2,423 1.00/1.00 vMB 113
653,791 653,791 000000000000000000014f3a48f6b2e69d5800cf3d0541b72f8bbf3c8d89d9e1 2,576 1.00/1.00 vMB 146
653,790 653,790 00000000000000000003e201bbc254e11cc9298c07e5b48cad7954e489cc3cad 1,802 1.00/1.00 vMB 133
653,789 653,789 0000000000000000000096f4d1dbcd6154c1132117ba19ac22f84287d863b9ce 2,696 1.00/1.00 vMB 99
653,788 653,788 0000000000000000000aabc594d10fd75ee25c938f0bb6f3c2783b70a79044c5 2,785 1.00/1.00 vMB 102
653,787 653,787 0000000000000000000140772e0d7fc37b92068779bab71f2b5fe717c83cf00c 2,534 1.00/1.00 vMB 136
653,786 653,786 00000000000000000000f05ba5a48362bd4f21929f0d4333f47a3ef0d9fd6fe3 2,190 1.00/1.00 vMB 105
653,785 653,785 0000000000000000000b460591465e984db17b5116bfc0c1beee1ac8cb70776a 2,537 1.00/1.00 vMB 91
653,784 653,784 00000000000000000009e04cce4a8a70232541d027007a0a45df51c053a73af0 2,293 1.00/1.00 vMB 90
653,783 653,783 00000000000000000009fdda304403335911764a7feba46bf110070b3ec56cb6 2,751 1.00/1.00 vMB 120
653,782 653,782 000000000000000000060061039c3413d73e22a8a66941270a2e0d8d7586b494 2,826 1.00/1.00 vMB 100
653,781 653,781 0000000000000000000ab1042d42ecb36516b48f57f65ffdd4c1515967118caf 2,001 1.00/1.00 vMB 101
653,780 653,780 00000000000000000008587ee5d70049a9842b3589a7dc4f0935479fde79e0b2 1,436 1.00/1.00 vMB 94
653,779 653,779 000000000000000000014a74d1219131abac70b158a5d5f60680811723a23237 1,919 1.00/1.00 vMB 126
653,778 653,778 000000000000000000066ac22da76e8ba73fab5143dc61deae896f9c831c91de 2,446 1.00/1.00 vMB 94
Previous 10 blocks ↓
Total Size: 782.49 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: 668.27 GB
    • Received: 15.46 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.