Loading Tool

Explorer IconExplorer

Memory Pool

38,329 transactions
30.52 vMB
0.06512096 BTC
Random Selection Loading Transactions
Max Size: 152.39/200 MB

Candidate Block

Mining Attempt 304758ff17d714bc852bc57b9ff36fb1be483e3a9b886763e28e5393f7e3aa4b
Version 20000000
Previous Block 00000000000000000000e6ac51d863cefc44ebfdc8149c0a65a62577a0feaf17
Merkle Root 72979e7670d67e9b78cad679f88a0d0bc3746a05551bb111e95f65c0791fbca8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 258
Size: 1.00 vMB
Total Fees: 0.00362245 BTC
Feerates: 6.03 > 0.36 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,570 (257,654 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
656,916 656,916 00000000000000000001398c7b972de7420d4efae63ef15036da625877ca4ca3 2,019 1.00/1.00 vMB 82
656,915 656,915 0000000000000000000a2f6a2e320f3609b8eeb3baf5f96d8f8f3a5683a39a3f 2,896 1.00/1.00 vMB 60
656,914 656,914 00000000000000000003eb0886ac8b10ca347d0ea14955f826e6f3212d528192 2,483 1.00/1.00 vMB 30
656,913 656,913 0000000000000000000dffc87b04eef726f72176a4dde6d69c1355cd94c63056 2,458 1.00/1.00 vMB 65
656,912 656,912 0000000000000000000aa4f16a17d5f15bcd57a0c97995e1ca2a663591ebce3a 2,374 1.00/1.00 vMB 53
656,911 656,911 00000000000000000005f3f6845794ab81de90cb51a91522ad16dce4a5894ebe 2,673 1.00/1.00 vMB 72
656,910 656,910 00000000000000000009b830bfd469617faeca1b4283b8d5135c4856f7d8b1df 2,745 1.00/1.00 vMB 141
656,909 656,909 000000000000000000010a054fb0f5b253efab7bcf1d24dc17223ba71d1f6cf8 2,512 1.00/1.00 vMB 54
656,908 656,908 0000000000000000000447d9db4fd6b05db1f0197b50e169c4f511e96bed95f7 2,751 1.00/1.00 vMB 54
656,907 656,907 0000000000000000000e0b03a8ba57e8d84b40a465b3a8d22a2049cc3ca7152b 2,850 1.00/1.00 vMB 27
656,906 656,906 0000000000000000000fc393ccfb6f06b444ecdeed889ec51de34aef1d5d46e3 2,715 1.00/1.00 vMB 73
656,905 656,905 000000000000000000107c875e8a0add5c2641429a0e1ad50b95af501916bb57 2,293 1.00/1.00 vMB 19
656,904 656,904 000000000000000000053b5439629836df8ed1e2b3a90038f90ab9c6fc79a921 1,477 1.00/1.00 vMB 10
656,903 656,903 0000000000000000001063a6f95883d86309d0ed938c955af0620b971c10105f 1,702 1.00/1.00 vMB 81
656,902 656,902 0000000000000000000c98ddb1145fbc9681f47f590ad15af3413533ab6d6221 1,440 1.00/1.00 vMB 25
656,901 656,901 00000000000000000007f9967ff1446e05aa66b56f58503a42b81ac10fd5555d 2,922 1.00/1.00 vMB 89
656,900 656,900 0000000000000000000ade5918aa3b331ffc6e642b9b69a12852471545962005 1,912 1.00/1.00 vMB 34
656,899 656,899 0000000000000000000c52ecd4261c213c71d1045ef1d7f4829ecc405ebc85cc 1,828 1.00/1.00 vMB 21
656,898 656,898 00000000000000000003c460482c307508fb0e7d44077d00a6265a24d4ff3e99 1,599 1.00/1.00 vMB 56
656,897 656,897 00000000000000000001baa94fe081fc7fe53292970c3c2205a2891b2e54aa48 1,614 1.00/1.00 vMB 12
656,896 656,896 000000000000000000051e354fa7106b612b8a37390e67d2d5942200ac9ab905 2,233 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.63 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: 625.67 GB
    • Received: 11.61 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.