Loading Tool

Explorer IconExplorer

Memory Pool

55,179 transactions
31.61 vMB
0.18984064 BTC
Random Selection Loading Transactions
Max Size: 170.22/200 MB

Candidate Block

Mining Attempt 3fbbdd9c540944dab2623520246174745d3dce38d2137a072dbad3b9b3e5ca74
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root a89c8925144c0ecb53b976146711583afe3f383a0d7bb2f97df97e22dd42c085
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,407
Size: 1.00 vMB
Total Fees: 0.08623454 BTC
Feerates: 150.75 > 8.64 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (173,480 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
741,333 741,333 000000000000000000006ce5dd8e02abd7bf8c3c2deed3d01ffff750aea8d8d2 762 0.28/1.00 vMB 17
741,332 741,332 00000000000000000007ff4af8f4aca68e20e50a568fc182211d7a6b77110cf7 784 0.30/1.00 vMB 19
741,331 741,331 00000000000000000006d29d14d9504135e4cbe67c4dc0e01091e31338397a21 1,736 0.67/1.00 vMB 18
741,330 741,330 000000000000000000000438b89d0933ee1f7f58eec8a71a1abd0b757e52a2cb 263 0.26/1.00 vMB 3
741,329 741,329 00000000000000000001921cc02eb909c05d4b91d445976bad5f4867e8d9a63f 2,592 1.00/1.00 vMB 13
741,328 741,328 0000000000000000000667a3aa74c4c49b97eaf141aebf33da0d3e99227881a3 1,603 1.00/1.00 vMB 10
741,327 741,327 00000000000000000001b9f5f78eb86d73c190319e362eb1e13b6b6901e4f286 2,188 1.00/1.00 vMB 19
741,326 741,326 000000000000000000051a7ede923cbe2a49b115bb331beac7b631df3b8d0179 2,601 1.00/1.00 vMB 34
741,325 741,325 0000000000000000000761528937c5097241e4efcf0f8c5d31807399fe6cf37b 2,856 1.00/1.00 vMB 20
741,324 741,324 00000000000000000006f3e4a764a2dd052153180ab9a50bade19527cbae89c6 838 0.44/1.00 vMB 13
741,323 741,323 000000000000000000080678a845a9b7291fe38ba907e1a94796e237c1817722 1,967 0.83/1.00 vMB 15
741,322 741,322 000000000000000000022fbeca60373c793d2428892f335e666c144e22ebb899 475 0.16/1.00 vMB 17
741,321 741,321 0000000000000000000629c73f01d3582f656c90f80a3fcb82ffbdc26848c5e0 1,034 0.38/1.00 vMB 11
741,320 741,320 00000000000000000006f0dc52209ad20b6c13511b9f9384dd5641b64cf4d6bf 1,521 1.00/1.00 vMB 9
741,319 741,319 000000000000000000025dec7c59d363d91d979815869352e3001e3aed34fa2a 1,931 1.00/1.00 vMB 14
741,318 741,318 00000000000000000002162f1462b14691ed48288b17e4ea200e940fce6b2ba0 2,969 1.00/1.00 vMB 26
741,317 741,317 0000000000000000000694bd297886d731254566c4a0f260c34bbbc639f2fcd3 2,144 1.00/1.00 vMB 13
741,316 741,316 00000000000000000001f2e761632e6454faf9b8668af961ed533c24b83a1cb0 2,730 1.00/1.00 vMB 12
741,315 741,315 00000000000000000007e472c98a15e6e732c647f97bcd9d2b23d05f9728ebb5 1,157 1.00/1.00 vMB 18
741,314 741,314 000000000000000000024512097a00278d568052cd34bd3b18c9d1bd220549a7 2,404 1.00/1.00 vMB 20
741,313 741,313 00000000000000000004c15d573c3bc4f5e89ffb26d3709901e0e2c4f6e08def 2,858 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.06 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: 651.12 GB
    • Received: 13.42 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.