Loading Tool

Explorer IconExplorer

Memory Pool

77,556 transactions
29.35 vMB
0.07631723 BTC
Random Selection Loading Transactions
Max Size: 176.30/200 MB

Candidate Block

Mining Attempt c528c5fe26af293aa2c0cc08b1e268412af79ee59bab2b2bd18ffc41885d1863
Version 20000000
Previous Block 000000000000000000004a687a9edc2ed0bbfad17617f87927e5a0114c540355
Merkle Root bfd8ba87173426d8a219013eb7db33c1e6ab59275fbb83109d9f59bb02908002
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,818
Size: 1.00 vMB
Total Fees: 0.01373947 BTC
Feerates: 59.34 > 1.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,153 (515,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
399,799 399,799 000000000000000005824c6ab15de999924248a4d7e62f447f267c172c76b23d 2,445 0.95/1.00 vMB 47
399,798 399,798 000000000000000001f0e8048c97016cf1e44b6ded2980ebffa14c3d5d98f24b 2,094 1.00/1.00 vMB 30
399,797 399,797 0000000000000000025c880b2b41f68e80189a818720fd376694d174246ee7b5 2,118 1.00/1.00 vMB 36
399,796 399,796 0000000000000000059dd69f452d23e016d0eecf731da0864cae548ccb3db835 2,167 0.75/1.00 vMB 43
399,795 399,795 000000000000000003a0bbec4d91ab341cdb92b9610dac52ec91b4db141f3d03 2,563 1.00/1.00 vMB 66
399,794 399,794 0000000000000000056427a71e12497935ef6986b3d5491f6e65213df4bdd161 2,240 0.93/1.00 vMB 46
399,793 399,793 00000000000000000356b8ab5b0a0472acbc333ace760d5a99017db8f3828a1f 2,906 0.93/1.00 vMB 55
399,792 399,792 0000000000000000019292a0a03dbfac513028f81f679cf876f7bf18823a9d05 1,028 0.75/1.00 vMB 20
399,791 399,791 0000000000000000036749dc8aa00825bbe0ee3fa8e71ed1fbe227d63a3d506a 2,231 1.00/1.00 vMB 48
399,790 399,790 000000000000000002670430d6592079e4ab71154ed6462349d8615546d156ab 1,492 1.00/1.00 vMB 29
399,789 399,789 0000000000000000003e9cbd2365d4df4c6ec8c2675f2c0bfccc7772fd70b0d6 1,593 1.00/1.00 vMB 28
399,788 399,788 00000000000000000238c7f985be1f313cb26443f42bdb1338936277d2a2ed44 2,212 1.00/1.00 vMB 37
399,787 399,787 0000000000000000034beafd6b6422afacd601c6234ecc77ed7922ee77ec971a 1,437 0.93/1.00 vMB 30
399,786 399,786 0000000000000000025e92bb7178d0c3d68b3d469b8259dbb519ed0e329f684a 976 0.75/1.00 vMB 24
399,785 399,785 000000000000000003e2cb32204a966893ab9b34393f134bfe8a9c3d4a10dba2 809 1.00/1.00 vMB 15
399,784 399,784 000000000000000001155e58e3f165cf934613190542e2ed345e231c85bf37db 2,044 0.98/1.00 vMB 61
399,783 399,783 00000000000000000638e22f31e0ddbde1ebfc3875047a6346342c378f70f4eb 1,982 0.99/1.00 vMB 25
399,782 399,782 0000000000000000019ac711db06306a3c88dd27b08a3bbd19b9ad9b4d3b3591 2,426 1.00/1.00 vMB 35
399,781 399,781 00000000000000000596781fb1efbaffbadfef1d2a062ac3f112ce8183514703 2,802 1.00/1.00 vMB 52
399,780 399,780 0000000000000000067d37179314c8f591ebd614c1f5b05afb86e2bdb454c69e 1,800 0.93/1.00 vMB 76
399,779 399,779 00000000000000000118ffcf3dc4774842f6ff5d76706deb9d5235a7d12db97b 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.66 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.98 GB
    • Received: 16.35 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.