Loading Tool

Explorer IconExplorer

Memory Pool

80,400 transactions
29.77 vMB
0.14591069 BTC
Random Selection Loading Transactions
Max Size: 180.09/200 MB

Candidate Block

Mining Attempt 8e996560854b449f5e8ad912cc85b9aaee45fbff6c6be5d98744faf89d904f00
Version 20000000
Previous Block 000000000000000000001ab79c0bb6871e6d437e0f72576711d4f8a15dd0278a
Merkle Root 49abdf6aff1c58b4c2cd74d5a27896b53dc0dba474b09a1691b80aa6656d03fb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,304
Size: 1.00 vMB
Total Fees: 0.07902280 BTC
Feerates: 502.67 > 7.92 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,123 (684,337 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,786 230,786 0000000000000029780988a57ffae188ab85cb227dfcaffb0b9c3a163c31f338 606 0.25/1.00 vMB 169
230,785 230,785 00000000000000d3d6bf65fa219ceed5a89b4dfa2dfce3e31aa15da3b23e800b 166 0.09/1.00 vMB 202
230,784 230,784 00000000000001dfc51af0bcec82c4581c3ef3bf2a1decd1be5661360ce97ffb 497 0.25/1.00 vMB 74
230,783 230,783 000000000000017a583a5db2d7c246b187ed519dcdc2035c7abef1e3f2b6d0d9 370 0.20/1.00 vMB 133
230,782 230,782 0000000000000104884ef7aae8ae695d85bcd6a2c4e13d55ccd9ac9069531515 209 0.25/1.00 vMB 105
230,781 230,781 000000000000018d91915fadefb683bbddfd1d1dd1eac243d70592f50f3defa6 725 0.25/1.00 vMB 185
230,780 230,780 00000000000000edc0a9e4e450cca58e37242af1c1392d5379cc2e38c936b5e6 306 0.10/1.00 vMB 140
230,779 230,779 0000000000000170c3b51827855d49321d6121241ece2216853e620466e8bea4 216 0.11/1.00 vMB 137
230,778 230,778 00000000000001e25a55f07399556301c7248532d9bbff5329a0105cd6c93685 264 0.16/1.00 vMB 205
230,777 230,777 00000000000001da6b80163185a5542f5a3cd68ba39752d77f5ff1592a74220a 458 0.19/1.00 vMB 255
230,776 230,776 00000000000000e83e001a17475af09048998e5c1fe9faa37bd06ee2e307c3b9 276 0.25/1.00 vMB 255
230,775 230,775 0000000000000140d97b2cdf17ac569a8923e131214da186d7a6e5e9e8177e0b 112 0.07/1.00 vMB 112
230,774 230,774 00000000000000550de5b703f2ba3dc076cc321dc0854d1d18d263b9952b47b5 251 0.25/1.00 vMB 54
230,773 230,773 000000000000013e3ddbbe8b57d1a63e4da4d6cf1baf701d7bdd9b8beb4a5f2d 283 0.11/1.00 vMB 164
230,772 230,772 000000000000009bd6f3069f0bfedea64492724e74c7c1c48a8befb20326c320 258 0.20/1.00 vMB 100
230,771 230,771 00000000000000baf9a6bd2f1b708b5c0c4c4060fa7b844d48dacd7216c3a26b 315 0.18/1.00 vMB 267
230,770 230,770 00000000000001136a43a062d2b2fb5dbe52e56dae9be757e0b9b5170f177841 574 0.25/1.00 vMB 179
230,769 230,769 0000000000000193a30837b78004f135b4fd307e5eb7fe561170ab358833c521 782 0.31/1.00 vMB 269
230,768 230,768 00000000000000f5294a9e52160a460776f89ea9a8d4bbbf2bc2ae4a99973a78 286 0.13/1.00 vMB 158
230,767 230,767 0000000000000199494af8d2a174c88acf500f67b67185e227475d1a200cc020 253 0.11/1.00 vMB 161
230,766 230,766 00000000000001f4f790d598a80751ec0150f171db74d5ae9558c67d76b9c711 546 0.21/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.60 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: 671.84 GB
    • Received: 16.03 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.