Loading Tool

Explorer IconExplorer

Memory Pool

75,071 transactions
27.69 vMB
0.07698602 BTC
Random Selection Loading Transactions
Max Size: 168.92/200 MB

Candidate Block

Mining Attempt 116eb81dc825a710162e88bcdad914aa5783d21776f79448fed4009c6dd52abf
Version 20000000
Previous Block 000000000000000000007612e5d7521da87d841e6b2b3b5b4a88a6af3ae40dcf
Merkle Root c4b6a9f6a61c9b1ccd3d85bab864a4e6fb846b929541fe5e734dd6f8fa5a4444
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,006
Size: 1.00 vMB
Total Fees: 0.01784552 BTC
Feerates: 301.57 > 1.79 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,256 (277,880 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,376 637,376 0000000000000000000d66b0af59c868676af0e7e266d46595cb17aa15231f08 2,854 1.00/1.00 vMB 44
637,375 637,375 00000000000000000004dacccf61e33a1b550fa979310dd6b11bd413000ddafd 2,738 1.00/1.00 vMB 43
637,374 637,374 00000000000000000002b725b1e96ff544fb558a232cd6f36bb0a253f263e0cf 2,372 1.00/1.00 vMB 50
637,373 637,373 00000000000000000004145123749ef9f0c8e4272232bcbb10453b85efffc20c 2,273 1.00/1.00 vMB 61
637,372 637,372 0000000000000000000462666c69bfd186ed97be2555fe5c424bc5178ba8da93 2,715 1.00/1.00 vMB 51
637,371 637,371 0000000000000000000390f5c4e21b89fc67a3dc57c28f6ee51fcfe0d90cfb3c 2,487 1.00/1.00 vMB 50
637,370 637,370 0000000000000000000498315c1eb7976f3a22414d46a9d5eafe924cc8e475cd 2,507 1.00/1.00 vMB 48
637,369 637,369 0000000000000000000421ef1c619c5854d958aa31bf8d14bf1d6d0c7f01934a 3,139 1.00/1.00 vMB 50
637,368 637,368 000000000000000000038f9fb5fabc974dfea63845baa7b870150262ca5ab5a6 2,110 1.00/1.00 vMB 57
637,367 637,367 00000000000000000010031077f7253162af37121426d68da9a41d7f9a8c4a1e 3,003 1.00/1.00 vMB 74
637,366 637,366 0000000000000000000083f435bb8d5fda03cea0da827fd8e2b71d691a926d03 2,490 1.00/1.00 vMB 51
637,365 637,365 00000000000000000007137c0f647a639d69ba4d881088d0e6a652e617b701fe 2,975 1.00/1.00 vMB 52
637,364 637,364 00000000000000000005d6f13d25ffadcb8d54aeb857cf330096ea43e019c0d6 2,576 1.00/1.00 vMB 47
637,363 637,363 0000000000000000000395b8acac6d99b211397e924c0a02bad33cc634a350d4 2,570 1.00/1.00 vMB 63
637,362 637,362 00000000000000000005bfbf22a6858cdc6188d6a97a4c9ef8484de716b4c9e7 2,921 1.00/1.00 vMB 58
637,361 637,361 0000000000000000000e442e3ff9845b7fb9ea53352c82f58cedd9a05020e167 2,839 1.00/1.00 vMB 52
637,360 637,360 0000000000000000000c0443bc0737b1045ac46cc4eb1be4c9e0a66cc37624a0 2,582 1.00/1.00 vMB 58
637,359 637,359 000000000000000000102ddf3790ed218f19d08e1ba02f533f41f5fb636bea6d 2,928 1.00/1.00 vMB 56
637,358 637,358 000000000000000000070fbd4762bef666b6b2cbdc2bad2510c989c52ef85e75 2,736 1.00/1.00 vMB 58
637,357 637,357 0000000000000000000fec879509623753f3bc72c7d2e9c9e6ac4ea0bf47da8f 2,679 1.00/1.00 vMB 66
637,356 637,356 0000000000000000000da9f8608ec3044b13ee95802f8b4610524c262ced63a0 3,044 1.00/1.00 vMB 66
Previous 10 blocks ↓
Total Size: 782.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: 711.86 GB
    • Received: 17.14 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.