Loading Tool

Explorer IconExplorer

Memory Pool

79,522 transactions
29.37 vMB
0.08443907 BTC
Random Selection Loading Transactions
Max Size: 178.06/200 MB

Candidate Block

Mining Attempt fa5617db9dfce66bb170143d3e1df3eccc2ba08366464bdd8858f339a60c2464
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 4e970a9fdba50a91f8e1b5880a83f601911a4f086e52c6fa9e29acf30484d99e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.02286653 BTC
Feerates: 278.95 > 2.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (404,998 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,097 510,097 000000000000000000335c95f355a1486d32bb8d9e03e65729c72ff9206ef047 396 1.00/1.00 vMB 8
510,096 510,096 0000000000000000002545f233f2bbb76a8a2c1014895fd04a597302ce97a15d 1,698 1.00/1.00 vMB 47
510,095 510,095 0000000000000000000cd6a0701cc61ca1ff42bf13b2dc3b78ba07d440d150e1 53 1.00/1.00 vMB 1
510,094 510,094 00000000000000000051f0a72ac2b9b5fbb8d30d4d20d49d5da4e8bd04f37c4b 936 1.00/1.00 vMB 17
510,093 510,093 00000000000000000013a89049b6fbff8805be0ab185ff7d8f63489aa9102eb3 1,012 0.41/1.00 vMB 61
510,092 510,092 0000000000000000002b1a5e3517d839985d2aab33d4e91b645ce54a2d6f2487 2,204 1.00/1.00 vMB 18
510,091 510,091 0000000000000000005c8bd9922ddbedb7b3d74900aff8ec7d4cd8951be73785 2,212 1.00/1.00 vMB 100
510,090 510,090 00000000000000000004c8378fca0f65cf5e54bcdd29779f2bc4d166c6487ecf 544 1.00/1.00 vMB 12
510,089 510,089 000000000000000000309d42bf4508a3c3fb09d0703a5150be783d707faa54f9 1,237 1.00/1.00 vMB 27
510,088 510,088 0000000000000000003e42c194cc013601aaaa096cbb40900ccbd3d94bd38318 1,139 1.00/1.00 vMB 4
510,087 510,087 00000000000000000017df567987254a98a5c6d373a4d6257533eb077109d6d8 1,867 1.00/1.00 vMB 32
510,086 510,086 00000000000000000055156d4236b9654eb29c0e82213cfe074bd4491c49a0c8 86 0.03/1.00 vMB 108
510,085 510,085 0000000000000000005a9fccfb19ce1cb1b8d87eeebd0c04233e9d03e9918e27 1,947 1.00/1.00 vMB 8
510,084 510,084 0000000000000000002922b5289f8d41f25cf80b55639e319a3f334690634560 2,540 1.00/1.00 vMB 85
510,083 510,083 00000000000000000003670e5b4432524fdbd679db30844658c04d1cde01040f 2,396 1.00/1.00 vMB 13
510,082 510,082 0000000000000000000cf5271d9fd315a41d0582832137335b010320a26cffb2 1,962 1.00/1.00 vMB 12
510,081 510,081 0000000000000000003a2d68872569c280f76f1cf1975b484055ebaf65e33684 1,972 1.00/1.00 vMB 88
510,080 510,080 00000000000000000003f8551097dbbc73ad29cd888e0a56705059d3abd333ce 2,626 1.00/1.00 vMB 124
510,079 510,079 0000000000000000005d94051727f2c624ce88341cdc8f9755d974a8e9a62947 1,697 1.00/1.00 vMB 6
510,078 510,078 0000000000000000004d953e76d37edc88a12e8972c87a3f83411f28a59f8bb8 2,181 1.00/1.00 vMB 26
510,077 510,077 0000000000000000001254873a0663e707768ceeb8032b3e6583332bf8d9cdb2 2,224 1.00/1.00 vMB 105
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.03 GB
    • Received: 15.80 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.