Loading Tool

Explorer IconExplorer

Memory Pool

85,726 transactions
31.45 vMB
0.13555126 BTC
Random Selection Loading Transactions
Max Size: 189.61/200 MB

Candidate Block

Mining Attempt 8e7b8f2942ccd93dc934b79ecb05d844a1fa0d30f590b5cbf2ea26de7da473b3
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 325df80f9edcd7fe9f9745b142e75fa359e052df0d7cd7efc4e7007b8c7e7d60
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,768
Size: 1.00 vMB
Total Fees: 0.05822255 BTC
Feerates: 214.31 > 5.83 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (404,379 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,590 510,590 000000000000000000028d635bb96b885416cb380e2f8bf78d74cf6861fa8d22 637 0.96/1.00 vMB 9
510,589 510,589 00000000000000000016fb069ce870220071315770eab71a1566c570b7b2c160 2,494 0.96/1.00 vMB 44
510,588 510,588 0000000000000000001808b7aee6ed21be00bef229bf92af544078737de6bd4e 2,123 1.00/1.00 vMB 30
510,587 510,587 00000000000000000013b132a4b3c5d65f6246da378ab65ccf87209bd5858804 2,239 1.00/1.00 vMB 13
510,586 510,586 000000000000000000001ad4545dff72b1ba421e19d290e49c4ce3c4917a4868 2,588 1.00/1.00 vMB 45
510,585 510,585 00000000000000000056acfc1c04075fa2b8615d10d33e2ce4520f974cff71bb 2,878 1.00/1.00 vMB 43
510,584 510,584 00000000000000000058a2e1e984065b3439067ce642f9dc7f668269ef091be1 1,311 1.00/1.00 vMB 9
510,583 510,583 0000000000000000002cbbe5d5e83b67a9eb3669c8267440f00c2cb384c83c11 2,432 1.00/1.00 vMB 29
510,582 510,582 00000000000000000018b10b536d6cbbbc7c1e061562a812f92aa8bc82e98aa1 2,629 1.00/1.00 vMB 56
510,581 510,581 0000000000000000001ac13a5053d02dba05a919852e12eb6c8bcc40b7afa027 864 1.00/1.00 vMB 12
510,580 510,580 000000000000000000563a008a2526cbe6ec9e683a817100619821177a4e8d2a 668 1.00/1.00 vMB 11
510,579 510,579 0000000000000000003de08bb598011066490f4327445b378241f5fad141e43e 2,462 1.00/1.00 vMB 38
510,578 510,578 0000000000000000002f1a74317723ef0a8e8b0f7e72e86b190c35c38be372df 1,822 1.00/1.00 vMB 33
510,577 510,577 0000000000000000000417e1aee9b2330f679323639bf3b9e08479113d1f43bf 1,940 1.00/1.00 vMB 31
510,576 510,576 00000000000000000032fd179784f79c99ee355b29a04e5235eaadc73c06d5e9 2,101 1.00/1.00 vMB 54
510,575 510,575 0000000000000000003667c3dfb37e3e9859fd48750350fbc2051ed024811e8d 2,171 1.00/1.00 vMB 54
510,574 510,574 0000000000000000005cc398a367dcc61264b28073b213faca4dc3e64e989dd4 1,174 0.99/1.00 vMB 19
510,573 510,573 0000000000000000004be1a6defc440c4d0277130b4963c8854d33309b25b42d 2,214 1.00/1.00 vMB 31
510,572 510,572 0000000000000000005c597f2927523293f2ff2b18c8b00fd23bc339b8ec03d4 2,132 1.00/1.00 vMB 55
510,571 510,571 0000000000000000004157307eac33d0e0e2a094eb290a7bcdd2aed6ead98ceb 894 1.00/1.00 vMB 15
510,570 510,570 0000000000000000003f1a83353afe551972f9fab155879340738ac4e1c1db58 1,886 1.00/1.00 vMB 56
Previous 10 blocks ↓
Total Size: 782.33 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: 660.69 GB
    • Received: 14.77 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.