Loading Tool

Explorer IconExplorer

Memory Pool

82,427 transactions
31.20 vMB
0.11096145 BTC
Random Selection Loading Transactions
Max Size: 189.24/200 MB

Candidate Block

Mining Attempt 54d0c62d92c72427001c2f7868daa4ece4541eb147c56113c51253d0ac02a3ef
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 299101fecb227115a3d5134e8acf7fada9a804814af1e6f93f914bdce4c67b49
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,773
Size: 1.00 vMB
Total Fees: 0.03540553 BTC
Feerates: 803.65 > 3.55 > 1.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (477,141 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
438,211 438,211 00000000000000000099d0fb61ec9569882883c36a99c6ebe677b44c9bc091ad 2,273 1.00/1.00 vMB 63
438,210 438,210 0000000000000000021f4c53a22cc261aae10fb7f2b663734501dc63de6633d3 2,853 0.99/1.00 vMB 95
438,209 438,209 000000000000000001e7cf72051d3ca8baf0de836f46768e501ad2a2214aa540 169 0.06/1.00 vMB 229
438,208 438,208 000000000000000000c6d4a980ea8639b14980833d343fe287ad0fb7886058ec 557 0.26/1.00 vMB 61
438,207 438,207 000000000000000001210d308b53cfd99c96f66d5c113b15a0a6095943fcda57 1,336 0.55/1.00 vMB 72
438,206 438,206 00000000000000000210fb656d5d736f54d5bda943218887cc1f86ebb344f7db 1,393 0.53/1.00 vMB 73
438,205 438,205 0000000000000000038e04a78573c43bc4b66b53d605925e633f25950b47b04e 662 0.30/1.00 vMB 61
438,204 438,204 0000000000000000020986d16b0a69ebe1044571c1b4738c2bf17feee94c6709 1,743 0.98/1.00 vMB 65
438,203 438,203 0000000000000000008082b1c770d6e7a86719d92fc5afa316aff5dbca9b2ba6 396 0.99/1.00 vMB 9
438,202 438,202 00000000000000000316c93da7296b2cbba55a8f112d239dbb39eb7c5b2a6ee3 1,560 1.00/1.00 vMB 62
438,201 438,201 000000000000000001306e6e61944b8c8172f221ce943a8d18239ea059fd382a 1,850 0.95/1.00 vMB 64
438,200 438,200 0000000000000000039bc488d0c9dcac20ec766f3627526c41a7f5235aa5b124 628 0.55/1.00 vMB 44
438,199 438,199 000000000000000000103c91414f757cc35ad392af1613e70afba6bb2a0a528b 600 1.00/1.00 vMB 25
438,198 438,198 0000000000000000015568060704db01b91a725b253d1e31e15a4b609b11b48d 1,241 1.00/1.00 vMB 36
438,197 438,197 0000000000000000027cac30d97bf3df2a082a2fcdb310a86ade77cfaa2aefd4 1,901 1.00/1.00 vMB 67
438,196 438,196 000000000000000000ed05048f6dfd0f568afd947208b4a04580abf1df3077d3 2,193 1.00/1.00 vMB 60
438,195 438,195 000000000000000003e9a1ff5eb090e516a40e057285d6881003da16441c27c2 1,442 1.00/1.00 vMB 77
438,194 438,194 00000000000000000209186dfe5b1d409b8d39414fa961d0b8fab214c71e80f3 2,286 1.00/1.00 vMB 55
438,193 438,193 0000000000000000034553f8c35a8d0a58c39a9dec8ec0962c66f704c57a57b0 2,009 1.00/1.00 vMB 72
438,192 438,192 000000000000000003a8d3f321462b1d039e2ae855ebb841a15f17dcfb23e5b6 2,138 1.00/1.00 vMB 77
438,191 438,191 000000000000000003d9583e2d92ac843ea5accdd52eb3425cfc8ab07612dcfb 1,582 0.75/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 783.00 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: 718.64 GB
    • Received: 17.93 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.