Loading Tool

Explorer IconExplorer

Memory Pool

43,858 transactions
27.18 vMB
0.07590795 BTC
Random Selection Loading Transactions
Max Size: 141.91/200 MB

Candidate Block

Mining Attempt b95603fda991548ec4e7fda01dd8a37a9a3ee5e3867a35dbf0318a32e000a3b1
Version 20000000
Previous Block 00000000000000000001e781babda0e5f5c24c52acf8d86f6d0acc4edd29a722
Merkle Root 393105cc53576228f75bde6975aadec3978abd9e6070f5cfa1e141ff0557d82e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,854
Size: 1.00 vMB
Total Fees: 0.02411462 BTC
Feerates: 150.77 > 2.42 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,885 (454,361 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,524 460,524 00000000000000000028bf99e7cdc2ab93488b065bcdce04122ea8f779abac09 2,273 1.00/1.00 vMB 128
460,523 460,523 00000000000000000106634a7f03d76cd4db7e6da92611cfac4f37e27cfcf549 2,375 1.00/1.00 vMB 151
460,522 460,522 00000000000000000049f4aeacca15a125d1da5073ed6ae5431b1fca432e3c16 2,448 1.00/1.00 vMB 165
460,521 460,521 000000000000000001b0492999e3f912b53cb26e9f00c72df39a861ffa8b2c93 2,453 1.00/1.00 vMB 218
460,520 460,520 0000000000000000010a8c28b3161a59bcfc6850ea79d214e773df0e8bd83a5a 2,087 1.00/1.00 vMB 175
460,519 460,519 00000000000000000047e85cceb17592c4aac4477db671348a28701379cda984 1,595 1.00/1.00 vMB 114
460,518 460,518 000000000000000001f0db2eb83dfbaee08f144c23b24f2e6a1d84758838679c 2,578 1.00/1.00 vMB 120
460,517 460,517 0000000000000000010aad317e4df2343386b16dc552cd506a91b147033fe83f 2,244 1.00/1.00 vMB 125
460,516 460,516 00000000000000000166b2743e3333e7019a27de842d7479654fcc1c6b300726 2,197 1.00/1.00 vMB 165
460,515 460,515 000000000000000000b7d4299a4644ff0bb7618fa4668ef5ead822c31dabb641 1,874 1.00/1.00 vMB 137
460,514 460,514 0000000000000000022730b4539789bb260d8e0bb096f40abd3e1b45a13ca452 1,410 1.00/1.00 vMB 139
460,513 460,513 000000000000000001cf8746d0901820ae4ae5a55ed5f7474c1d843d7de5979c 2,456 1.00/1.00 vMB 215
460,512 460,512 00000000000000000099b064db8e4eb7f40b9f7eab40fddd8303be16f6cc2d42 2,488 1.00/1.00 vMB 213
460,511 460,511 000000000000000001690bcdf520883a0618584da3832b67cf1d5ad0b4ccd029 996 1.00/1.00 vMB 118
460,510 460,510 0000000000000000002a5d4401f7dfcf85ed8bc1421819f0fb285fea9e2e5f4f 1,964 1.00/1.00 vMB 136
460,509 460,509 0000000000000000016fb846ae310e4da93af49961803fb254c960fde647c3de 2,532 1.00/1.00 vMB 110
460,508 460,508 000000000000000002243ca307fb08f91e63f298fa311b0bc205d09464c9f009 1,987 1.00/1.00 vMB 160
460,507 460,507 000000000000000001a90f74635fd130da383b65001e928a9ae57e01b7356169 1,750 1.00/1.00 vMB 133
460,506 460,506 000000000000000001aed3a59a2228022a5ac9a6db97eda7cf1461ef15751af9 2,397 1.00/1.00 vMB 137
460,505 460,505 0000000000000000013ab636eac1ce4e76843ca2a4c589d77b2a238a742ff2e2 2,880 1.00/1.00 vMB 201
460,504 460,504 00000000000000000190e9957da319ef66d68e0cdf99a63abb96bbebdab7e0eb 2,053 1.00/1.00 vMB 183
Previous 10 blocks ↓
Total Size: 782.18 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: 653.66 GB
    • Received: 13.99 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.