Loading Tool

Explorer IconExplorer

Memory Pool

83,519 transactions
31.72 vMB
0.12896221 BTC
Random Selection Loading Transactions
Max Size: 191.69/200 MB

Candidate Block

Mining Attempt 25ffc92e82c2fe8af7e7b649f02ecdbb49b11262273b6a8830ee4a303f0f020e
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 93f9401ec1e81bd518bf84618c78000f4fe6dae2b8c64d900e1f834901531f22
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,182
Size: 1.00 vMB
Total Fees: 0.04355102 BTC
Feerates: 803.65 > 4.36 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (476,352 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
439,000 439,000 00000000000000000350bf9e19bcc1a27a05b4d61bd0044d85e154e3b9cf08a6 2,606 1.00/1.00 vMB 93
438,999 438,999 00000000000000000133ec9705feeafaf176a19ba8d954d09539a985f5a3079d 2,162 0.92/1.00 vMB 71
438,998 438,998 00000000000000000187168f5d77c9c8dc6aa2512128795305f10c66ace43872 1,577 1.00/1.00 vMB 43
438,997 438,997 000000000000000002b7085f325f5041e92d23ec08b6336cb8675aa3c3892b60 2,099 1.00/1.00 vMB 63
438,996 438,996 00000000000000000257616ab8ed39e0e7bca056d13faf1652075a34e335e7ed 2,134 1.00/1.00 vMB 54
438,995 438,995 00000000000000000042b6b0a7bfa7f43b648167a5c0547d6b3a676e23d4c226 1,527 0.75/1.00 vMB 55
438,994 438,994 0000000000000000023522e6372109dd28f97a86eef46a54cf15199c005e6a85 2,360 1.00/1.00 vMB 57
438,993 438,993 000000000000000002d56be58d27555fe2278489974db4c2a81098b597e974e6 2,417 1.00/1.00 vMB 80
438,992 438,992 0000000000000000031b425ce3eb37f16012b41e7303d1a979d3ecd829876599 2,072 1.00/1.00 vMB 68
438,991 438,991 00000000000000000263a5bb45a26f1b6df7da39f81968f2fa183bd0a3d09ffb 1,802 1.00/1.00 vMB 49
438,990 438,990 00000000000000000273d64f96a5215e574311bad2525b95372e8606292a345c 2,315 1.00/1.00 vMB 64
438,989 438,989 000000000000000004087c6302140bbbc69f092fdc78231613d6258998864206 1,989 1.00/1.00 vMB 73
438,988 438,988 0000000000000000037f516cf60aa66bd91d4e1f35e8615481b00eb9d00e568b 1,437 1.00/1.00 vMB 72
438,987 438,987 000000000000000001e9dd386fedd15b4eab0cd69db37dea9e13dc36543527f2 2,629 1.00/1.00 vMB 83
438,986 438,986 000000000000000000e9ad1d0f0d7245d9b3bd7399cf39519fb7afd26d0e664a 1,738 1.00/1.00 vMB 45
438,985 438,985 000000000000000001ed334faeb52a6b6450b2f5f9c95ec24a0b972e64235d61 776 1.00/1.00 vMB 45
438,984 438,984 00000000000000000094dd4b4b56effc08b810d564b292eaae8085353771ae67 1,839 1.00/1.00 vMB 59
438,983 438,983 000000000000000003a6c03ccf863c8ffc8064267a9bc0a355baea7ad079422c 1,957 0.99/1.00 vMB 55
438,982 438,982 0000000000000000017e2df3ab677857bb7d9efa54ce7a54c8f341a5cfa62062 2,468 0.99/1.00 vMB 83
438,981 438,981 000000000000000000829849f828808713faab7b84b5afb2cec8bfe157a92619 2,637 1.00/1.00 vMB 78
438,980 438,980 00000000000000000047ffafd0d955440510a9bb7dfb933512d861e1a7fed4ad 2,547 1.00/1.00 vMB 95
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.69 GB
    • Received: 17.94 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.