Loading Tool

Explorer IconExplorer

Memory Pool

77,198 transactions
28.84 vMB
0.09791114 BTC
Random Selection Loading Transactions
Max Size: 175.00/200 MB

Candidate Block

Mining Attempt a37b1407070dfda89b82b83716a8de0db0939c869a7aa2c3c72847e0307cbce7
Version 20000000
Previous Block 0000000000000000000172681c51a3d1420d64b53f092a1fc2f3f9d3e0558f71
Merkle Root a096be471015d10b6991733bd9cbd00986d043a89cf65a2e25df7ce3623dbc7e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,429
Size: 1.00 vMB
Total Fees: 0.02990789 BTC
Feerates: 180.82 > 3.00 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,270 (212,418 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
702,852 702,852 0000000000000000000cd08a87e53f9d268de9d12e9b922f428c1b629bec3b98 931 0.99/1.00 vMB 4
702,851 702,851 0000000000000000000c6a1316c65151aa83b12a8b063ad2033148933ee16d1a 1,773 0.95/1.00 vMB 8
702,850 702,850 00000000000000000008a538dc71719fd5af48c3b4d29524e3c3f2dccba90d62 1,035 1.00/1.00 vMB 1
702,849 702,849 000000000000000000026d871dedb91a7a7202669096ed02e128d5dbb8fd3fee 3,042 1.00/1.00 vMB 3
702,848 702,848 00000000000000000008e8512d3e907f0897040bb4ab6cf28baee098ba063621 1,346 1.00/1.00 vMB 6
702,847 702,847 0000000000000000000e9ff7fcb35a93c0c72d9f29a0e65fe0e8df5623f374e6 335 1.00/1.00 vMB 7
702,846 702,846 00000000000000000003b1dac84090a4cd2abf4dad3f86024768af7e0e55fba3 1,888 1.00/1.00 vMB 16
702,845 702,845 000000000000000000062892e6550b6912ad623c23450ad90db3100f9f6a2fd3 362 1.00/1.00 vMB 7
702,844 702,844 00000000000000000004d1b3b2d4fb7542a6d100b06f6b97a60d99727c35fc12 1,554 1.00/1.00 vMB 9
702,843 702,843 0000000000000000000bb483878d9b25e3550630b5649bdfb03e9ac7b7df3469 3,085 1.00/1.00 vMB 18
702,842 702,842 0000000000000000000421c208f032ec251382f3a9c24da9efcc750a60dbe6be 2,387 1.00/1.00 vMB 12
702,841 702,841 0000000000000000000ada347ba2f26874ee6778c92ba9529a3f7b701e8cc2dc 1,121 1.00/1.00 vMB 4
702,840 702,840 000000000000000000011ef06268ab708dce37d230e29a5ab28f68bbb552aeb8 1,687 0.96/1.00 vMB 11
702,839 702,839 00000000000000000000045b16c18330537bb0d8823d3c1e1181bd6ec5e28398 1,778 0.96/1.00 vMB 3
702,838 702,838 00000000000000000003211fb0d0479f94a0faeb369943ad3f1abcdd997d3d86 894 1.00/1.00 vMB 4
702,837 702,837 00000000000000000006dbcdb6b7da25b58b92e3ddeed460d34ec93b68be0225 2,301 1.00/1.00 vMB 14
702,836 702,836 0000000000000000000c50a067c796b5c8cc8974a10b66ad4085b7231b122211 1,735 1.00/1.00 vMB 11
702,835 702,835 000000000000000000070a5af5d4257522adbaad930138460d7ac960f5d425d7 1,204 0.99/1.00 vMB 3
702,834 702,834 0000000000000000000cc64dd10a32c01a2684866b26982f427656e285bb4d36 2,214 1.00/1.00 vMB 11
702,833 702,833 0000000000000000000d382607704d8088eb139cd058593f82ba31a3682444a3 1,407 0.99/1.00 vMB 7
702,832 702,832 0000000000000000000390cefb14b42fddd1a3cffa910bc6e03a162a185bc89c 2,821 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.86 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: 712.90 GB
    • Received: 17.24 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.