Loading Tool

Explorer IconExplorer

Memory Pool

87,548 transactions
32.43 vMB
0.14820470 BTC
Random Selection Loading Transactions
Max Size: 198.93/200 MB

Candidate Block

Mining Attempt 3bff5c52bfe3dd9ad9908aa91bcfbef7ba21d52657cec0b9bcb8681e609d8af6
Version 20000000
Previous Block 0000000000000000000024e14012baaaec51ffbde7f4c16099d63d5881173d65
Merkle Root f18fdb67cdf7c29b6a4e41e1e39d96be0d4d4abbf70d6d69b6220365d0fbd744
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,317
Size: 1.00 vMB
Total Fees: 0.06559648 BTC
Feerates: 502.65 > 6.57 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,217 (344,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
570,928 570,928 0000000000000000000e17a4f85436388d3bf3cab84b01d2ab681fef6cacaa5f 3,085 1.00/1.00 vMB 149
570,927 570,927 0000000000000000000cb080a6893b2b82ce9204cb59cb8b0a538ed267d4b0d3 2,431 1.00/1.00 vMB 105
570,926 570,926 0000000000000000000b622b5d843066636a030c33a8685bcae13eab2bc0a0e0 2,365 1.00/1.00 vMB 131
570,925 570,925 0000000000000000000f54908b5147e8456fdf6d77bca001c58d9fde0188480f 2,641 1.00/1.00 vMB 117
570,924 570,924 000000000000000000156e364f082f41a319719b04e3461f0d5f250f74d5638a 1,618 1.00/1.00 vMB 116
570,923 570,923 000000000000000000087018150d46e7e688aaefd9311c2d41c2e5f086d1e6e5 1,920 1.00/1.00 vMB 121
570,922 570,922 000000000000000000188af393531d7f6863f30b691aaa3513adf8ff2ebe0c10 2,574 1.00/1.00 vMB 128
570,921 570,921 00000000000000000017ee398ee5bbc55ba1ef9eda1684557d093a88e2eb67b7 2,632 1.00/1.00 vMB 144
570,920 570,920 0000000000000000001e0e473c5b6c5ad51fe256a310f7a444adac4f0d6dedb1 2,787 1.00/1.00 vMB 121
570,919 570,919 0000000000000000001364b902d6c259f3c849fc9ce2666b129e06a71c02a627 2,566 1.00/1.00 vMB 82
570,918 570,918 00000000000000000012a8ec231ae590b0f83078c85fc34fbf4d8a317161de5d 2,691 1.00/1.00 vMB 56
570,917 570,917 000000000000000000205cd1ef3ea2dcc67d532ce61e2a988f7f6e831747f48b 2,857 1.00/1.00 vMB 83
570,916 570,916 0000000000000000000c67e8a69fb5eeaf032b415097e11a29c0137dcf91cf71 2,849 1.00/1.00 vMB 68
570,915 570,915 0000000000000000000fb15a1f13587fa543ac04abf24ec1893562cc58a9f178 3,260 1.00/1.00 vMB 93
570,914 570,914 0000000000000000002b300245bfe97fb1508168fa7573e75073c8dbc6155166 2,765 1.00/1.00 vMB 139
570,913 570,913 00000000000000000009b885ca92c92954506ea15344715929134cce3f666c04 3,026 1.00/1.00 vMB 93
570,912 570,912 000000000000000000273ee705445298539056ea89d3ec88adaa7dd238fc7027 3,300 1.00/1.00 vMB 105
570,911 570,911 0000000000000000000798fe39b39e705928ce40cc047c97377e40faa9e4c68d 2,590 1.00/1.00 vMB 152
570,910 570,910 0000000000000000002a31d41008bfa3e0c9e4e94c033fca31e8af528fb89e11 2,996 1.00/1.00 vMB 100
570,909 570,909 0000000000000000001fc62441cef91b171a42fed84b4c8a42f55c4cca34167f 2,868 1.00/1.00 vMB 118
570,908 570,908 00000000000000000024714bcaaf0d1aab2f5fc61c6de63a2772a11ce5e8587e 2,581 1.00/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 782.76 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: 709.15 GB
    • Received: 16.85 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.