Loading Tool

Explorer IconExplorer

Memory Pool

40,002 transactions
27.17 vMB
0.05769191 BTC
Random Selection Loading Transactions
Max Size: 142.07/200 MB

Candidate Block

Mining Attempt 567fd639f89b04986bb2ec8f4bc0f64c808517e7976d944b98d59b12df450212
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 234e480f0c7f66bc37082d56ddaa934922027e8055ad9566c209628eee32beaa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,382
Size: 1.00 vMB
Total Fees: 0.00727303 BTC
Feerates: 69.10 > 0.73 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (349,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
565,791 565,791 0000000000000000002347f3c36f12e5d612057d22c4c0ea2a3a9ef93f870cd1 2,859 1.00/1.00 vMB 27
565,790 565,790 0000000000000000001e28b2912a9f2c319ac72f932ce553d4a6cbf384877efc 3,300 1.00/1.00 vMB 35
565,789 565,789 0000000000000000000373113cad872bf4128ac3dd180832de3c3b4cf58cd84c 2,809 1.00/1.00 vMB 27
565,788 565,788 000000000000000000080415f98b4abfab6381c99eb0fc3aab3b70fdba9f4cd6 2,800 1.00/1.00 vMB 20
565,787 565,787 00000000000000000013048415815b982aaf90846b41b0399eaf6f10c5d52b2d 2,715 1.00/1.00 vMB 22
565,786 565,786 0000000000000000002288527e9e2b7f451cf13f2605535da6b22ab50af680c2 3,146 1.00/1.00 vMB 47
565,785 565,785 00000000000000000026ca94b9562d94c19a7cc94c8206046977fed7395b8034 2,169 1.00/1.00 vMB 14
565,784 565,784 0000000000000000001e14b289035973254e49977b514d221ef82ec3c1a5c9df 2,774 1.00/1.00 vMB 18
565,783 565,783 000000000000000000055cd81a4cfeb971cb328d4737d3a8a1e2905e37f66d7e 2,042 1.00/1.00 vMB 17
565,782 565,782 0000000000000000001e37a8a3539de743c7e0d8a4d936f2ad7f7b207cdfa7d1 3,121 1.00/1.00 vMB 24
565,781 565,781 0000000000000000001d49260e80d193ef998ad5dd5a9fd4dda836ddc7e6b8e0 2,769 1.00/1.00 vMB 46
565,780 565,780 0000000000000000001b516e035512a339380e81dafac500e6364ce798d757f3 2,214 1.00/1.00 vMB 21
565,779 565,779 00000000000000000015a3a0895ca42b2afeccef603fe841ef44465bd19c65f0 3,022 1.00/1.00 vMB 35
565,778 565,778 0000000000000000001d0c71284e17ee9794a8d88b6fb8bb9727f98cdc9ed002 1,889 1.00/1.00 vMB 22
565,777 565,777 00000000000000000007077f3c299baa054856834f5248822cca6832ebc22dda 2,022 1.00/1.00 vMB 27
565,776 565,776 00000000000000000021595c0fe77920dc73d3cb65ca3f72e4510cce79838345 2,005 1.00/1.00 vMB 31
565,775 565,775 0000000000000000000f0e7f24b58b495e86b5c0edc0b1d397534a1616b3d263 2,324 1.00/1.00 vMB 22
565,774 565,774 000000000000000000182c39441b916ad7f21a82e9d24065e140793efbbb7801 2,544 1.00/1.00 vMB 32
565,773 565,773 0000000000000000002049a9296a7c85ed89ee71c546e353bb962f446dcdc5c1 2,012 1.00/1.00 vMB 22
565,772 565,772 0000000000000000000c7ff66d7be0e3ee2dc858760b64861271b8681ffccb92 2,629 1.00/1.00 vMB 34
565,771 565,771 00000000000000000010977cfefede8843a89b7c5bdd6e2fcf79bab0b22fb9a1 2,433 1.00/1.00 vMB 42
Previous 10 blocks ↓
Total Size: 782.15 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: 652.93 GB
    • Received: 13.81 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.