Loading Tool

Explorer IconExplorer

Memory Pool

34,208 transactions
29.45 vMB
0.07738112 BTC
Random Selection Loading Transactions
Max Size: 142.63/200 MB

Candidate Block

Mining Attempt dc0203bdf6b0f9c6894c7518e5f781c8577561806b0759320fe78716339e0945
Version 20000000
Previous Block 000000000000000000016a655abee59fb1fe04633919e8d234db6ab1188b5de7
Merkle Root 67a089f70673a5a99fbe6680f1bd0fcc0e6f6b8e67ed076609f59b87c0e8b26d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,221
Size: 1.00 vMB
Total Fees: 0.01363627 BTC
Feerates: 72.50 > 1.37 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,518 (453,718 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
460,790 460,790 000000000000000001a9f061eb5167300700cd0197f8ac1f9f43a111b0583ce5 2,328 1.00/1.00 vMB 218
460,789 460,789 000000000000000002126c6ca4b12faed35fe0d4b59585280e790c8fdc880de8 1,764 1.00/1.00 vMB 145
460,788 460,788 000000000000000001a5636b979fa4f72005cd07cee388931e3c17e0a7310122 1,306 1.00/1.00 vMB 224
460,787 460,787 00000000000000000086809e2dce16c7b2f9d1dc590115d3cdafc40a489c7f0e 912 1.00/1.00 vMB 193
460,786 460,786 000000000000000000aa7e1afc771cb5da95064e09732e0743a9f9d58932ae28 775 1.00/1.00 vMB 319
460,785 460,785 000000000000000001833e3add225f3a9086ef395909484b6fe24749c0b07a9d 2,167 1.00/1.00 vMB 211
460,784 460,784 0000000000000000018e2900fcadce5c781dba5896f5bec153172cb353b6d434 1,819 1.00/1.00 vMB 117
460,783 460,783 000000000000000000cd8dc6d3d7dbdc476fba7976799827e3bb992e6eec5ae3 2,466 1.00/1.00 vMB 113
460,782 460,782 0000000000000000005b7f41a2d94f7910645ca202b5a49374388fa1a2d3ab42 1,957 1.00/1.00 vMB 163
460,781 460,781 0000000000000000017e7fac6aa8078ee5863733f08a84f842b2f3bd7993737f 2,308 1.00/1.00 vMB 130
460,780 460,780 0000000000000000014d844cab08265ffe33ec6597a948f176aef8b4ffe5c7ed 2,446 1.00/1.00 vMB 201
Previous 10 blocks ↓
Total Size: 781.53 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: 613.79 GB
    • Received: 11.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.