Loading Tool

Explorer IconExplorer

Memory Pool

76,296 transactions
29.19 vMB
0.10566820 BTC
Random Selection Loading Transactions
Max Size: 172.58/200 MB

Candidate Block

Mining Attempt 47fa501a0e597272a39d7e34071962f65892727f2668e28c02cacaff1e31d8bf
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 6d705d2b1797b48d55f9f4f86efd2e541f1678b4bfb429a4a701a5cbea8d84ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,388
Size: 1.00 vMB
Total Fees: 0.04275227 BTC
Feerates: 201.37 > 4.28 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (617,002 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
298,037 298,037 00000000000000008ab8c3e453949446f25a723d1cf72ca3c4fa8fbe716e912c 761 0.48/1.00 vMB 34
298,036 298,036 00000000000000000411a02f71f1a9b69100e138f8b4593b858306152bf96dbf 69 0.03/1.00 vMB 91
298,035 298,035 00000000000000008043230e6ab6adb8a04e0f0765689bedc65876aac996b0b2 637 0.36/1.00 vMB 28
298,034 298,034 00000000000000001b59954ef4161e2cae2098745a23c6df79baf72ec2b2f6a5 105 0.20/1.00 vMB 12
298,033 298,033 00000000000000000510401b14e1ef99f6292650e37a0e06152555f61689d5f8 876 0.35/1.00 vMB 43
298,032 298,032 000000000000000013826788f0885e0b0be2fa943972eefc0a04b98e862dfd70 450 0.28/1.00 vMB 32
298,031 298,031 00000000000000005af8d5387a8a595ed2a34167c55b14cdcaa97e5c380f6c7b 128 0.07/1.00 vMB 33
298,030 298,030 00000000000000009aec722db1da2fd89a2a2bb90a499f39f098b1d884a4c7cb 222 0.12/1.00 vMB 31
298,029 298,029 00000000000000009ba083a89d8917b4b728f48706c81cd08118454ec99d6f74 95 0.06/1.00 vMB 27
298,028 298,028 000000000000000020365ab82fbf0d69b29f3c8889acd8241f4bf97951d6995a 41 0.02/1.00 vMB 14
298,027 298,027 0000000000000000375468bf506050092bcac06df91f8627c8548bce1b46ebfb 540 0.29/1.00 vMB 34
298,026 298,026 00000000000000001c13f42931102dbafc97e309f1b6f8145abcbd466dac557d 128 0.05/1.00 vMB 34
298,025 298,025 000000000000000013ea1e5ac3404b5d30b393c60a2f67daa3c244e4395ecbaf 75 0.05/1.00 vMB 28
298,024 298,024 0000000000000000143c0d204d580016be39413420fa7139bb8ed208f2af02a4 340 0.19/1.00 vMB 33
298,023 298,023 00000000000000008d18a971b8e433b4c516840aeb8a1fd2d7c3e47d10c31454 230 0.14/1.00 vMB 29
298,022 298,022 0000000000000000206fcc5a8ee99342aa69f5e4b1ac4c8bcf64bb64098db8ac 484 0.25/1.00 vMB 36
298,021 298,021 000000000000000013a8d8e4b766f27d8c94b7e872485d4f56e9bcfc7e729731 47 0.01/1.00 vMB 44
298,020 298,020 00000000000000000a55ad6aae8d664be6e31b0bd8ceffa9b3deb3074a194583 464 0.30/1.00 vMB 34
298,019 298,019 000000000000000012d412564f5565f707465f34cfbc75f822f5ddcbb53e22c0 174 0.11/1.00 vMB 31
298,018 298,018 000000000000000052469e8e358079c3b03a1db39ee786ddaa407b9dbe9b770e 154 0.16/1.00 vMB 13
298,017 298,017 00000000000000000a7371f7d5abd102eb7cec0f84450792ab9271e1cfca2da3 229 0.35/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.