Loading Tool

Explorer IconExplorer

Memory Pool

51,147 transactions
29.06 vMB
0.07916653 BTC
Random Selection Loading Transactions
Max Size: 155.52/200 MB

Candidate Block

Mining Attempt 8205e97b3248db3c3d6c4d6c67a647118d6d61d0e4b0cea9ccc1a0c15c1bd656
Version 20000000
Previous Block 0000000000000000000086737fba9a33bd6932388559488701a76c615d9b1e14
Merkle Root b2e3bbc0d677a41788f5dc8d4ecc2e28777546cab985e829495c8163f3aa1415
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,732
Size: 1.00 vMB
Total Fees: 0.01344235 BTC
Feerates: 40.21 > 1.35 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,714 (827,585 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
87,129 87,129 0000000000039339a80cc31e2d4d7e189b1a5bb21373febc38bb7d944f3c44de 1 0.00/1.00 vMB 0
87,128 87,128 00000000001bf233a88dd6f75618cb271d738de154efff993e56910cd1881a65 1 0.00/1.00 vMB 0
87,127 87,127 00000000000bdf8ea8638f6b65a65055c3637292ef9d71bf5f91d9084ebf605b 3 0.00/1.00 vMB 0
87,126 87,126 00000000001280f36da1fcd4e1978407812494e4b889289978ea94d297576657 2 0.00/1.00 vMB 0
87,125 87,125 000000000003f7c839c0ae7e15fa83ef27965a2eefd21ae1f58151337bec081f 3 0.00/1.00 vMB 0
87,124 87,124 000000000012b8a73a996a6cf028f052e585b6e1555d20c3251fc9ee56eeb340 3 0.00/1.00 vMB 0
87,123 87,123 000000000014b068ad88c5ebf463a1cad283033243a3aacfe6effb3d0a3722ca 1 0.00/1.00 vMB 0
87,122 87,122 000000000012868f786fa7a7c4320d852055bbaf29a9236d5eb4f16846af4668 1 0.00/1.00 vMB 0
87,121 87,121 00000000001b54ab237ad41bf21538168d326086a887ebb495a3d6c92ef8e45a 4 0.00/1.00 vMB 0
87,120 87,120 00000000001ccb5d03fae6be6e371fc7ec8bc1dc208492523314ac1eb855b522 5 0.00/1.00 vMB 0
87,119 87,119 00000000000de4d0f6daf4bd1e022c6325c53e5d1aaee1aa3f56e0241105a3a7 10 0.00/1.00 vMB 0
87,118 87,118 00000000000061aa80dfe4ec58373001580126b1ff783516ded101da70d3dc81 1 0.00/1.00 vMB 0
87,117 87,117 00000000000710a84ab3b508a323a9c9cff4caa3374265eca6aa9697170f899e 3 0.00/1.00 vMB 0
87,116 87,116 0000000000115a26cc3dd1b90dd81da940f9641ca67d8c6a4d4d66521257a69e 2 0.00/1.00 vMB 0
87,115 87,115 00000000001e2d82011d5a225749fff9a099808ced536506078b6bd4bd2d8719 4 0.00/1.00 vMB 0
87,114 87,114 000000000017722e900963c9dc99eb96457f6a6dd54cfc79b7414cf4bd02ea65 3 0.00/1.00 vMB 0
87,113 87,113 00000000000b94e77a68b4592a876b01fb8e2deab360fac004e00e750d47c31f 1 0.00/1.00 vMB 0
87,112 87,112 00000000000b11fd27ad8765931feb476d9339a1d8102c79d4a8144801a68ce0 1 0.00/1.00 vMB 0
87,111 87,111 000000000012972cc2fe5d26d90384b03b299b8e3fa77d8dae94e5708df4d895 2 0.00/1.00 vMB 0
87,110 87,110 00000000000380792cf3beb8aa40c86c92e777238ed083786971984c28305fc3 1 0.00/1.00 vMB 0
87,109 87,109 000000000019c5ca4d4e0df8a7ce9c534fbb090db8fb79dd8470b027d4001bf8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.89 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: 645.12 GB
    • Received: 12.68 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.