Loading Tool

Explorer IconExplorer

Memory Pool

39,470 transactions
27.04 vMB
0.05440464 BTC
Random Selection Loading Transactions
Max Size: 141.27/200 MB

Candidate Block

Mining Attempt 1e9983cd36645454e8963bca59d057575b8306b8bdaa6a4b04af2a4ea113e63c
Version 20000000
Previous Block 00000000000000000000245eed505a538a5d305de614b12adbe4c5ba2b15f80a
Merkle Root 5024fe46e4654e56ec3b1226882ad50495fae85bd2d8136d4ccf88dae4a469d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,039
Size: 1.00 vMB
Total Fees: 0.00436757 BTC
Feerates: 30.54 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,863 (246,417 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,446 668,446 0000000000000000000954358a6b5bdf99a473c3d101d36b7dc47250fb51db71 1,632 1.00/1.00 vMB 32
668,445 668,445 00000000000000000001ff741139a68bdadf0a24f54217db2d70c307dee49ff0 1,925 1.00/1.00 vMB 76
668,444 668,444 000000000000000000001afbcb5b5712a78c5d86c82150c2052ca3ae9f5c956a 1,545 1.00/1.00 vMB 28
668,443 668,443 00000000000000000009ab30a30b4ee04ab412a546df4a8ff7ddfa5223d5427b 1,690 1.00/1.00 vMB 44
668,442 668,442 0000000000000000000d0904bbdecc7e9844ffe3fd18064f65ab67d2d66db696 1,507 1.00/1.00 vMB 21
668,441 668,441 0000000000000000000ab069f8c6d3abfc03d5b4ea84b0159e861f422845143a 1,565 1.00/1.00 vMB 65
668,440 668,440 0000000000000000000a177b185671e0502f7bec6da6d7571d0a7e8c381c1cf4 1,547 1.00/1.00 vMB 34
668,439 668,439 00000000000000000005e75c92c0e21061652e5fc7f31c96ac59932607fda2ee 2,520 1.00/1.00 vMB 46
668,438 668,438 0000000000000000000ccfa82e0d223b045e8dd48d2ee39a3298308f3a91a82d 2,743 1.00/1.00 vMB 109
668,437 668,437 0000000000000000000013dd8b035291b9ad02d8ffdf1418db4e579c612beaa6 1,810 1.00/1.00 vMB 51
668,436 668,436 0000000000000000000af29770bc25c16d14a8c4dbc1e2c2f351e4e175e3da14 1,869 1.00/1.00 vMB 43
668,435 668,435 0000000000000000000d7d562e5d795d813c9e244403294f49aa2f2c9d258dff 1,764 1.00/1.00 vMB 133
668,434 668,434 00000000000000000008f2f7c377562a85fc8356bbaefa380e9d1b263113a16b 1,645 1.00/1.00 vMB 46
668,433 668,433 0000000000000000000d1a85f00a321e123ac3ee0bb852d663a2866e07158bcc 2,329 1.00/1.00 vMB 43
668,432 668,432 000000000000000000024bb7a2d14f3e3cf1d2ebc3461550adf943485053e36b 1,869 1.00/1.00 vMB 98
668,431 668,431 00000000000000000005e9bcd27ff493507ac1df30cd65f7af6bfe5774001b43 1,677 1.00/1.00 vMB 29
668,430 668,430 0000000000000000000b359cb9d87cd270c47b2638ee13263f9a33136a92faa2 2,067 1.00/1.00 vMB 94
668,429 668,429 00000000000000000006ea9c4e6a0540de41793430b7d45a74f06307a5ea6778 2,416 1.00/1.00 vMB 91
668,428 668,428 0000000000000000000cedee0055b23c0208e6f1198f38ddcdd820afad16ec6c 1,560 1.00/1.00 vMB 32
668,427 668,427 00000000000000000000c0c909e107b779e81c2456fe58cdb26abcbff7736dfc 1,993 1.00/1.00 vMB 30
668,426 668,426 0000000000000000000858a272d644b99ae71af4b5727023161844c9d43823b6 2,140 1.00/1.00 vMB 56
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.92 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.