Loading Tool

Explorer IconExplorer

Memory Pool

34,755 transactions
25.78 vMB
0.06448644 BTC
Random Selection Loading Transactions
Max Size: 130.85/200 MB

Candidate Block

Mining Attempt 2923d2644df387c9526e5b75b6ee56628372f04526ed10638bacad6cac41cf3f
Version 20000000
Previous Block 00000000000000000000c6967ad9d951b18cd118485b83d37f6dc1c95fb54d9b
Merkle Root ce2f1a40a1aa722b45f2f7030f76f0a95bd1f22859bc19054bbde8a73f91b09b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,240
Size: 1.00 vMB
Total Fees: 0.01731169 BTC
Feerates: 101.16 > 1.73 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,691 (205,001 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
709,690 709,690 00000000000000000009811fa47d7261f42288b3169fc14e660f528bba9ad885 2,049 0.86/1.00 vMB 8
709,689 709,689 0000000000000000000778e0fb70e34a4ec1c954c757eceb68857e78a5f48720 110 0.05/1.00 vMB 8
709,688 709,688 00000000000000000007c22062eae1aeb77e753e837fc6e7d6c4d4db830bbbb9 248 0.06/1.00 vMB 2
709,687 709,687 00000000000000000008d22bc8835a9633e85ebd4f09f353e1ea36a16fc265ba 2,746 1.00/1.00 vMB 9
709,686 709,686 00000000000000000009cc7e1f6c3617ada1a7d081cebfd29eeebe82417b7f61 1,960 0.93/1.00 vMB 8
709,685 709,685 00000000000000000009f807905047506248c0952578c5796e5f9a6ad602d2d3 1,137 1.00/1.00 vMB 3
709,684 709,684 00000000000000000000734f864fa5db3c4f4186afb3ea549c3412a77e898c47 2,764 1.00/1.00 vMB 12
709,683 709,683 00000000000000000008d12d7cc74675b1074f3dbb3110a0bb6d8378d841d83a 1,262 1.00/1.00 vMB 6
709,682 709,682 00000000000000000008e56c23bc192e3906f81a849dbf4c22224fa1d707e5bc 75 0.14/1.00 vMB 3
709,681 709,681 00000000000000000004ecbf885623fc3bafb1ec0ea47f43fa5198dbef2bee58 1,599 0.97/1.00 vMB 6
709,680 709,680 0000000000000000000154b3926c6b5c49e923f1c95f85f2fb8d838065906a9d 1,242 0.77/1.00 vMB 5
709,679 709,679 0000000000000000000ac9a7a6f30989bae69141a9f80fea518155d60f8793eb 2,134 1.00/1.00 vMB 4
709,678 709,678 000000000000000000053b88b034f8bb2e072cf3073cbc6cb8cf8ad3a26ac3bb 2,841 1.00/1.00 vMB 15
709,677 709,677 000000000000000000022f736d12c68be7cff5fa0ce08ffa6fa7bae318150495 1,917 0.88/1.00 vMB 10
709,676 709,676 0000000000000000000012d2786302a4dc9a4a364ffd7ca4584ee9edc5193e3c 1,061 0.32/1.00 vMB 11
709,675 709,675 0000000000000000000735256a982c7a9a31751879085580b398227dad997bdb 365 0.30/1.00 vMB 5
709,674 709,674 0000000000000000000a2a1d005c76cb6f65392212baa7010438b2c7437d82f1 3,378 1.00/1.00 vMB 11
709,673 709,673 00000000000000000006293552af24705ce40d97cd92e88b9a26d24225474c79 1,767 0.57/1.00 vMB 10
709,672 709,672 0000000000000000000090404706a2087ed0ed8bf350eb784cbcffe1095b3b31 2,132 0.78/1.00 vMB 5
709,671 709,671 00000000000000000007a412b7a2e8072c38a4784a8b8ffe7d8bff87681261f0 2,829 1.00/1.00 vMB 10
709,670 709,670 0000000000000000000c69ada2584e34d70a27ba1236c0f163e64a3012c316f7 3,123 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 781.84 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: 637.80 GB
    • Received: 12.44 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.