Loading Tool

Explorer IconExplorer

Memory Pool

81,781 transactions
30.99 vMB
0.11589215 BTC
Random Selection Loading Transactions
Max Size: 185.44/200 MB

Candidate Block

Mining Attempt 118a7e7a178742827180cf9e26ddb9b7bd73434ce49e447f6d663dae710f5332
Version 20000000
Previous Block 00000000000000000000b8bb4db39a0e97c8954f43fc10a0b1b8a513d2398ed1
Merkle Root 3f10eb874d2b2563577c28147d42f4a5755e930554ae7e821e8385db048c43f1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,451
Size: 1.00 vMB
Total Fees: 0.03310137 BTC
Feerates: 101.42 > 3.32 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,150 (432,116 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,034 483,034 000000000000000000f6f0aff46329576b07abefd2ecbc2be1e439adb111419a 1,839 0.82/1.00 vMB 132
483,033 483,033 000000000000000000cd96b010e11384f2ac6a4430d1b0a9e47aad7128636806 2,041 1.00/1.00 vMB 405
483,032 483,032 0000000000000000002c0d67225e95784344c0a8fb80a58eb8716382fd2c84bd 1,661 0.79/1.00 vMB 307
483,031 483,031 00000000000000000025e5c01f5132bb1be50f9e316ced2a4c221f95245b95bb 788 1.00/1.00 vMB 94
483,030 483,030 000000000000000000cc656d8af721a5b29b4f2ef2fcfaf2243e5279cb619c74 233 1.00/1.00 vMB 4
483,029 483,029 00000000000000000045442dbb327a98f79ed1f4d938ca8f9ebf545a9c464857 1,615 1.00/1.00 vMB 75
483,028 483,028 0000000000000000002187d839a42cbc483575efb4054ea8b9adda6bd606e470 2,380 1.00/1.00 vMB 195
483,027 483,027 000000000000000000cde1aad6e55279cbbea3d7b32c50f14300c7650fe04f6e 2,206 1.00/1.00 vMB 220
483,026 483,026 0000000000000000009456805a855221275bf5f5fb84a2e537d70e93e70b10d2 1,714 1.00/1.00 vMB 150
483,025 483,025 00000000000000000031af0598fd923f830999398cc1a9e4bff55f3292c5d7fc 1,983 1.00/1.00 vMB 211
483,024 483,024 0000000000000000000d482d41ab92c37f1f3e48395ba220bf484eb79c490f7d 1,970 1.00/1.00 vMB 277
483,023 483,023 0000000000000000002411eb130074821abb28f854bf3566b9bf1d7f7496d52f 2,354 0.99/1.00 vMB 391
483,022 483,022 0000000000000000004d64efc13a2c446112cfee3f1db7b1788cd23ce59bf991 2,029 1.00/1.00 vMB 426
483,021 483,021 0000000000000000003f7906d1d872760d29f9bb331133245b62de22432db5d0 2,137 1.00/1.00 vMB 430
483,020 483,020 00000000000000000034ab9e3b921009347939db89b9bfc01094fa173ed0742c 2,284 1.00/1.00 vMB 303
483,019 483,019 000000000000000000488575db8b9c542d2a719a5952b646b08826bfd7c8253c 1,282 1.00/1.00 vMB 146
483,018 483,018 0000000000000000000514c0ccb62353a0ca3cc692d48446b0ffb8422ad2eac5 1,409 1.00/1.00 vMB 134
483,017 483,017 000000000000000000ad72099f21768a9d9086fbc497c566f549393db4f04665 603 1.00/1.00 vMB 13
483,016 483,016 000000000000000000409dde786126af6a101bceeb279106b69f99eb5087c2d7 2,058 1.00/1.00 vMB 297
483,015 483,015 000000000000000000d54385f30696c79f7db833bc2089c567c4c9bfd448a1fb 1,284 1.00/1.00 vMB 83
483,014 483,014 000000000000000000c3d759cb7b7b9f566525e555ee4fafebc1522b76fe6176 1,784 1.00/1.00 vMB 35
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.94 GB
    • Received: 16.33 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.