Loading Tool

Explorer IconExplorer

Memory Pool

78,314 transactions
29.42 vMB
0.06678159 BTC
Random Selection Loading Transactions
Max Size: 176.66/200 MB

Candidate Block

Mining Attempt 7d8c975dfa9a9535477f842c303b1fd859d491b746826ecfcb53c464d154516e
Version 20000000
Previous Block 00000000000000000000187ee6189e7067e8587b66047a365b53e905d3f953f0
Merkle Root 4a21e075703c1e8cec0624349154686235880328aefccd4d2474280027d256c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,708
Size: 1.00 vMB
Total Fees: 0.00707454 BTC
Feerates: 180.34 > 0.71 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,017 (435,973 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
479,044 479,044 0000000000000000007557f4d12f634855a9ae2f29aa055a7ea68a25cee49588 2,142 1.00/1.00 vMB 153
479,043 479,043 0000000000000000007e4372aadc724a9d68a6c0b884af4f5a31623aa9f69129 2,602 1.00/1.00 vMB 175
479,042 479,042 0000000000000000004299292fe1d03fd7024d374450eeee051594ec95a4515f 1,325 1.00/1.00 vMB 52
479,041 479,041 0000000000000000002155e8c138b7257f0e99b67028d54a76ce3e630f8ae87e 698 1.00/1.00 vMB 31
479,040 479,040 000000000000000000d8058f4fc55dcf9f8adfeba68ac7b342b1cc3712d27e50 1,021 1.00/1.00 vMB 41
479,039 479,039 0000000000000000011a9a1fe6f343e0de9abff87ab7f6ae71f88c06f8be814a 1,011 0.91/1.00 vMB 49
479,038 479,038 00000000000000000130e59b0f90ca9819e0f335e7e8a0f00265b544cc25154d 1,113 0.74/1.00 vMB 68
479,037 479,037 0000000000000000010801bf10c1c99961b37a42bd26e1e09dfed34d87760292 1,286 0.99/1.00 vMB 55
479,036 479,036 00000000000000000005c210a7ca76cc44ebe9be072169e071f1c4d0f0af7cf6 1,088 1.00/1.00 vMB 16
479,035 479,035 00000000000000000011c2f6d27e71b3194ca6f937360fc3e68e0552b4f83583 1,837 1.00/1.00 vMB 125
479,034 479,034 000000000000000000e2b52455ab0c425ee28620e92893fa395f230a2e54b0f2 1,618 1.00/1.00 vMB 36
479,033 479,033 0000000000000000008f553e283e887d650916bdbe7c9584390a2267f2ad1595 2,435 1.00/1.00 vMB 156
479,032 479,032 000000000000000000bb05f32b087c72d9c9b4023bceff40083413f59c7c5a7f 1,084 1.00/1.00 vMB 30
479,031 479,031 000000000000000000075ad025c7976a390258a550cb36d65ce84b63611b8800 1,784 1.00/1.00 vMB 44
479,030 479,030 000000000000000000385e54d89348befdd8bd7f3623665e06f7c9129805a55c 2,446 1.00/1.00 vMB 157
479,029 479,029 00000000000000000139295ec4721f42b8c16ed3b08d0bcc906d5214facbce9f 1,393 0.99/1.00 vMB 118
479,028 479,028 00000000000000000031f4435488c9972b54b0b7e56e48d32da09fa3a018d5da 1,551 1.00/1.00 vMB 36
479,027 479,027 000000000000000000738fa59d50e4f399819503ee0dab296f6988dc363fbca0 1,957 1.00/1.00 vMB 96
479,026 479,026 0000000000000000007f16a9ae368e2656730230795b42fa92ad6aae2fe36905 2,108 1.00/1.00 vMB 78
479,025 479,025 00000000000000000063a8f1042024e8d1a98a7f98b29f48f9c29f915380fb59 1,611 1.00/1.00 vMB 105
479,024 479,024 000000000000000000fcaab0e8eb8520f6bafb9e3a38fbbffa66f1585b509892 2,060 1.00/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 782.43 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: 665.47 GB
    • Received: 15.14 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.