Loading Tool

Explorer IconExplorer

Memory Pool

78,359 transactions
29.06 vMB
0.07482771 BTC
Random Selection Loading Transactions
Max Size: 176.06/200 MB

Candidate Block

Mining Attempt f48eb6f4f4bc41af0435a91568d238094717ebe5971916d7fbd3e55d8808c888
Version 20000000
Previous Block 00000000000000000000cbf325f710fe3b651c530ae584a9791fa8f4174b473a
Merkle Root d78382095e7bdbe859569cd173b8398e2e4f5b0afbac471ad41729e715627a2d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,227
Size: 1.00 vMB
Total Fees: 0.01415362 BTC
Feerates: 191.02 > 1.42 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,088 (395,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,631 519,631 000000000000000000022b5f79156842bfab32835ccdf59bf06abe0920819d63 2,712 1.00/1.00 vMB 46
519,630 519,630 00000000000000000035ee4f83574dc43ccd03f5116dcef265c5218c12bc56e7 2,560 1.00/1.00 vMB 34
519,629 519,629 00000000000000000020047d84e9d2d0b479bb9b44b7b21fdedb938b5e52e2cb 2,307 1.00/1.00 vMB 26
519,628 519,628 00000000000000000013af3df565d5fc38758c4f86a8b1f820bbf5e90e7b05d9 2,635 0.99/1.00 vMB 23
519,627 519,627 0000000000000000000568f9e90adfc6b98c6fce20f92629dbe47acfa131da98 1,583 0.58/1.00 vMB 2
519,626 519,626 0000000000000000002aa140dc0d98e0eb3833d57e808d799ac06aae03a172c1 2,551 1.00/1.00 vMB 15
519,625 519,625 00000000000000000003485c5cd2a5ca9c83d93d28bf7a73cf7a10c8ed4cd789 1,864 1.00/1.00 vMB 39
519,624 519,624 000000000000000000286038c2d849d69a0bccf1b579058beb06b5c37f3204c4 2,928 1.00/1.00 vMB 27
519,623 519,623 0000000000000000002df09f4cd50e1c5c386f374e96cc93d0ecb07a6a09f6ee 723 0.33/1.00 vMB 43
519,622 519,622 000000000000000000491dacb0d809dbc137fd895c9800f41fd21c5126cad699 39 0.02/1.00 vMB 18
519,621 519,621 000000000000000000051cee20ccd6f2f6e52f1dc8de50156afc6a87ed848ecd 997 0.33/1.00 vMB 35
519,620 519,620 00000000000000000035efa97e4f52fef39440460fa4ca98983631aa462f41a0 760 0.41/1.00 vMB 25
519,619 519,619 000000000000000000292d2f5c7da6afc44130b87d31b195c1759c2ca7b0aa05 1,380 0.57/1.00 vMB 23
519,618 519,618 0000000000000000001ac65044a57c0007b0ae3541ceff57e98e6cd76bbdd88d 1,366 0.50/1.00 vMB 26
519,617 519,617 00000000000000000028128f7422d7c712fbe58e5b0cddbd10f183a591ecb4a6 2,296 0.84/1.00 vMB 30
519,616 519,616 0000000000000000002a5ef11f36a92b5aa3c83818bf2838ca3d41daf8450209 1,937 0.87/1.00 vMB 26
519,615 519,615 00000000000000000036fd840a89702868f2bcae2944867426d1e32cd7d59e99 1,063 0.44/1.00 vMB 28
519,614 519,614 000000000000000000171f69ccdc618bd8c475f49fa5438ec6e6af7f6088594b 457 0.19/1.00 vMB 13
519,613 519,613 0000000000000000002c3f89c2acd5876eb554e453cfe532845e1c39682fede7 1,987 1.00/1.00 vMB 30
519,612 519,612 00000000000000000040936d30043be4a7d1dc96106c0630b80e5690aa5dd57d 1,334 0.54/1.00 vMB 4
519,611 519,611 0000000000000000004322c5e1856b317855539d244f90f24373d63ac3f380a8 2,570 1.00/1.00 vMB 48
Previous 10 blocks ↓
Total Size: 782.55 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: 669.58 GB
    • Received: 15.75 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.