Loading Tool

Explorer IconExplorer

Memory Pool

27,809 transactions
27.46 vMB
0.06364096 BTC
Random Selection Loading Transactions
Max Size: 132.17/200 MB

Candidate Block

Mining Attempt 903df3948bb400837c83f809227eb56073dce388f410845b5291e80e2f0299be
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root ef2f454909ae4fc250cd5af53fb9a26e4c85f7201cd9f248e4eaa7ef62b4fd5d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,276
Size: 1.00 vMB
Total Fees: 0.01152935 BTC
Feerates: 44.54 > 1.16 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (453,692 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
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
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.93 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.