Loading Tool

Explorer IconExplorer

Memory Pool

76,413 transactions
28.40 vMB
0.08848636 BTC
Random Selection Loading Transactions
Max Size: 171.79/200 MB

Candidate Block

Mining Attempt 00427a50917614a958b2b1c30fb7424086af740606519500cb8ec0df1d3d9652
Version 20000000
Previous Block 00000000000000000000440e4558a936519a33c093ac7ba767b097ea0c94dc70
Merkle Root 3fdc902a1d03777cdaadcb93824476467871aa89660c1aae1799fd9bb2a61c47
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,221
Size: 1.00 vMB
Total Fees: 0.02510846 BTC
Feerates: 100.27 > 2.52 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,296 (49,964 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
865,332 865,332 00000000000000000002da0a555b88ffaf91edea4e9937802e72532349532f1a 4,664 1.00/1.00 vMB 35
865,331 865,331 00000000000000000001448382361c86ff64637b3091d83875b525152e812bd2 4,673 1.00/1.00 vMB 44
865,330 865,330 00000000000000000000519e99e0d1882b2d4f0697ec5484e78bb7d0f5e56a73 6,363 1.00/1.00 vMB 56
865,329 865,329 000000000000000000006cd72838fab7d6e6d2f62a8ba1f8eadb5beb4c3dcc8d 5,995 1.00/1.00 vMB 45
865,328 865,328 00000000000000000002fbbce065125e6b3f97aa895bbc031b43b18fd743a5f2 6,656 1.00/1.00 vMB 38
865,327 865,327 000000000000000000025eff0368f8a40b45664fca03e7feb1ae8d5c84b4ff4c 6,432 1.00/1.00 vMB 46
865,326 865,326 00000000000000000002aacec33f4a5a031f0dd02c6e0b74d4aee8f108085a6d 5,765 1.00/1.00 vMB 47
865,325 865,325 0000000000000000000045bc965b1f6332505018cbb31e570b89936f2cadd57b 5,711 1.00/1.00 vMB 39
865,324 865,324 000000000000000000015483e2b23eb67dfd82b632a8b2519bee0b8b4a765a0f 6,201 1.00/1.00 vMB 46
865,323 865,323 000000000000000000013e798c651817e9d93d3f39332bbaa9e3ceb0ac5148a6 6,222 1.00/1.00 vMB 50
865,322 865,322 000000000000000000009de1b8114ae7004cf0dc7e75b67c8eebedf63a05b363 5,653 1.00/1.00 vMB 52
865,321 865,321 00000000000000000001afe29f80a3d2808390ac425c3f9771228f1b10f04c9f 5,285 1.00/1.00 vMB 46
865,320 865,320 000000000000000000017b12ed72e2024e8d4f970af6611a824f883185fca897 4,551 1.00/1.00 vMB 47
865,319 865,319 0000000000000000000058aa7aafd5be8b91986389d73fb0dc4a4f3e06a7ccae 4,731 1.00/1.00 vMB 57
865,318 865,318 000000000000000000008565f4dcedd2ed68a1bb6062f4d9c43cdd5ceb801d9e 6,797 1.00/1.00 vMB 28
865,317 865,317 0000000000000000000196bcff568282af727b77c70e551bf3971b413bfc3998 6,274 1.00/1.00 vMB 38
865,316 865,316 00000000000000000000bf763baeb8c4d23f3199ec7a14da3d5a1185a2411b77 6,199 1.00/1.00 vMB 21
865,315 865,315 00000000000000000002c93ed779a9aa8697dd0a9756109e1676d660cc23dfc4 6,886 1.00/1.00 vMB 32
865,314 865,314 00000000000000000001d3a53eb5fe2c50384864ebf52f52a53cdf7e96f987d7 6,970 1.00/1.00 vMB 26
865,313 865,313 000000000000000000024684b4e46c5738d54f63ae394b03cbdfac9dd18a5c70 6,347 1.00/1.00 vMB 27
865,312 865,312 00000000000000000001bd958a7a07f18048164b3af0bcb966d55c61e8cfc586 3,943 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.90 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: 713.71 GB
    • Received: 17.44 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.