Loading Tool

Explorer IconExplorer

Memory Pool

78,537 transactions
29.24 vMB
0.13158108 BTC
Random Selection Loading Transactions
Max Size: 176.64/200 MB

Candidate Block

Mining Attempt 57761615e1a97fd7fdc38f6109639234ecf3e2f354ad8db24fed1b26355b27cb
Version 20000000
Previous Block 000000000000000000009f1c3d628decaf53046a7e17575a65fbaae2fc1ca795
Merkle Root ed3be124887506b8a829124d8887df6326fd52ae8b961f8ee6d604dfd83b63d8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.07020223 BTC
Feerates: 108.69 > 7.04 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,116 (395,477 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,639 519,639 00000000000000000012c3f835974122d261bb54468f976f8530c6eb6eaea0f7 1,138 0.43/1.00 vMB 28
519,638 519,638 00000000000000000046b5b7ebdb26ae0466b625b96c299300db3bdaca9c1072 332 0.10/1.00 vMB 22
519,637 519,637 000000000000000000069945672544e979602be41ec5304e890b061849c51c20 629 0.25/1.00 vMB 22
519,636 519,636 0000000000000000003e9ce23619c2dac9732ca686c4e5a604ec299a24eb9967 2,173 0.86/1.00 vMB 11
519,635 519,635 000000000000000000052512aef6b2debb6b0eb2c14dc07e08314df11ea3b9ef 2,784 1.00/1.00 vMB 32
519,634 519,634 0000000000000000002af2362b2e93f16e638f10bd9536ea78da7befe2e993ed 2,936 1.00/1.00 vMB 17
519,633 519,633 0000000000000000000bcbc4e34ae3b5bc836d6f7cad5c58968c816ace5d9693 2,563 1.00/1.00 vMB 17
519,632 519,632 0000000000000000002927b070721ed1764d38c277751a03b1fb46bddce5c2f8 3,249 1.00/1.00 vMB 17
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
Previous 10 blocks ↓
Total Size: 782.59 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: 671.54 GB
    • Received: 15.95 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.