Loading Tool

Explorer IconExplorer

Memory Pool

74,397 transactions
27.42 vMB
0.06873036 BTC
Random Selection Loading Transactions
Max Size: 167.49/200 MB

Candidate Block

Mining Attempt 7b17b838581f50d31cdbf3d51f8e6ca1780e181db051e57573b500acc377de56
Version 20000000
Previous Block 000000000000000000002bfb1ccb7aeece6203b088c253b5b9e390365e6615b7
Merkle Root 0036b3defad06c80936ed1c8ae246dfe3edac172b070b3d7d1f3be49414c628a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,287
Size: 1.00 vMB
Total Fees: 0.00883145 BTC
Feerates: 100.53 > 0.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,251 (87,666 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,585 827,585 00000000000000000002d8d3c731b788cb6a090635aeda7a4a9b5f5180c4253c 3,087 1.00/1.00 vMB 34
827,584 827,584 00000000000000000003e1218846d12067136ed0d1b34b1dd1e7708f9037e521 3,514 1.00/1.00 vMB 34
827,583 827,583 00000000000000000001a85185bd3a53abc309683f8dc3a85eef0f8d361431ab 3,262 1.00/1.00 vMB 39
827,582 827,582 00000000000000000001d1ff278d78f382df9723c8a680150de0571e097ac15a 3,480 1.00/1.00 vMB 38
827,581 827,581 00000000000000000003d669a74947010c93e08d0fc7fc12ed6795ea06937683 2,614 1.00/1.00 vMB 46
827,580 827,580 00000000000000000003e61a9469d02afec865d694b8d661d09481fb2b414b9c 3,749 1.00/1.00 vMB 27
827,579 827,579 0000000000000000000146fede61bfe0f0899a24d35b9af97fb45ec3cf3a7ee5 3,041 1.00/1.00 vMB 36
827,578 827,578 000000000000000000017fc16b65ab11176b9ad01bde7ec2d58bfc55bc18bcec 3,578 1.00/1.00 vMB 31
827,577 827,577 000000000000000000007b467836333c99e9ed3b3e160a520fb750622a7330e9 1,374 1.00/1.00 vMB 23
827,576 827,576 0000000000000000000357a3757add24a6c10b5d6850d07aa92b1bbef1af3a77 2,304 1.00/1.00 vMB 29
827,575 827,575 000000000000000000017fc101295ae36dee2249be9ea800ed4c5187993f212c 2,460 1.00/1.00 vMB 31
827,574 827,574 000000000000000000037b51fe54651a947e4cb701a4abf73773cecdf67b39f1 2,397 1.00/1.00 vMB 31
827,573 827,573 000000000000000000022399f6a9b4a661ca34bb8a7b82be54d3b0fc9d38b0b3 2,228 1.00/1.00 vMB 33
827,572 827,572 000000000000000000005dba3fc2960adc5e85386ec3594466cb110b70f867b3 365 1.00/1.00 vMB 24
827,571 827,571 00000000000000000000518f12d9db0c0edcf9f4576e74d4d35268629905de24 926 1.00/1.00 vMB 24
827,570 827,570 00000000000000000000107da66116d618a8dd6d840c4d28b4ef4be4e883896a 536 1.00/1.00 vMB 24
827,569 827,569 00000000000000000002c7edfa7e0b396484695a5c3dcc8b090e551ed0d24a60 3,923 1.00/1.00 vMB 26
827,568 827,568 000000000000000000030b725ae0a3fe66910c50cba4aa740b8e16a6558b4277 3,814 1.00/1.00 vMB 32
827,567 827,567 00000000000000000000fc27bfea679a3b590e58f80ad562a4cb489bcbcb0fd4 2,481 1.00/1.00 vMB 36
827,566 827,566 00000000000000000000475ed0bc81999b7b4f284ce13c04d2300f7c04fce7dc 4,615 1.00/1.00 vMB 28
827,565 827,565 00000000000000000000a415e6d730056e38e7e2b3b31042043e7983390a8db6 5,628 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.83 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: 711.64 GB
    • Received: 17.10 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.