Loading Tool

Explorer IconExplorer

Memory Pool

21,887 transactions
9.46 vMB
0.05048753 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 55.23/200 MB

Candidate Block

Mining Attempt 9bcef7a4b7a0fb2e9bdc78f650055687ea89423c4f8a0111fa01000176af2055
Version 20000000
Previous Block 00000000000000000000f2a58278eb31c7c7508d5fd7be04e21efd82a1a50145
Merkle Root b46ff27d7ff6ccd657673241bc444e38bbd723c23e9cbffcf6a43c5b735648a2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,166
Size: 1.00 vMB
Total Fees: 0.02787939 BTC
Median Feerate: 1.20 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,406 (754,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
158,793 158,793 00000000000003a0bf23b93e341ab4613cff9dce13482065f764a6403b92f548 33 0.02 vMB 127
158,792 158,792 000000000000017d13f789b41d9d94471c402923c5cb1a80589b65f41f5aae7e 82 0.04 vMB 175
158,791 158,791 0000000000000ad984edf84f2793d0155a2ccb8941f11b589f4fc51220b09636 54 0.03 vMB 107
158,790 158,790 000000000000044fbcd481be057a74ae8ad046761326d7def22ddaead7b68cee 78 0.03 vMB 85
158,789 158,789 000000000000084d34a67af3a0deee34538bd09164d3c578d8cfb1b6db76e1e5 18 0.01 vMB 307
158,788 158,788 00000000000008b1f587132df021fa7aaa7cde288c24a9e98b02169327504e6c 33 0.01 vMB 33
158,787 158,787 000000000000074015eea1941518c861fedeb0a9ba89449bdabc681e079b5cd8 117 0.04 vMB 18
158,786 158,786 0000000000000913bd7a8bc2e78b39706106bd668b672b684254f63d066669e5 67 0.04 vMB 81
158,785 158,785 00000000000006236d160b5a2b7add08d14e47560c512b23b7ff6895d1373609 114 0.05 vMB 70
158,784 158,784 0000000000000678f2624bd9a7119e92fd97f4db6f412dea321fe28f33a455b0 22 0.01 vMB 28
158,783 158,783 0000000000000242253121b110773d6f9eea78084c6ba06f87468acaccb7107f 91 0.04 vMB 170
158,782 158,782 0000000000000d48e46374b46fbf7514c9eadf59f4c15d66aabeadbf5752a8a3 28 0.02 vMB 64
158,781 158,781 000000000000096c6c895c294bc460c86fa66c9721a10a68285a4cb4e0eeff09 18 0.01 vMB 97
158,780 158,780 00000000000000cb95448a2b3ee58e5a132d2fec224a292e7979caa160a586ed 24 0.01 vMB 64
158,779 158,779 0000000000000338c001bf0d71744642f83999fa865283e9a87c2454fcee2820 45 0.02 vMB 214
158,778 158,778 0000000000000cb8a04625f8256232900bb2003ff3141580c662f5a95fa5b1e1 7 0.00 vMB 401
158,777 158,777 0000000000000685e06ab37409364d58ccb8169ba5b06847851777f3eef58ae3 9 0.00 vMB 33
158,776 158,776 00000000000004f11dbf5eba3618e46cc18b25ff97f18b72884fd7908fb1d152 35 0.01 vMB 146
158,775 158,775 000000000000099905ba62f13ece50ac0764e15132b63c5fdda4fbd6509469e6 28 0.01 vMB 45
158,774 158,774 000000000000018a899a51a53e6b65399507f4a51679b4098c9d23807ec4986a 11 0.01 vMB 185
158,773 158,773 0000000000000127ea8a67a875fb59e87b5e163ab52044036740a10ad0d3ef22 44 0.01 vMB 0
Previous 10 blocks ↓
Total Size: 779.57 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: 280.59 GB
    • Received: 1.10 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.