Loading Tool

Explorer IconExplorer

Memory Pool

72,521 transactions
27.57 vMB
0.07935216 BTC
Random Selection Loading Transactions
Max Size: 165.33/200 MB

Candidate Block

Mining Attempt 16ae513adb4308dd74e099552d16fd6a9b96f6e16b51ea91b7d11c9ee06b99fb
Version 20000000
Previous Block 000000000000000000019979e8bdd87a31a1a1c2e73dff8378a4e0185b5ab60e
Merkle Root 4ebb308f6b2f857ff7a8d80d0d28bc271b63bca057935a81fcf5ba923bb8ab90
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,053
Size: 1.00 vMB
Total Fees: 0.01713235 BTC
Feerates: 100.89 > 1.72 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,536 (693,444 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,092 222,092 0000000000000424509fbf0238068c49c9f63085732c3d9ab3a305a583c2a982 515 0.25/1.00 vMB 183
222,091 222,091 000000000000005d210d0b5fc93f284391693f52dbaa3905c6bf147f90728816 512 0.18/1.00 vMB 265
222,090 222,090 0000000000000059a6cd454a626d38cc7f9987c27141c9d5b227d5e7c59ab894 265 0.12/1.00 vMB 179
222,089 222,089 00000000000000b82bc533cfcfc12250f2d833b7d41f612e3c6c6d65d529d02b 358 0.17/1.00 vMB 168
222,088 222,088 0000000000000189d6aba3447a55d59c72edbd5afe915bc311511ae9fe08f7bc 76 0.04/1.00 vMB 120
222,087 222,087 0000000000000362dee73a226906bc0da08421d16bdef6c0da38bde753f7905c 290 0.13/1.00 vMB 243
222,086 222,086 00000000000003457636047ae19646bce2f60c2b38597a14c888e5efe046a55c 543 0.25/1.00 vMB 207
222,085 222,085 000000000000013490f6e2d57e43ddb976677cf14ec2d3d4352e0a84c218ddf3 8 0.00/1.00 vMB 338
222,084 222,084 000000000000012d4dd88645ce7fecdd26a5e37cae7a052db7d5b80ff9356b4c 76 0.03/1.00 vMB 180
222,083 222,083 0000000000000157a2b67e4e1c0f112dc33d5ebc531fde9db541bee2411e109d 331 0.13/1.00 vMB 198
222,082 222,082 000000000000021dbb28922aa2a0a5bce53ad1d5b5784adc351ea745721b0a69 114 0.06/1.00 vMB 149
222,081 222,081 000000000000026437c8a5770f12874e4317c7fec844cc01b7d8b8e55c5d0b9a 241 0.17/1.00 vMB 115
222,080 222,080 00000000000003837abee2b715001f870da6d07d5009599b0c74a9bfeb4a868a 717 0.25/1.00 vMB 229
222,079 222,079 00000000000002c53ce3ff9013c0750120364df1580f0e121bd372250cc59c10 139 0.05/1.00 vMB 197
222,078 222,078 000000000000027d1e0b58d83d5f7519d04f733d7f05491ed003baf9daca093a 561 0.25/1.00 vMB 133
222,077 222,077 00000000000002295d1714d83d70ae58f1aba1de62108f77ff2d883c52adbc26 477 0.25/1.00 vMB 129
222,076 222,076 000000000000024cefbacd549369653b9c9f363926c287589466a90c9b344045 898 0.25/1.00 vMB 220
222,075 222,075 0000000000000284899a7d82b29a6354ef20ed1e29a346bb2d583dd0ded045b0 13 0.00/1.00 vMB 162
222,074 222,074 0000000000000305da5a0d10ad985bd19b1226fc1b0a575f2f2dd5f1eaf0a56d 499 0.20/1.00 vMB 199
222,073 222,073 0000000000000217955e3925eeb16923f16391f03499bd6ed9cace87e52e4d0b 140 0.10/1.00 vMB 98
222,072 222,072 0000000000000143e6e400b401e17353dbccb50666dc2a1fd82d0830a267bc81 502 0.27/1.00 vMB 162
Previous 10 blocks ↓
Total Size: 783.32 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: 767.67 GB
    • Received: 19.44 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.