Loading Tool

Explorer IconExplorer

Memory Pool

40,664 transactions
26.13 vMB
0.07021217 BTC
Random Selection Loading Transactions
Max Size: 135.92/200 MB

Candidate Block

Mining Attempt 75f33025fbf9cdc00182140a52d035388707e1f249e62a0327d004f415e066e5
Version 20000000
Previous Block 000000000000000000013172dab51509996317423f3aad076a64431a5d3c1352
Merkle Root 71d89336c2fb78151019ad7bf9a33c921e7aea551ee59c6ab52fd511cdb3b68c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,308
Size: 1.00 vMB
Total Fees: 0.02263342 BTC
Feerates: 150.98 > 2.27 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,874 (663,077 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
251,797 251,797 0000000000000005b0a58645793054dc9f23fd5fbbfbeb384a039fc76d261afe 341 0.17/1.00 vMB 136
251,796 251,796 00000000000000173ae48f8ba5a195d1b862d49ad0334f7580bae78b2f1a7630 717 0.25/1.00 vMB 197
251,795 251,795 000000000000003513d2025d34fe3afff49f1895a2e0407a388394f42f5f3afd 256 0.14/1.00 vMB 86
251,794 251,794 0000000000000000a4f10301241780f96018e77a7ee7843cb045c70dce475f06 64 0.03/1.00 vMB 85
251,793 251,793 00000000000000650aceaa47a1e3c8eaaf3634f6e972ee8ec5d4c3ad661aafa1 350 0.49/1.00 vMB 34
251,792 251,792 000000000000006b9530e5ab8b1da55411638eab1dca11e5ad2a7fa573e17936 131 0.05/1.00 vMB 117
251,791 251,791 000000000000000906b35408dfe375d30eebf5380640c2bd2f2ca696e2a08ccb 255 0.10/1.00 vMB 92
251,790 251,790 0000000000000029c3a8efe0f2d1162e9c78cd77081f68355e3e17e11b731cfb 379 0.19/1.00 vMB 129
251,789 251,789 0000000000000028c43d6aff5a9e0504c5d37c3c60512e8b48a65ccfbfb188e9 36 0.02/1.00 vMB 0
251,788 251,788 0000000000000071b5f83ceaf869d88698e2a99f7cd5f17d208746c506d147de 512 0.40/1.00 vMB 35
251,787 251,787 0000000000000027fa5187a93cd1ed4742e7f59d106db132da5a33e0ceb0f9f2 723 0.50/1.00 vMB 71
251,786 251,786 0000000000000026df6798047a6ffe2344079552546d636f4c42b3f91d78f88f 1,167 0.50/1.00 vMB 99
251,785 251,785 0000000000000007733f271f1f215e6c29a6d19e80c2dd874ab310b7af619dae 95 0.19/1.00 vMB 43
251,784 251,784 000000000000006d8d3e7a1427a83427d18f05442b61f4482b346d9b7dbc7ba0 167 0.08/1.00 vMB 109
251,783 251,783 000000000000004f130cbaf655971cab22bd307af615e6da162f042a6ea0570b 27 0.09/1.00 vMB 46
251,782 251,782 000000000000000eb530da5a3c25bd271dd48e5f4a15db72c2bc7e4dccc16abf 225 0.23/1.00 vMB 105
251,781 251,781 000000000000006f43768ce5b3396438b9236a9686d29671066fa007a2df0ae9 106 0.04/1.00 vMB 91
251,780 251,780 00000000000000659a41e122d5ec2b177b64e1e5dbfa4f71cfdac4db572a286c 312 0.13/1.00 vMB 110
251,779 251,779 000000000000001188bc30412f464840b9612310b3b0e5d0d5afae0c5646a438 128 0.14/1.00 vMB 82
251,778 251,778 0000000000000040f1c5ca8a50f88f0db6187f86f481caca4d6d73f285d6312e 151 0.19/1.00 vMB 81
251,777 251,777 00000000000000549768e93dd315a418064b5c30381aa5588a74a11c69099ee6 213 0.11/1.00 vMB 159
Previous 10 blocks ↓
Total Size: 782.16 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: 653.44 GB
    • Received: 13.88 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.