Loading Tool

Explorer IconExplorer

Memory Pool

78,178 transactions
29.07 vMB
0.08027927 BTC
Random Selection Loading Transactions
Max Size: 175.91/200 MB

Candidate Block

Mining Attempt 10a86b267d059bd5cb283dfef641201869d8105f647ddc5dca1104c9df9d3195
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 2f4a51dca2306fdaac493628de8f2b8659a55691514f59f1ed47aa59385c3806
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,885
Size: 1.00 vMB
Total Fees: 0.01954325 BTC
Feerates: 178.73 > 1.96 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (364,533 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
550,629 550,629 00000000000000000010cba4e1f8f70997ddb0dfd20fb7875358126d71d9442d 3,160 1.00/1.00 vMB 8
550,628 550,628 00000000000000000017d2949480f2c6b51a1b6854778ab0c6707cd504b4a300 2,962 1.00/1.00 vMB 29
550,627 550,627 0000000000000000001fe22b18ab811289a213e78483d6057efa17817b6bd5bf 2,901 1.00/1.00 vMB 17
550,626 550,626 00000000000000000021eb6318029b3f75ef03acd317b44793945ade2aa676aa 2,887 1.00/1.00 vMB 19
550,625 550,625 0000000000000000000b437ee8b45d6299c82a00539ca1993d74b11f85f02f00 2,388 1.00/1.00 vMB 8
550,624 550,624 0000000000000000002862705543bbe5ce872d35dbab2b263031a3ae92a57227 2,386 1.00/1.00 vMB 18
550,623 550,623 00000000000000000018d20c007bdef61270eae6c6b598fe73500948d6647a6e 3,064 1.00/1.00 vMB 31
550,622 550,622 00000000000000000009afd2c31b3afb98a35b3ecc73a45edf06813553dcd917 2,424 1.00/1.00 vMB 10
550,621 550,621 00000000000000000018e22be8a9bef1a45c591fc2e30a57259bdf33cb5c5e9d 2,209 1.00/1.00 vMB 17
550,620 550,620 0000000000000000000ede519413ae4847ecf10e33b20f997f98a922b07ba57c 3,180 1.00/1.00 vMB 27
550,619 550,619 000000000000000000279d062854b01f6cf085e06459f9c902d0f0ef36cd4e4a 2,463 1.00/1.00 vMB 23
550,618 550,618 0000000000000000000b82069160036739803ebd606fce1029a85a11aac079e7 3,255 1.00/1.00 vMB 35
550,617 550,617 00000000000000000025906620e9c0af3a5b48da9787a160abe9b6a8f8ea13a5 2,714 1.00/1.00 vMB 26
550,616 550,616 00000000000000000020c1dba6acbff481c058e707e1ffa584a7949d9fe3a117 1,687 1.00/1.00 vMB 15
550,615 550,615 0000000000000000000a988ddaf9f330a8ef4db1bae8df55db6906de231774c6 3,155 1.00/1.00 vMB 28
550,614 550,614 000000000000000000273254cba891d8a387ac14349878d42364c20c4cd3570e 3,085 1.00/1.00 vMB 40
550,613 550,613 00000000000000000029f0f5e485da9f20715bb20e6921d6f58406311b1eb6ab 2,774 1.00/1.00 vMB 8
550,612 550,612 0000000000000000001dc6856bbe7a51cfd2c4a9ec1cbd9a18cd178b0dd869e7 2,407 1.00/1.00 vMB 12
550,611 550,611 00000000000000000012833f3a5e528c70976b13448f39a29fafdba825283f84 2,871 1.00/1.00 vMB 11
550,610 550,610 00000000000000000020f5160bf61133bfb52ba77e46692cc39e20cd7cc404a4 3,175 1.00/1.00 vMB 22
550,609 550,609 00000000000000000006bda182075dfca61662cb551c8c95928bcd72963709b8 2,870 1.00/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.68 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: 677.58 GB
    • Received: 16.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.