Loading Tool

Explorer IconExplorer

Memory Pool

43,840 transactions
28.61 vMB
0.12408117 BTC
Random Selection Loading Transactions
Max Size: 148.57/200 MB

Candidate Block

Mining Attempt 9ee15dc2a35e7c8d6ca55160fb741af8ced927113be45127b3382b165047b8af
Version 20000000
Previous Block 000000000000000000017af1f60b0a1774993e39cbb6c5abc4771238282a0259
Merkle Root e0a1167fc9fc438bc8a569d1c0f09df6c1de5350497bd3cfad222f9ddf124f35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,864
Size: 1.00 vMB
Total Fees: 0.03777083 BTC
Feerates: 113.05 > 3.78 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,711 (99,791 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
814,920 814,920 00000000000000000003121c1b2eac6026bb4454f505597ae62672b50ba2b24c 899 1.00/1.00 vMB 6
814,919 814,919 00000000000000000002ca975c3e1b3e7d5275a77ac9c577bdadfcf5e281026c 3,985 1.00/1.00 vMB 7
814,918 814,918 000000000000000000045887f89dcb43745a98123b8d60482b8c9ccd73eb9186 1,516 1.00/1.00 vMB 7
814,917 814,917 00000000000000000003b5912cea1b88f25a21495eb7b238ce0a24ecbd63a4c0 1,178 1.00/1.00 vMB 9
814,916 814,916 00000000000000000001b74f4b02ed6afca7ae080ee1fb75e212f4736c9d6f96 2,948 1.00/1.00 vMB 13
814,915 814,915 0000000000000000000200c56b7d7c4de4d8c4d9f487cdf4df1aaacbe636cac0 2,404 1.00/1.00 vMB 12
814,914 814,914 0000000000000000000322e70fbc49c0218dc05044506f5c2e8aab19457c2cba 2,239 1.00/1.00 vMB 13
814,913 814,913 00000000000000000003776075203179699e58b188ba2fe67e2fb33091190c6a 2,360 1.00/1.00 vMB 10
814,912 814,912 00000000000000000002ad0415e06c62c864b88ed8e0a33130a04f312f99b5d9 1,969 1.00/1.00 vMB 15
814,911 814,911 00000000000000000003a244d014a7c21b31dc288fe34d6800cd6b410348f904 2,732 1.00/1.00 vMB 20
814,910 814,910 000000000000000000002f69a18f801c11a31a88dee82617a4b72773bf71ab30 1,688 1.00/1.00 vMB 13
814,909 814,909 0000000000000000000181851436bbf75be9fa14050e7880b2a31a22c7d3b1f5 2,389 1.00/1.00 vMB 13
814,908 814,908 0000000000000000000249540e9bc6431037fcabddda7e0ca65a71f3631c0fd5 2,260 1.00/1.00 vMB 17
814,907 814,907 00000000000000000002837688b40b74a1c78b040b64af28eb70ed320740b024 3,406 1.00/1.00 vMB 14
814,906 814,906 0000000000000000000301cce11933d1614d4ce8f4bdb17d79955949bf2cc458 1,288 1.00/1.00 vMB 13
814,905 814,905 00000000000000000003a6921e3dd9674dc0927ca5135e0b0f778cc186871c4e 2,790 1.00/1.00 vMB 21
814,904 814,904 000000000000000000034fa0ff7df3f9f5880872320c843b6f3864beb832ddea 2,276 1.00/1.00 vMB 17
814,903 814,903 00000000000000000000ab611dc874cc0b4c645fba330422fe62003578146aad 2,243 1.00/1.00 vMB 16
814,902 814,902 00000000000000000004605acb928dbafb273fe6d4f7ba6d9be18fe0003694f6 2,850 1.00/1.00 vMB 16
814,901 814,901 00000000000000000000961257f2a4f60589aa9dc75003d40eb2f812fe65ee0c 1,239 1.00/1.00 vMB 17
814,900 814,900 00000000000000000003930eca20683f5d367a30af7db81ec43fec9e76628f97 2,660 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 781.88 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: 645.05 GB
    • Received: 12.66 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.