Loading Tool

Explorer IconExplorer

Memory Pool

82,172 transactions
30.55 vMB
0.13552518 BTC
Random Selection Loading Transactions
Max Size: 183.80/200 MB

Candidate Block

Mining Attempt 710163fa8ca94ebcd05da9bb6bf10cda6e10ba2578e8be1ea7a35e5f48a2611b
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root d42be0f4c01d735c98664707d0c881fb509e9c204a9a2739683a1767b7b7cb0b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,061
Size: 1.00 vMB
Total Fees: 0.05279297 BTC
Feerates: 302.06 > 5.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (423,441 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
491,688 491,688 000000000000000000933e3a0a6ae1446186167c016bdb12ab494c0c237e479f 2,143 1.00/1.00 vMB 125
491,687 491,687 000000000000000000671ddb3c9098c4acf0b4efdfd7d7d22467eda68c0d9a60 2,190 0.95/1.00 vMB 84
491,686 491,686 000000000000000000c38afcaeb455eda574622324bfdfaf51b97dc255152f38 2,527 0.96/1.00 vMB 179
491,685 491,685 0000000000000000003570c02e228f57f9c56ed35f7aa4a0e523d57afd60cf7d 1,056 1.00/1.00 vMB 25
491,684 491,684 0000000000000000006f19d7941f80968e68680b105e7c786517a5af88e60916 1,043 1.00/1.00 vMB 43
491,683 491,683 0000000000000000005cc80382c27c7662b04fbe7b0940aa8c1290e7431b2cbc 2,660 1.00/1.00 vMB 48
491,682 491,682 0000000000000000004e3ee4b9494a22b898d408e1e2f4bc9db999f8f17d6aef 1,936 1.00/1.00 vMB 152
491,681 491,681 000000000000000000806ed4e41759209c03877f92482d1d69877a23ba5fdbf0 1,706 0.65/1.00 vMB 80
491,680 491,680 000000000000000000e902085aa430bcc8e0542fd56577c466302e6a82f041d8 2,329 1.00/1.00 vMB 26
491,679 491,679 00000000000000000087820bd9d1a7f5c6c17a4980da471a866143be503b25f2 2,020 1.00/1.00 vMB 86
491,678 491,678 0000000000000000004f2c289d2f7ab58519126afb253d5ad12688e47b86499a 2,043 1.00/1.00 vMB 107
491,677 491,677 0000000000000000005c0dfb6402d15ede704b7eab0e727c9777e97923cc7518 2,078 0.98/1.00 vMB 131
491,676 491,676 0000000000000000002357c415bc413680a029e61cbbe4f2b618a69297c030d6 2,090 1.00/1.00 vMB 187
491,675 491,675 0000000000000000005958e8a7e3f7931d3186bd4dc6d9b4cc9cba9054f45f76 898 1.00/1.00 vMB 13
491,674 491,674 0000000000000000005a8c1d806ed71c52771bde05ed17a1e956343d42de43a5 2,411 1.00/1.00 vMB 24
491,673 491,673 00000000000000000057613ebd88f8dc619a685592f788bf68704128ce1bd7d7 2,229 1.00/1.00 vMB 105
491,672 491,672 000000000000000000997d063d14bfa018f6760287a8cd576800919ad7462cba 2,818 1.00/1.00 vMB 161
491,671 491,671 000000000000000000d988a21478c51eb6238e4df4fb6fe39300cd13ce9572ab 2,289 0.85/1.00 vMB 22
491,670 491,670 0000000000000000003786e34b42069d2d05a8411d36dd82794f259545c51d73 2,549 1.00/1.00 vMB 49
491,669 491,669 0000000000000000008267dd79658eb39d349a3e0fd4348fb20a67d01a47f5f0 2,107 1.00/1.00 vMB 33
491,668 491,668 00000000000000000069ed5906d41c5f31e85568c89cdac9c4224489bf874eb5 1,803 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.