Loading Tool

Explorer IconExplorer

Memory Pool

79,564 transactions
30.14 vMB
0.10618161 BTC
Random Selection Loading Transactions
Max Size: 180.26/200 MB

Candidate Block

Mining Attempt cb5d29ef3e143f04049d73afa18ab4d6d8ffa70ef7f088d8b06b0cd62c3ec2f5
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 2e4d761fbaeda64bccfae7f5f43b3064e75e470728650dcffb790c1ff21a6ef2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,686
Size: 1.00 vMB
Total Fees: 0.03547007 BTC
Feerates: 151.00 > 3.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (528,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
386,199 386,199 00000000000000000a0faea1c895f930c9edd4843f3b387fc9c62f70dafe7bfa 2,556 0.95/1.00 vMB 42
386,198 386,198 00000000000000000eb370604d613d6cf97206dcb6251a02e377c1302679f0b5 2,658 0.95/1.00 vMB 42
386,197 386,197 00000000000000000580d60baeb2c56e166c9af55824f49ff0022589abb11342 438 0.23/1.00 vMB 29
386,196 386,196 00000000000000000a9be45e03ad7695414a08c37b452a1dd4f7285fd8839144 756 0.46/1.00 vMB 28
386,195 386,195 0000000000000000060b495405b5c588f58fc937390ae4fd3dc9f7f29784ca6c 1,005 0.43/1.00 vMB 32
386,194 386,194 000000000000000002fc14b956a2cfff6b444d11ef4e521e5e98dd1ab03f93dd 270 0.17/1.00 vMB 24
386,193 386,193 000000000000000001115998d922fa730a606253e08c248810576fd9cae0268d 965 0.68/1.00 vMB 22
386,192 386,192 00000000000000000d92e62e341daf93c67348a9a9105a26519d6f4432139d2f 1,841 0.66/1.00 vMB 44
386,191 386,191 000000000000000002d6151d345bd1019ab117a7cdf59b99eee0221c0ebf3896 1,921 0.85/1.00 vMB 34
386,190 386,190 000000000000000009bfcf72ea74ead67c6b32aa1805ce802a2175f933c91a92 1,500 1.00/1.00 vMB 23
386,189 386,189 00000000000000000f1820c9d0822e82146906af5807a12d492815c8f14e92c2 560 0.40/1.00 vMB 19
386,188 386,188 000000000000000007976c0d3b58cabc689001a172b636d1854056bda6ec2c83 1,544 0.53/1.00 vMB 48
386,187 386,187 0000000000000000023369582143b1c3add66b32787ed3263d2a55e70aa96c0d 333 0.24/1.00 vMB 24
386,186 386,186 000000000000000002bb0ecbd572f5a8eb86fb39633a2f084bc1bbe413cbe293 481 0.18/1.00 vMB 41
386,185 386,185 00000000000000000160a61e6a3e8b356c4f80b6065ab33273a6ded4ca89fe67 1,371 0.68/1.00 vMB 29
386,184 386,184 00000000000000000e0ea63b3ba2d2223481ad54d8e4fffbe7b2cda57e0e1a75 1,325 0.64/1.00 vMB 32
386,183 386,183 00000000000000000e29bd79db17141a09ac14db439a080823b47f1a1d074267 1,413 1.00/1.00 vMB 22
386,182 386,182 00000000000000000878af61315f493ff30f089edb57cc27c2902ff8557b2aa5 1,536 0.89/1.00 vMB 30
386,181 386,181 00000000000000000525df7ceae391c104cf2d2b1c00162050a979dd2b991851 487 0.20/1.00 vMB 38
386,180 386,180 00000000000000000eeaa9d0771d52ff0664075f7fefd4c5fcc9cae45e9b113c 141 0.11/1.00 vMB 21
386,179 386,179 00000000000000000c1e6c498a43c359a7f930db8efeb8d4e5733b327758f557 1,221 0.56/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.65 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: 672.53 GB
    • Received: 16.26 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.