Loading Tool

Explorer IconExplorer

Memory Pool

84,981 transactions
32.84 vMB
0.15273080 BTC
Random Selection Loading Transactions
Max Size: 195.84/200 MB

Candidate Block

Mining Attempt ee17bc8eabb01673a177bdc0c11e6b7afa36d68a50e30984d5465b462c87f50f
Version 20000000
Previous Block 00000000000000000001618798e66a050b3c71eb7c99c336c2e1b2e64f4feb97
Merkle Root 1a923f71a76d4f411b7270bc0d5a0303a3283b7035dc4b1770b7f755624abcd1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,599
Size: 1.00 vMB
Total Fees: 0.04689851 BTC
Feerates: 318.30 > 4.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,353 (532,448 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,905 382,905 0000000000000000119203fe8853736ee5e25ad986ebb8612813c91e7bd56f1a 1,359 0.78/1.00 vMB 45
382,904 382,904 000000000000000009a44b1aaa4ab9a4d3c47b6877fe7746c138a0e34ee5fe44 1,669 1.00/1.00 vMB 28
382,903 382,903 00000000000000000bfbf9158b41c0a4a5153cdaa4e44a04810cd09ba4401111 1,256 0.73/1.00 vMB 30
382,902 382,902 0000000000000000115fa94da4127efbc1bf231998230181cfd0543219510c75 2,743 0.93/1.00 vMB 55
382,901 382,901 0000000000000000004645ad9f89944fce18df20dc01305b5656d5a3909a85b9 642 0.30/1.00 vMB 79
382,900 382,900 00000000000000000cb0a01b9af4f3371b25c63b81f18a2b0b582d43aced41bf 630 0.28/1.00 vMB 36
382,899 382,899 0000000000000000113f0f14d52ceddf42e66ff62bb7825bf6267c64f5645b61 1,370 0.61/1.00 vMB 41
382,898 382,898 00000000000000000a1c5eb1f7b36935589e46e9b63573bf7d25f6b3685291f5 103 0.07/1.00 vMB 29
382,897 382,897 00000000000000000836d5520bde05a03909e85c5504056f1000935f2d5a1963 1,248 0.52/1.00 vMB 40
382,896 382,896 000000000000000001d739d672583d3941bacffcc8b792a1bcd0a0fc2a346637 484 0.27/1.00 vMB 27
382,895 382,895 00000000000000000250a9a90557aa55c8cdf83793ddcf994de0f2302c9cef9e 1,264 0.65/1.00 vMB 37
382,894 382,894 0000000000000000110e14a321f187e38e0cbc1d2248b333a2ffda15af503afe 116 0.16/1.00 vMB 9
382,893 382,893 000000000000000004531a78f645fca698735d6ceeaa30687007858c5134ed55 256 0.14/1.00 vMB 32
382,892 382,892 00000000000000000736e2f3b2e73d681d8dfb787ebc452ac0a29c8921bbf2e6 931 0.75/1.00 vMB 19
382,891 382,891 00000000000000000bb9b45f605dc7880e722c8a68aac991ce75ecce18131bc9 1 0.00/1.00 vMB 0
382,890 382,890 00000000000000000fb9cdfcdd4dd4011a9c11b2ad4f30bb685501fffbfa3b67 1 0.00/1.00 vMB 0
382,889 382,889 0000000000000000035cbcc782df631f7c3756963adc9821aa7d671403248e40 948 0.50/1.00 vMB 37
382,888 382,888 00000000000000000b2fe441d94236533bc928841c673f502a37c0c74e43a947 555 0.25/1.00 vMB 40
382,887 382,887 00000000000000000ff790b30a62246ac279cb8ef2a9919e0a9a20a33c7cb3ab 1,216 0.63/1.00 vMB 31
382,886 382,886 00000000000000000e2712da5b2f5dfc99fe08082e6fc2739faba6bb2c1b34e4 1 0.00/1.00 vMB 0
382,885 382,885 00000000000000000463c2bbb8ce1ba67f6775856d9120661dc14b3f9c84cbdd 613 0.59/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 783.00 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: 718.85 GB
    • Received: 17.96 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.