Loading Tool

Explorer IconExplorer

Memory Pool

39,197 transactions
28.56 vMB
0.05872542 BTC
Random Selection Loading Transactions
Max Size: 145.09/200 MB

Candidate Block

Mining Attempt f5b1c80e2311548cb6b4a882f28a92dcc4fd1b3f662da58ca8972d1e9cb6b62e
Version 20000000
Previous Block 000000000000000000012d6c916022b0c29b256de4137f6a37cd2f35e9040386
Merkle Root 1f92e5e10b40d544fc8ec4da3003d0e815158cefb2819277fbc37e90d4c401b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,921
Size: 1.00 vMB
Total Fees: 0.00355656 BTC
Feerates: 10.07 > 0.36 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,543 (177,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
737,257 737,257 0000000000000000000752e81a0da66f0983309f229e0886910f9428a415b66d 35 0.02/1.00 vMB 9
737,256 737,256 000000000000000000087dc1d5070483f3b4c78e22821ff4d785d1c557fc161a 822 0.41/1.00 vMB 11
737,255 737,255 000000000000000000048705de4209d1d455f94675de8a561c8363e81325b8c4 1,442 0.72/1.00 vMB 11
737,254 737,254 00000000000000000002d3f25355f097b796cf58c8dff6763e14c51150da8b25 1,695 0.94/1.00 vMB 9
737,253 737,253 000000000000000000027428c3191a68fa705d9f32d5312f2749b6ae24eaea47 1,960 1.00/1.00 vMB 15
737,252 737,252 0000000000000000000892bffd6981316d1e3bc4b733e98797c5f65081be5681 1,582 0.55/1.00 vMB 13
737,251 737,251 00000000000000000000d2d004d433ddfa1955a5313cbda6adf226c594d8a6e6 194 0.16/1.00 vMB 3
737,250 737,250 00000000000000000002db1b1bb253ef8a77ffef5f2c4557c8aa9f1b962cdd00 1,141 0.43/1.00 vMB 15
737,249 737,249 0000000000000000000060f487d53b1b4e874ef88bd4c21e039a0a35ffbe3926 422 0.16/1.00 vMB 6
737,248 737,248 00000000000000000000f292b3327de0982cbc8921fcc981b1118f8f55c133d4 2,855 1.00/1.00 vMB 14
737,247 737,247 000000000000000000034f1dde2c68c0dadadac660231612e7606b59c997b37f 356 0.19/1.00 vMB 7
737,246 737,246 0000000000000000000089924bbb04acc1e3e7482a381228c5c4329c14d7ffe3 1,999 0.88/1.00 vMB 17
737,245 737,245 00000000000000000001d9cbf633c3b81b955c17504985eb910166d4ec2f1464 1,643 0.63/1.00 vMB 7
737,244 737,244 00000000000000000000de73e5a91de54c74cb14f02eeacb934588fd7a6d8118 2,491 1.00/1.00 vMB 15
737,243 737,243 000000000000000000009ef2461c3670ce4d70cedb22d05fe2cfb55563d3cd23 1,485 1.00/1.00 vMB 19
737,242 737,242 00000000000000000002a3d38b35675726515e3195df7471eb1f91ead2a57a4c 1,280 0.50/1.00 vMB 13
737,241 737,241 0000000000000000000467a84214ec96f89c075f13943d843b12f0ca7f15620a 803 0.30/1.00 vMB 12
737,240 737,240 00000000000000000004bd9c6e325c144c2846f78deec9b960a1b7a91d394510 819 0.72/1.00 vMB 3
737,239 737,239 000000000000000000089bfb3c32f33b6d567763e94806d2cec47ddcdc1b00b0 1,148 1.00/1.00 vMB 6
737,238 737,238 00000000000000000003ba159e3a22ea91282a000b789e7b942a381131960701 1,001 1.00/1.00 vMB 4
737,237 737,237 000000000000000000075111f4f7c8698b2b0ffcf9b7dc5c36a0f129e261717a 2,613 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 781.57 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: 622.66 GB
    • Received: 11.36 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.