Loading Tool

Explorer IconExplorer

Memory Pool

30,025 transactions
25.28 vMB
0.06027375 BTC
Random Selection Loading Transactions
Max Size: 124.53/200 MB

Candidate Block

Mining Attempt a0451fd961ead8ba1a279dc7f5f7cb74db8ad5ec4bc3421eaba2a9c30b817c0e
Version 20000000
Previous Block 00000000000000000001739cb7842014e56e8cd06a50002fc9a8f0ee42d7ffe5
Merkle Root a526c951c19fc60a4a596a8c6d781d9a66c7435e1e9d309dce7a1fe864f3a6e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,132
Size: 1.00 vMB
Total Fees: 0.01415810 BTC
Feerates: 301.36 > 1.42 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,188 (739,307 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
174,881 174,881 00000000000001fd1c23d43cdc0c3fd8147a50f2456d0f65da979eda57ee3ac3 72 0.03/1.00 vMB 37
174,880 174,880 0000000000000101409a5100f35968bfe6db898ce9b1758c7630adadff5e8ad8 72 0.03/1.00 vMB 41
174,879 174,879 000000000000012c33f7f5926a289d0b72864c59246c9d69ddda23be915a9701 45 0.01/1.00 vMB 144
174,878 174,878 0000000000000000d60496577a12244d964dc90b8b2ec8c1617ebdb386c66acb 37 0.03/1.00 vMB 90
174,877 174,877 000000000000073a473d7f64c0a1dd1354ecb2a180886eb4eeab3ed70e392b5e 81 0.02/1.00 vMB 29
174,876 174,876 00000000000001df92bd9d0cff4ae85022510fb678346840e4c5c76ae7ffb1af 40 0.03/1.00 vMB 61
174,875 174,875 0000000000000a090d89e57ed2e18bf77cf350d2b77ba5696c3c2ed4653ea15e 9 0.01/1.00 vMB 91
174,874 174,874 000000000000060c103dddcccbd913d8cef15acc0b265f2850d96ad43e77e502 10 0.00/1.00 vMB 88
174,873 174,873 00000000000008371c1d656f6a006e04a0e372b7d4a12c59d7b025b71042d2ac 7 0.00/1.00 vMB 45
174,872 174,872 000000000000052adda1d23183ee5cbe9a9ef28ed095d74c492d1ea8afccf0b1 27 0.02/1.00 vMB 106
174,871 174,871 0000000000000a3578abc1560d7e693ef9a496b67f7597be967f76f3cc413964 36 0.01/1.00 vMB 160
174,870 174,870 00000000000006263f991ed1b74d5da608bc912a61dd34ea64fc35d41ce9586f 158 0.05/1.00 vMB 101
174,869 174,869 0000000000000339d65bfff1e7f4c1b73782cbb3647917a11d2c5f4ee5670366 1 0.00/1.00 vMB 0
174,868 174,868 0000000000000696f79bdbfdf517c87e4fa37da730195487158f52c5bdd5f8e1 9 0.00/1.00 vMB 110
174,867 174,867 00000000000006a23ab4b5cce4b9de0d187690adedf6e957475ffc52ebefa21d 49 0.02/1.00 vMB 23
174,866 174,866 0000000000000147e3b1bcb684232467fa1d6a4eaa68ffee97cae9d2d6fab0b9 20 0.01/1.00 vMB 45
174,865 174,865 00000000000003831c9bbf39efa9ef895fc42975805b57cec5861dcf0b0944d7 93 0.05/1.00 vMB 98
174,864 174,864 00000000000008e48d4df281a0a9f09d77f5a2e515425f0ec66e3593183dafe0 29 0.01/1.00 vMB 155
174,863 174,863 00000000000002521c400d319d0eefe4d5eea77f6954488ba397bef80054fb21 10 0.01/1.00 vMB 3
174,862 174,862 00000000000000992ab5b2d025fe0a5ae788c5831eab8310201837573a19c8cc 49 0.04/1.00 vMB 322
174,861 174,861 0000000000000048a4d135c99d20b6b8aba2b65fdc562ec2872ed25cf72049e2 13 0.01/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 780.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 572.53 GB
    • Received: 7.92 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.