Loading Tool

Explorer IconExplorer

Memory Pool

82,546 transactions
31.06 vMB
0.10754421 BTC
Random Selection Loading Transactions
Max Size: 188.87/200 MB

Candidate Block

Mining Attempt 523c499a98069f6bc70d52b985a363d89072d1b2fb36a4cb58dbc2e279451905
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root aab817981de190287c0e569eb4d21a759ea30275b4c23bb6efd286101e5478c7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,161
Size: 1.00 vMB
Total Fees: 0.03333491 BTC
Feerates: 200.89 > 3.34 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (739,670 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
175,712 175,712 0000000000000a9fa1182f8503c607e57f044d5bea4c9a0327531fbb4a08222c 48 0.02/1.00 vMB 50
175,711 175,711 000000000000054180935844900aeebc2ee04bc1a9db1c0b36d22d0692f6cf0d 11 0.01/1.00 vMB 16
175,710 175,710 000000000000071ef977ef875fc48cd53428bc9b963f89d9ac1202b3e2d65b1d 38 0.02/1.00 vMB 70
175,709 175,709 00000000000009668cafbb8a120988cf8076d9c1e4d1f0f1c232b2d2d95d55dc 74 0.03/1.00 vMB 25
175,708 175,708 0000000000000639fd1ee719c87c9308460b7e83a67f793426a6ebf58b587647 31 0.01/1.00 vMB 50
175,707 175,707 00000000000001ede57bd06391c3dadd9dc65707bca3a499c4e4a71c425cb474 22 0.01/1.00 vMB 49
175,706 175,706 000000000000056e03fe8ea4857eacf24e4e6736d357d3328fde5c92be54a6c2 8 0.01/1.00 vMB 16
175,705 175,705 0000000000000a7d1c3a84cbfa0bd9e7e036994b2af7411b147026aa974a8714 32 0.01/1.00 vMB 26
175,704 175,704 000000000000049a43d8be52f7041664b59740f03780e05298a869cf0452c9e7 16 0.01/1.00 vMB 139
175,703 175,703 00000000000002e184b15481e100bd3a969a1fffdb24f6bd6d8d3a04d1000f5e 4 0.00/1.00 vMB 0
175,702 175,702 00000000000006fd523e03e1dbbb903de4ab2561f187d578f95d0d225705c45f 165 0.04/1.00 vMB 3
175,701 175,701 00000000000002cadf32dbb4544e39baef91c7e3d35333bf114448047334bd50 98 0.07/1.00 vMB 103
175,700 175,700 00000000000009f9c5627bea458fb98cfa843ee376aed9c4af3a11cf64ac37a8 55 0.02/1.00 vMB 171
175,699 175,699 00000000000008b9d61b3a3263d581f6adccc4d75fd2cef8a807e2911fcaed14 28 0.02/1.00 vMB 2
175,698 175,698 00000000000003c7bd818dc51d9a3c66fa84920205f5f6a4aec6186763861cf8 39 0.03/1.00 vMB 63
175,697 175,697 000000000000013008acff8b9c8ab4c6b7e6b8044f2aaf116de768a77d9d4a00 1 0.00/1.00 vMB 0
175,696 175,696 00000000000001f06fa3aceb6f1f63154587c39a4de9f0886f7540ff895d2390 135 0.05/1.00 vMB 354
175,695 175,695 0000000000000946a274ad79b07bc4ba31a9c2fdc41cd9c1a5971462afb49911 144 0.05/1.00 vMB 143
175,694 175,694 0000000000000176396556294bd0ddcfc7f14ab71ffe1636a3b4c26f6ccfe1c7 22 0.01/1.00 vMB 239
175,693 175,693 00000000000005fe90d160fa6a4385b10686907d4d7fb3279c538005e72893ce 19 0.01/1.00 vMB 92
175,692 175,692 00000000000002677e859f2e773a32799f38ccafad47a245fab9f241da3fe849 14 0.00/1.00 vMB 63
Previous 10 blocks ↓
Total Size: 783.05 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: 720.60 GB
    • Received: 18.21 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.