Loading Tool

Explorer IconExplorer

Memory Pool

87,275 transactions
31.68 vMB
0.22065979 BTC
Random Selection Loading Transactions
Max Size: 192.26/200 MB

Candidate Block

Mining Attempt cf28d0ed592281e5487761d1ba3f30c5dc26420ee07af71951f2b5ecb878ab02
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root 7680b0f0f3ca01850f507461d020b15633a8ac18040a17bd0161e652dd2388a2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,522
Size: 1.00 vMB
Total Fees: 0.11079080 BTC
Feerates: 502.67 > 11.10 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (329,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
585,639 585,639 0000000000000000000518433d6289b6795106e1c42fb7b3d15ff53d5b250335 2,028 1.00/1.00 vMB 36
585,638 585,638 0000000000000000001a6cdec120c34dc4b14fc99ec2eb8e267767a90edf6147 1,581 1.00/1.00 vMB 11
585,637 585,637 00000000000000000004fa111fadd3d59021e0f77bc7c18e118c201c1b25692e 2,593 1.00/1.00 vMB 33
585,636 585,636 00000000000000000017e60dd412e71422a3fd953d62178d53478e773924f71c 2,756 1.00/1.00 vMB 33
585,635 585,635 000000000000000000021987fd54bfa0833a78215595ba93a38da084d598dc96 1 0.00/1.00 vMB 0
585,634 585,634 0000000000000000001c551881cfbffb30184b444b7f68efa7bb2d34bb0729e5 2,567 1.00/1.00 vMB 56
585,633 585,633 0000000000000000001f06a6af465020304d5856d5fa917c4abcca395a5af222 2,913 1.00/1.00 vMB 79
585,632 585,632 00000000000000000016ad756dbf03c4216a04db424bfceb43507b6795b1dd52 22 0.01/1.00 vMB 76
585,631 585,631 00000000000000000014dd86b3c81f3f3582f7175b605e0668fb17a78b027154 2,044 0.72/1.00 vMB 37
585,630 585,630 000000000000000000116c300895aa506eb90b2c0eaeae771f90050b1d4919f3 1,342 0.47/1.00 vMB 32
585,629 585,629 0000000000000000000579cf4f2d00fd1cae12cb3cda1aeb655cfc52f6f3ebbe 2,885 1.00/1.00 vMB 28
585,628 585,628 0000000000000000000b134986f8947a0e511f24edbb8fde62b0655312240204 2,120 1.00/1.00 vMB 35
585,627 585,627 0000000000000000001329a48f6cdf89f9e472c9748fad0b9d1aaeffc47e767c 2,693 1.00/1.00 vMB 66
585,626 585,626 0000000000000000000b70b99fdeb0842320ed14e291a0e81f4f7dca1b5a4ce0 2,503 1.00/1.00 vMB 9
585,625 585,625 00000000000000000005cada1fb47bfa5ef237ea19f8792f4fca3ea8fa6c8b6d 2,435 1.00/1.00 vMB 45
585,624 585,624 00000000000000000006b098c28162fed099f0fdd1635870810ee3e49e79e9b0 2,559 1.00/1.00 vMB 65
585,623 585,623 0000000000000000001b2bbe5d52beae51e48defdbb2967d087e3e4ba320996e 2,699 1.00/1.00 vMB 70
585,622 585,622 00000000000000000006a1d63e7a5a2cb57b90591ca2fa28d8200e1db0daa936 2,559 0.82/1.00 vMB 19
585,621 585,621 0000000000000000001a5832b70cc53dcbcc7970aa1a12b3a7865dcedb1176aa 2,873 1.00/1.00 vMB 49
585,620 585,620 00000000000000000006fe7b9cdaa6c44a8a08c2be2095b7f2de62dfcd0c7b70 1,460 0.46/1.00 vMB 29
585,619 585,619 0000000000000000000a673f65494e312ac85c7553c49d33e4f9763aa9384dfd 2,660 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.61 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.95 GB
    • Received: 16.08 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.