Loading Tool

Explorer IconExplorer

Memory Pool

80,351 transactions
30.06 vMB
0.11921067 BTC
Random Selection Loading Transactions
Max Size: 180.31/200 MB

Candidate Block

Mining Attempt 97c63c12bbea61da491e08fd49804620ce96a050178d945ce5db350213f3791b
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 02189681a77cf02ee759f1e307b48d46198a97c6774bb3aae22ea498d5172ec3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,785
Size: 1.00 vMB
Total Fees: 0.05756685 BTC
Feerates: 180.34 > 5.77 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (197,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
717,621 717,621 000000000000000000087567842d8cb2b9ae9ba5286dadb545e6a3681b7e705e 2,333 1.00/1.00 vMB 9
717,620 717,620 0000000000000000000a458911a5b3325e2642a5bdff4951b319c2e0dd22d158 3,540 1.00/1.00 vMB 5
717,619 717,619 000000000000000000059c6f4cf2a23ea1fcfeb7c0bdb034fd7aec7f824ffff2 3,215 1.00/1.00 vMB 6
717,618 717,618 0000000000000000000479ef9087b4c02a9e30d5f87ab5fd78061c1298ecb0d7 1,074 1.00/1.00 vMB 6
717,617 717,617 0000000000000000000a3685447be25724f0430b4c3f86e97583f66a0e5773fd 3,210 1.00/1.00 vMB 15
717,616 717,616 00000000000000000007d7f9541a07d9d84a03d0bcec4024a39b64a3ab4d2e13 2,767 1.00/1.00 vMB 20
717,615 717,615 0000000000000000000498b78e13e144f04d757cc89a087192c04c723e940a8d 3,173 1.00/1.00 vMB 19
717,614 717,614 00000000000000000000c42f6c391e7f57ac8632dd76bdb0f6befebaaa392347 1,654 1.00/1.00 vMB 16
717,613 717,613 000000000000000000090d0db4a8b07bd107dac4de74c95f0f88d36e2230d0b0 3,009 1.00/1.00 vMB 4
717,612 717,612 00000000000000000001efcd12b7e88f3b86941724454a7c3bd23da3051eed26 1,946 1.00/1.00 vMB 11
717,611 717,611 00000000000000000009486e8b435ba0abb679717a0f3cc0a5c34ad557204f8b 714 1.00/1.00 vMB 10
717,610 717,610 000000000000000000083f3731b3e272e4ef4ec7baff20820eb962be00517752 2,388 1.00/1.00 vMB 17
717,609 717,609 000000000000000000032c58d9e44755a35b93fe53ee2db8bb65dc4bca02ae90 2,619 1.00/1.00 vMB 23
717,608 717,608 00000000000000000009c17ada7ee926c7f5c645717a90cb052820cb5982e069 2,613 1.00/1.00 vMB 18
717,607 717,607 0000000000000000000b16ccad7d0c34a623929fb2d605ce5b8b01aa935b6c3b 2,182 1.00/1.00 vMB 85
717,606 717,606 00000000000000000006b51229e65516986fc73191e60858c5e5e3339baa2d6f 2,787 1.00/1.00 vMB 9
717,605 717,605 0000000000000000000b3b3faea9056a54c279ee4f1694fde311290d05a988e4 3,037 1.00/1.00 vMB 22
717,604 717,604 00000000000000000001ed5d5a735d15abd421fe408ce6b18208dece6be6495a 3,029 1.00/1.00 vMB 25
717,603 717,603 00000000000000000002f35505c940adf18b5f8ebb43154727f27352408c9853 3,120 1.00/1.00 vMB 13
717,602 717,602 0000000000000000000b2cfd186e575e99e7b6c3668dc09b8cd192faf4328320 2,620 1.00/1.00 vMB 31
717,601 717,601 0000000000000000000662f8656373a4d1af0f3d17e2c7e627b7f0d45a85bc99 3,452 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.