Loading Tool

Explorer IconExplorer

Memory Pool

72,693 transactions
28.10 vMB
0.06349909 BTC
Random Selection Loading Transactions
Max Size: 166.62/200 MB

Candidate Block

Mining Attempt f29a156bbbd83dfad9b2aba9c781013f50494ffdc51bf7403993144eb7933bd5
Version 20000000
Previous Block 00000000000000000001f0d90b14f5686296d43939de68ba4ee5c1525744741c
Merkle Root 9bcc012569f3d37310e14978c4c83cd4974f3fddfcec61478637bcf4e9a7154c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,413
Size: 1.00 vMB
Total Fees: 0.00733322 BTC
Feerates: 40.21 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,052 (370,733 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
544,319 544,319 0000000000000000000c61b8a7779dcc46e88ca343b9a3fcc6763917fe3b87e2 491 0.24/1.00 vMB 25
544,318 544,318 00000000000000000002ba0fffc07db5f62f1e1f00ea36abf8b9b1ce1af499d6 105 0.06/1.00 vMB 8
544,317 544,317 000000000000000000099636fe3359c68c8d464ac76c94612d712e55b073156a 481 0.20/1.00 vMB 2
544,316 544,316 000000000000000000262f5bbcf02e773a2f44f2f787825c333588dd05cd3d5a 1,415 1.00/1.00 vMB 16
544,315 544,315 00000000000000000001f0f9fd824b204362beb4903eafba39d6a2ebf02e0129 1,718 0.64/1.00 vMB 22
544,314 544,314 00000000000000000004d263b35c165410c50277070dcfbf93408fb243dba4af 2,037 0.96/1.00 vMB 5
544,313 544,313 00000000000000000002a298a5b97cb01b01f21db1b0981b39c5d013080c97dc 2,617 1.00/1.00 vMB 32
544,312 544,312 0000000000000000001dc57c9065e3cc01ecec05f83c577e46ebbb1d811cfb4d 1,097 0.40/1.00 vMB 21
544,311 544,311 00000000000000000013e679089b28eda155103a9c04bd31855154b2fa216320 2,090 0.82/1.00 vMB 14
544,310 544,310 000000000000000000014bc341e1cecef66b5e577e64641fb88d1e6c0cc298a5 2,890 1.00/1.00 vMB 27
544,309 544,309 000000000000000000127a73cf2a0defc3323a93be95a49765bf4999cfb1e594 1,766 0.76/1.00 vMB 22
544,308 544,308 0000000000000000001e1bbed709e3157c19c20379e440793eebc20fa36390e6 1,954 0.79/1.00 vMB 20
544,307 544,307 0000000000000000000e2e5008e2dea1851aa67096c94be75a9e80e55349d149 170 0.05/1.00 vMB 20
544,306 544,306 0000000000000000001d710bcd9d038285a9abf312ccf8e256346dfbf16b34c3 419 0.21/1.00 vMB 38
544,305 544,305 0000000000000000001968d4023c7aa210497e8bdef09bad0cb3b26b07b5d889 185 0.07/1.00 vMB 24
544,304 544,304 00000000000000000016e0a8b596098161ce14684e42f3c58fcf56e0516ceda4 1,292 0.44/1.00 vMB 19
544,303 544,303 0000000000000000001f0bc3d15e832aee6a7b75e70ceed48e75b7c90a90f99f 29 0.01/1.00 vMB 16
544,302 544,302 0000000000000000001b2f59df8331c945812c07d941e382f52f9cb0f7d1b51c 1,489 0.72/1.00 vMB 38
544,301 544,301 0000000000000000001a7687663a2e1548ee1fbeff63f99a565c9f189a870d01 1,008 0.34/1.00 vMB 24
544,300 544,300 00000000000000000011a978a37d1e01772b48f201ffabc53507b444834632a8 1 0.00/1.00 vMB 0
544,299 544,299 0000000000000000001df1f1c4e414ce93f9e2b6227abdc4efe548a5ea1e15a8 1,652 0.68/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.48 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: 668.18 GB
    • Received: 15.41 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.