Loading Tool

Explorer IconExplorer

Memory Pool

27,494 transactions
27.71 vMB
0.07612142 BTC
Random Selection Loading Transactions
Max Size: 132.91/200 MB

Candidate Block

Mining Attempt 4110c6d3a9ad4cdba9a2a9174fe4779abe02dfadd7c597f699fbf961ec09eb04
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root cb761bdb0df7e79398790c498e456aae80678456706d5291562e9cb6a42393df
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,300
Size: 1.00 vMB
Total Fees: 0.02338603 BTC
Feerates: 300.91 > 2.34 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (453,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,811 460,811 0000000000000000012623aae44bf4c2791306e84a62a7b0f708c8aadd6808d4 2,011 1.00/1.00 vMB 128
460,810 460,810 000000000000000000dcf37b340c6fe55b6fa59f462d92e9bcb41301109498a7 2,065 1.00/1.00 vMB 170
460,809 460,809 000000000000000001c2e6b680c3f089d5c9e1177a1c1fcc36eccec5928290a2 2,261 1.00/1.00 vMB 95
460,808 460,808 0000000000000000001efb31cdd06f7c3f0ecc4cf6dd2597bee2ab022457de26 1,451 1.00/1.00 vMB 113
460,807 460,807 000000000000000001953e14ab05661ccb785182e36c44772e8f1e57ee2b6ea3 1,727 1.00/1.00 vMB 71
460,806 460,806 000000000000000000154f447f1681a628c4dc43de704a5d79265407ca3d3539 1,484 1.00/1.00 vMB 56
460,805 460,805 000000000000000000aef339d75c0db711632d1c20904c840bb9d712bcc3a6a1 1,068 1.00/1.00 vMB 84
460,804 460,804 0000000000000000004b0bdd06ada35eecddeabfccaef1a1322bd0718f74de1a 396 0.99/1.00 vMB 78
460,803 460,803 000000000000000000280410a4b4ba39cc2a0c1b7e3bd16cb56cebb4c4cfde92 1,741 1.00/1.00 vMB 126
460,802 460,802 00000000000000000156d8749922b897b5d859ce2d836748e8a72063d570b095 1,423 1.00/1.00 vMB 129
460,801 460,801 0000000000000000020565fb7b95fbfc4a56690c823c43bf4292fc5f97f55d03 2,302 1.00/1.00 vMB 135
460,800 460,800 0000000000000000012f1e8edad68eeb24457226dd9d870843b755213583ca70 1,971 1.00/1.00 vMB 118
460,799 460,799 000000000000000001046b665bc791fbc291f02d390e179dcdae7706fffbd154 2,074 1.00/1.00 vMB 166
460,798 460,798 000000000000000000c293c6d843f6a4cae09e9dfafb698a8f6a9b8110299023 2,165 1.00/1.00 vMB 246
460,797 460,797 0000000000000000016181565bff63d6b544ea6bc20819a7a331256b87f3a3ae 2,243 1.00/1.00 vMB 133
460,796 460,796 000000000000000001a775c7648197464bbf1a67dd6277d666a64a59626853e3 2,288 1.00/1.00 vMB 174
460,795 460,795 000000000000000001f325278b50dac72ff233b49e186c9e0be4c2d02c778ec2 2,273 1.00/1.00 vMB 169
460,794 460,794 0000000000000000012b3f9003783e9e33ca30743a42147b83f311253c703c1e 1,766 1.00/1.00 vMB 123
460,793 460,793 000000000000000001a8ec5894d1584c12d03edfd7ac2e7693543379fa0ebaa0 2,214 1.00/1.00 vMB 178
460,792 460,792 0000000000000000015d47c2aca1adac73d4184341e7958bda1387a3a37afe75 1,525 1.00/1.00 vMB 113
460,791 460,791 000000000000000001a9910faf76df870614559ecfb3a6da2b72961a9f0ba87b 2,154 0.99/1.00 vMB 128
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.25 GB
    • Received: 10.83 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.