Loading Tool

Explorer IconExplorer

Memory Pool

75,636 transactions
28.06 vMB
0.08624631 BTC
Random Selection Loading Transactions
Max Size: 170.37/200 MB

Candidate Block

Mining Attempt 38151b64ffa76580dc72a8576fd51de5ff2e00a70586b5be3e1f7805fc6eef83
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root e511a6fb10797734c6a7970a4a829950112e11aa0691395ca8b473f09a7f4fa6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,896
Size: 1.00 vMB
Total Fees: 0.02596324 BTC
Feerates: 402.60 > 2.60 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (167,600 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
747,711 747,711 0000000000000000000219a5f52a06d39c3037452dfd0f27e6defa3d901df945 2,988 1.00/1.00 vMB 8
747,710 747,710 000000000000000000088fab69288920722e695f79fcf1478414642f8a72c686 2,891 1.00/1.00 vMB 14
747,709 747,709 00000000000000000008d3f3442d724030186f3c5f43831572e2c97d7e55f610 2,240 1.00/1.00 vMB 11
747,708 747,708 0000000000000000000348dbe70166e25d3f17fd2ec36bae3a3cb9a7fc746c6d 2,339 1.00/1.00 vMB 18
747,707 747,707 000000000000000000061296b9718c0e56806a02e03d0ec88eead02b011f4bbe 3,128 1.00/1.00 vMB 17
747,706 747,706 000000000000000000011a73370f1e68e1cb1a99ea06a092b62d34aee8e6d09d 2,055 1.00/1.00 vMB 16
747,705 747,705 00000000000000000005c494e7a1a01d321533bf5e63a87ee22a4f831484345d 1,988 1.00/1.00 vMB 17
747,704 747,704 000000000000000000050a8ac6b5e4263f559db59c6853386a0f26f401740513 3,284 1.00/1.00 vMB 16
747,703 747,703 00000000000000000006d73805cd7d3868f96d1dd1fea76164dd1fe0a87cb7ed 3,637 1.00/1.00 vMB 21
747,702 747,702 000000000000000000037925afeb5e2a6663288b3fec6e6ba19a8ed0af63cde0 3,476 1.00/1.00 vMB 13
747,701 747,701 00000000000000000006bf9b5711c829267271e9d92a93f2b96b4a240e0a23f5 3,532 1.00/1.00 vMB 28
747,700 747,700 000000000000000000084bc79a2b21cf0b1e7e1f7e95b343f0f8497f4171e5a8 2,747 1.00/1.00 vMB 13
747,699 747,699 00000000000000000003d1cb9d6d96f0b7e023adb9b82282e2f1137f15e52d9c 2,265 1.00/1.00 vMB 14
747,698 747,698 00000000000000000008f5fffb853ddfe0ea740d4866e281d30b3d7504ac98bb 607 1.00/1.00 vMB 15
747,697 747,697 00000000000000000007b95847d3c35cb06e33caad8a7fe7960e9dd59c3badcb 1,147 0.45/1.00 vMB 14
747,696 747,696 00000000000000000007c167c1a749f2babfcfbc0a80735a82db179cf2d79ff3 2,809 0.99/1.00 vMB 18
747,695 747,695 000000000000000000025f7fd4fdca138d67e3d90b5f12308fc25ff2457d602a 1,999 0.65/1.00 vMB 31
747,694 747,694 00000000000000000000fe70262a5f82237e16f8e863988fea89f29d3f3bcbdf 66 0.02/1.00 vMB 15
747,693 747,693 0000000000000000000952efbbcc7cc45ca278795781190eb338b21f30af4616 704 0.24/1.00 vMB 10
747,692 747,692 00000000000000000000dc5478df700dc0a8d3782d20637fe1951f86ea06e690 752 0.23/1.00 vMB 13
747,691 747,691 00000000000000000000456b9aea1788fabd0e3e7c16482b7e324b05b418219c 1,745 0.95/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.