Loading Tool

Explorer IconExplorer

Memory Pool

73,404 transactions
27.16 vMB
0.06186417 BTC
Random Selection Loading Transactions
Max Size: 165.93/200 MB

Candidate Block

Mining Attempt e214cf42478e441de1d794720408f104cb92d17fd43e3aa2d9a9493fe24797f8
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dd74c2f328ad26b8c56132265e81210cceb80a9acd0dbed2f574dc0851d933eb
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,985
Size: 1.00 vMB
Total Fees: 0.00394162 BTC
Feerates: 14.05 > 0.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (460,100 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,211 455,211 0000000000000000021a98dffabf095397f97856976afe9460df350c79c18f2b 1,980 1.00/1.00 vMB 118
455,210 455,210 000000000000000002781429bcb41eaf2448224d875b0f2f28f98307dae339f4 1,554 1.00/1.00 vMB 135
455,209 455,209 0000000000000000013238d24ab4fbb2ec1caf4194f108ad5fbaada456ba636d 1,867 1.00/1.00 vMB 122
455,208 455,208 0000000000000000025fa3de12190d59a5589a5d313519439ea9a5e628de9e21 1,756 1.00/1.00 vMB 145
455,207 455,207 00000000000000000118d89eea098cbe34328cae5da60a6fa8b845381e907f0f 1,905 1.00/1.00 vMB 180
455,206 455,206 00000000000000000103377d6a993dc248ef8ca273deb325df8818a781955fff 1,978 1.00/1.00 vMB 136
455,205 455,205 000000000000000000f9f1d754128a6e9236b23e4924e064d9b826e628c84227 1,922 1.00/1.00 vMB 92
455,204 455,204 0000000000000000015fd46f7ab6ea7ebfad5581d6f7ae698c60a1ccecd6bab6 2,409 1.00/1.00 vMB 139
455,203 455,203 00000000000000000150f82594ee4ae9a365b4f1bdcdf9f279a22d76d8d3f93e 2,832 1.00/1.00 vMB 119
455,202 455,202 000000000000000001c4fa20d5582849f832abe51c96acf0d7c0cdb1fb9b84bb 1,780 1.00/1.00 vMB 134
455,201 455,201 000000000000000001496c810d66b61caf3ade15398a4657e4b2a557f876919e 2,845 1.00/1.00 vMB 171
455,200 455,200 00000000000000000134f0b449d116e92b42128312a3ffc72a4d5f454d00b4ac 3,379 1.00/1.00 vMB 136
455,199 455,199 000000000000000001bc4deda6dad82973b6ee8ea617519b7e52ccdb5459c3e2 2,303 1.00/1.00 vMB 139
455,198 455,198 000000000000000001b24db2b626fcbbc7a5d09537c90768da46cce07ae83dff 2,569 1.00/1.00 vMB 128
455,197 455,197 000000000000000002353e172788c009782c242ba08b1776179344d1491a6d33 2,416 1.00/1.00 vMB 145
455,196 455,196 0000000000000000008a56ca6ae5157f70551b33d1b5609525b4e55c02c952b1 2,012 1.00/1.00 vMB 63
455,195 455,195 00000000000000000225804f1cc60970ecaf4de567989436ae31007be7cb5b20 1,811 1.00/1.00 vMB 134
455,194 455,194 0000000000000000002c9b5d09cd81aab5d2d3a322e72b5bdc731354b972c4ca 2,388 1.00/1.00 vMB 176
455,193 455,193 0000000000000000014222fe9b242171bddd7bb98c3479fdeac21d6a767eece8 2,737 1.00/1.00 vMB 192
455,192 455,192 00000000000000000221e5732e89494c094d993ed9f7cd385ded2f70cccc9f2d 2,758 1.00/1.00 vMB 138
455,191 455,191 0000000000000000005e5ffc85ba3852328967483b6f985bf6f7173a11fd4358 3,107 1.00/1.00 vMB 121
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.