Loading Tool

Explorer IconExplorer

Memory Pool

42,619 transactions
29.02 vMB
0.06344837 BTC
Random Selection Loading Transactions
Max Size: 149.39/200 MB

Candidate Block

Mining Attempt aadff6a9447b9d5b2c99edc350e6df8eb7f190d947777df2886f1914e600d030
Version 20000000
Previous Block 00000000000000000000709f7edee63a34e64b3e6a3ce7a66f4810ef675bdaed
Merkle Root ef7b983b33f789dc071953379e69b70c28010f14ed5281b3f64c87f31459655e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,571
Size: 1.00 vMB
Total Fees: 0.00681408 BTC
Feerates: 20.84 > 0.68 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,618 (858,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
56,026 56,026 000000000d081cace81040be0a23873c51a1c50313698ff4f869e53604179231 1 0.00/1.00 vMB 0
56,025 56,025 000000000b91a6ee1709e0b85a00d9970b18c6aa146a91286ae6634a95ebbcc9 1 0.00/1.00 vMB 0
56,024 56,024 000000000c8e3e645fc8501041b612994fedcebf91b38ab784859ae51b375c17 1 0.00/1.00 vMB 0
56,023 56,023 00000000136b2a2b977b707f02aba421dc46fd196c500c135851640ff777250d 1 0.00/1.00 vMB 0
56,022 56,022 00000000056553a65bf56afa1f0bfcf878c5b4a0089bacbb552c29e1421177e5 1 0.00/1.00 vMB 0
56,021 56,021 000000001020ef53924e95d93d6775f87a2d2f8496cb52be72363bce32358924 1 0.00/1.00 vMB 0
56,020 56,020 000000000c3858c0da3381d1f03f722b2ed2d4da0ae293b81b7f6a92a362fc17 1 0.00/1.00 vMB 0
56,019 56,019 000000001197ada8f500d6c75567c3d8c24acec6482173e3c55dc366b761603e 1 0.00/1.00 vMB 0
56,018 56,018 000000000db38c946d8c071401e9cbd2f35f661da3a02780e61ba52cd4c523f9 1 0.00/1.00 vMB 0
56,017 56,017 0000000007b1701792eff8b0b1396546cf54151989e4ef8b048a75d809c77a23 1 0.00/1.00 vMB 0
56,016 56,016 0000000012c203a91ab0f721325976885b1159a3dccc1055ee6010a9ff3c984b 1 0.00/1.00 vMB 0
56,015 56,015 0000000010266d05b7689e412d467b4a4e2ebfacff8ecfa0aabba5e91ddcd95b 1 0.00/1.00 vMB 0
56,014 56,014 000000000291f5004bdd185eb0823fbf2d2e21089ba8acce6641353feaf554b8 1 0.00/1.00 vMB 0
56,013 56,013 0000000008a06b4e5840ada5f83dfe691e0cbb93e24b9e8d05997bba14fcae1e 1 0.00/1.00 vMB 0
56,012 56,012 000000000ba3f96526c2c31ab09b21d64b98dc34cfaa9caaa58404da09b010ea 1 0.00/1.00 vMB 0
56,011 56,011 00000000071961ec911fcc65a2688fa6cfa06d30825ee9c40c52a4d0225b823c 1 0.00/1.00 vMB 0
56,010 56,010 0000000007bb15c57e6fb1f292b6e11416671c58fbd59ad0d24178b5243e5242 1 0.00/1.00 vMB 0
56,009 56,009 000000000fc874cd1e6a2cb8aaec395f54b1b9be7c4f127b18335e5fb0c8e539 1 0.00/1.00 vMB 0
56,008 56,008 00000000123b6954ef554a78de85490786b2c57dbea6a5082e126a18488405ca 1 0.00/1.00 vMB 0
56,007 56,007 0000000013cdb0ec224cee9d061525fc4811df81dced137258a9d1612f5257fe 1 0.00/1.00 vMB 0
56,006 56,006 000000000c8e198801d3b0f2747f52314b6232f0897b67ca23ee8c36d2c6dbbf 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.72 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: 629.61 GB
    • Received: 11.93 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.