Loading Tool

Explorer IconExplorer

Memory Pool

47,007 transactions
29.50 vMB
0.15194857 BTC
Random Selection Loading Transactions
Max Size: 156.23/200 MB

Candidate Block

Mining Attempt 009d4511185405a3b2aaab9a5426c896f60ea216ac0a7348d7dfd16d79c0b417
Version 20000000
Previous Block 00000000000000000001d19b6080821c1c0b63cbe116d40ad8df3fda8218035b
Merkle Root 1a0b7aa2e4524879a730ff6888288b57f8a6d4d92e5b9d664bc9e2cb3226804e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,690
Size: 1.00 vMB
Total Fees: 0.08533744 BTC
Feerates: 15,654.48 > 8.55 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,806 (292,958 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,848 621,848 0000000000000000000bdcb3eeafa581b2f6f0de0b927e6b8dce427ef35cb985 2,473 1.00/1.00 vMB 36
621,847 621,847 000000000000000000045bcdd57822062f92ac51e83f105ac78bdc5bdf78c094 2,824 1.00/1.00 vMB 59
621,846 621,846 00000000000000000010b1d2687648c0a669b9a895b06f4385aea2346892f450 3,039 1.00/1.00 vMB 55
621,845 621,845 000000000000000000060bbc9faebfbea7fd17e7a383f8300bc9c73053983575 2,561 1.00/1.00 vMB 76
621,844 621,844 00000000000000000000f20e8c938b1883f367ed1836830c436cfb953eeeb82a 2,012 1.00/1.00 vMB 70
621,843 621,843 0000000000000000000aaebd6935a516a340de559a059c09db2075101d1dc0bf 2,440 1.00/1.00 vMB 84
621,842 621,842 0000000000000000000eea371c27fd3e0aea894e24cac8f966238e007ccf750c 2,470 1.00/1.00 vMB 76
621,841 621,841 00000000000000000008df7975049cba8b64325f6855b8f73afd0965b15c2cd8 2,203 1.00/1.00 vMB 53
621,840 621,840 0000000000000000000f2b40efa0ea6bdbdc1ea9d4d960f97a420a5726a58c37 2,287 1.00/1.00 vMB 72
621,839 621,839 0000000000000000000021077e071a360fbdcbbf97bcc8ec76acc444a851ec83 2,775 1.00/1.00 vMB 89
621,838 621,838 00000000000000000003a3c0578b9040ca29748811bc12478d0531220a4c1345 1,914 1.00/1.00 vMB 69
621,837 621,837 0000000000000000000dd72f81f5f5f84c4a882a49f89a31eacc80b9fe80692a 2,893 1.00/1.00 vMB 37
621,836 621,836 0000000000000000000cd15301dab26e3a7da202cb08f822c8249487253453bd 2,342 1.00/1.00 vMB 21
621,835 621,835 00000000000000000001f7ffc6e501788c3ebd98bb929b85c8241b032e4e6faf 545 1.00/1.00 vMB 10
621,834 621,834 0000000000000000000d4e0589ef7a0acceddb7b4f2cdf5e3c803132d84036ec 2,072 1.00/1.00 vMB 43
621,833 621,833 0000000000000000000fd6f2389f7b371ae4c3c181d7c7a957e14ba5ae6da1ec 2,597 1.00/1.00 vMB 24
621,832 621,832 0000000000000000000b236c120528e1fd9986d8e2e7829057db9fd38f7e0b9c 2,181 1.00/1.00 vMB 15
621,831 621,831 00000000000000000005b716e328aead2da18b175c6133430e0e2b981f06ac80 2,404 1.00/1.00 vMB 58
621,830 621,830 0000000000000000000b1a3562dec4d4d151c54cd4fc92af57bf762ed22c75a6 2,596 1.00/1.00 vMB 51
621,829 621,829 00000000000000000003617efd8d2e710ae446267758452cc936baa87070cd2d 2,146 1.00/1.00 vMB 88
621,828 621,828 0000000000000000000cf80138b52e27a708591e30c561394169c6dee5cd583d 2,072 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.04 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: 650.76 GB
    • Received: 13.32 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.