Loading Tool

Explorer IconExplorer

Memory Pool

81,968 transactions
30.44 vMB
0.12392653 BTC
Random Selection Loading Transactions
Max Size: 183.64/200 MB

Candidate Block

Mining Attempt 5da1302962db63c2470105bb24075d34c395e26496fee450f0fe0ad5180346ea
Version 20000000
Previous Block 00000000000000000000f924cf5022dab74d96145383ec21fa5a02b0a126c621
Merkle Root 1ec9104b333f2c0779d4549707bbbf725522d0a783f2857be29dce34a9ce86b3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,394
Size: 1.00 vMB
Total Fees: 0.04613467 BTC
Feerates: 502.62 > 4.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,124 (515,331 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
399,778 399,778 000000000000000003a84d5b1627f7d6e25bbf675b295f2073e69aee9da483c1 3,353 1.00/1.00 vMB 47
399,777 399,777 000000000000000005af1ec8b843afa64bd2ac3c3f64e075c45380e9d25bc803 2,570 0.94/1.00 vMB 37
399,776 399,776 000000000000000003fb0e6d633f4fcf98bf59b3fb4a2f0d047a55489c5d4323 2,082 0.98/1.00 vMB 67
399,775 399,775 0000000000000000011b04bc9f4f3856e299b53a335eb1c42be906237c860bb8 3,309 1.00/1.00 vMB 40
399,774 399,774 0000000000000000015373947aa93c7cb16a308fb0a59644d4123072ad24ce5b 2,734 1.00/1.00 vMB 68
399,773 399,773 00000000000000000470b7874a7e6d4ffee7913c101d525f47ca6344768a7b05 1,340 0.74/1.00 vMB 35
Previous 10 blocks ↓
Total Size: 782.61 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: 671.88 GB
    • Received: 16.05 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.