Loading Tool

Explorer IconExplorer

Memory Pool

27,782 transactions
8.02 vMB
0.07435051 BTC
  • 1 sats/vbyte = 9 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 54.91/200 MB

Candidate Block

Mining Attempt 86e13bbd5595b00c714125b6e268cb7605540fc9ff59d2f09bba8833da16c1a6
Version 20000000
Previous Block 00000000000000000000e448b44b50758fd2fc9d6ddeba585dd0b192dcc101ed
Merkle Root 0329bb6bded47b03f6a0e99b3cd243ce1af9ef80a185b8c6c4792b3e1a2d5b53
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,344
Size: 1.00 vMB
Total Fees: 0.03139167 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,216 (738,433 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,783 174,783 00000000000003aa8e2398ffd8d4a76a39aa4c1c39f80f7993e96ae75f8ebfd9 40 0.03 vMB 528
174,782 174,782 00000000000008f9a428751b047aa1b976eb3d40aec5c565d8acf925c2a6c669 55 0.03 vMB 74
174,781 174,781 00000000000007151091d4adea9a3d427996ee29d264dde2ad76b87e3c943231 70 0.02 vMB 54
174,780 174,780 00000000000008ce1f8a98cb93350d08161b231f16e7a5660a97a118f1233d75 39 0.01 vMB 98
174,779 174,779 000000000000059ac0c7c2ceeae87358496018bfff89afa0e6e61b6310b1fccd 87 0.04 vMB 113
174,778 174,778 00000000000008c3a11fbd8a49dffd80478e442725509eb1b9dcdae0286a0fc7 115 0.04 vMB 57
174,777 174,777 00000000000007e07502b174bbd604fe6ba927ff0772e0c5e1e9ebd27e176cb1 62 0.04 vMB 123
174,776 174,776 000000000000019dee3cf6bfc397e5b1276b9e952cd7125e61046a83cfdfc0c8 18 0.01 vMB 48
174,775 174,775 00000000000004b34eba95de41c3b552ee1bdcef27ce6ad260f4ba159b73b7e5 10 0.00 vMB 24
174,774 174,774 0000000000000a0294de2df3fb4caee57f9fd5cef926a9bb159cef68ce9786c3 29 0.01 vMB 98
174,773 174,773 00000000000007c6db15b6af5ecf6d6d626e1edd7005cd569d86f9fd0c50a15a 32 0.01 vMB 64
174,772 174,772 0000000000000569aa5b8262ff47160de34e8ab739879e522741479b2e37aa3c 109 0.04 vMB 79
174,771 174,771 000000000000043eed604341f3fc89330c32c7fb5509120e0e4db3f096584154 128 0.04 vMB 73
174,770 174,770 000000000000059a915cced05bd71bc50f87425524621a970492efb220974455 81 0.04 vMB 84
174,769 174,769 00000000000000ffdcd82d24c4d67e1a5316d26a26b4462a1efdbdc83cf2ee45 73 0.03 vMB 63
174,768 174,768 000000000000001882e2bb0682313d0d7f6045d28584d4e92e95e71206417b39 55 0.02 vMB 3
174,767 174,767 00000000000004c19a1598f8459b4eff1c5a1219e5bf96ec852af8d0c846aaa1 13 0.01 vMB 88
174,766 174,766 000000000000031dc44423589afd853b99390e7156e4c29acae2685505063453 40 0.03 vMB 423
174,765 174,765 000000000000095345c5956c2861fb3b97abda8f7761db90224b2ba7d5ae9960 69 0.04 vMB 113
174,764 174,764 00000000000008c9253f9655e35decea19cf5294d9558e8cdfe1c0bea58ba3d1 1 0.00 vMB 0
174,763 174,763 00000000000001a47c0ea5d2e20cbaceb0f50af83061dcf6dc3aab2df7d0588a 19 0.01 vMB 63
Previous 10 blocks ↓
Total Size: 779.23 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 67
    • Outgoing: 11
  • Data Transfer:
    • Sent: 21.38 GB
    • Received: 0.43 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.