Loading Tool

Explorer IconExplorer

Memory Pool

82,849 transactions
31.25 vMB
0.12298363 BTC
Random Selection Loading Transactions
Max Size: 183.78/200 MB

Candidate Block

Mining Attempt 01108543986a836a3542b5ea2fbd17ff87d2dfecc0a24a288ab4fbb6f7072f48
Version 20000000
Previous Block 000000000000000000005646862e45d7bc5b4c4a3d16e7119254b51a14f51fdb
Merkle Root 35432c9f0c2ca03988b1a10571f520d50a61ffd56fa9f60e7472f57eebba61da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,505
Size: 1.00 vMB
Total Fees: 0.04257024 BTC
Feerates: 150.80 > 4.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,069 (289,314 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,755 625,755 0000000000000000000cfaf4bffcc3b671786391e4732df0ddeb325003a39af2 2,567 1.00/1.00 vMB 22
625,754 625,754 000000000000000000075c9dabf5bb8fa44bfdbefe05b368afaf36c8178965c6 1,232 0.60/1.00 vMB 13
625,753 625,753 00000000000000000003ee1155bccd7e6eb749ac5953e6cd42044eb97f36a595 1,560 0.86/1.00 vMB 2
625,752 625,752 00000000000000000010d5a24b5938b62c87d2e9815e46d929a311b87a57af03 2,842 1.00/1.00 vMB 17
625,751 625,751 0000000000000000000bf27d5ec771182b042b61c51d5c23b670377f64c3c828 1,820 0.91/1.00 vMB 9
625,750 625,750 0000000000000000001214177084c1edf5e9faf3c4c18608ccd5ac46c881173b 214 0.16/1.00 vMB 14
625,749 625,749 0000000000000000000eb6eee1fdd0f91af3271767617c48c9b03a949e0fe6ad 1,180 0.91/1.00 vMB 2
625,748 625,748 0000000000000000000f987f559a600e33ec13371e755fb6f44e382006c63d5e 2,888 1.00/1.00 vMB 18
625,747 625,747 00000000000000000010010227a1e54259e7b46f757682ded494ab04fa61b6b3 2,214 0.83/1.00 vMB 14
625,746 625,746 00000000000000000004e4010bd6fb81aba804113bdcd65ec4360f2d1803e0ce 861 0.29/1.00 vMB 11
625,745 625,745 00000000000000000007131ca77836225ed00afe318239080c1afa9e02e9829f 1,414 0.67/1.00 vMB 8
625,744 625,744 0000000000000000000324a130b3ae02b6dac57a4bac074fb68d6d8430484f9a 1,949 1.00/1.00 vMB 6
625,743 625,743 0000000000000000000b1960243ba9d4255927a288cbe2d29b4f346d8062ac15 2,328 1.00/1.00 vMB 3
625,742 625,742 0000000000000000000b2987c667ab4edc54953c525d01a9fd1ce9336d4f4f5b 2,504 1.00/1.00 vMB 12
625,741 625,741 00000000000000000012cf2d5a8d17b7a645c91d1205df200d108c07c1fc02da 2,399 1.00/1.00 vMB 35
625,740 625,740 000000000000000000023e48e1002f3f0e829d1c1cc71ad7b1d1885b95bdfd03 2,754 1.00/1.00 vMB 14
625,739 625,739 00000000000000000004f2bb334bcdb2fb1975aeff67ec6e6e36302ee2975fb6 2,691 1.00/1.00 vMB 25
625,738 625,738 000000000000000000054b78ae3fc6311443d54e8e3677aa59db0662c8d127b5 1,753 0.87/1.00 vMB 3
625,737 625,737 00000000000000000008bbb9b669c65983454bbd7837a7a24a2d248a4a1583fc 2,312 1.00/1.00 vMB 3
625,736 625,736 0000000000000000000604bec1ea8ccfa2aba78e153da752ad1ba1cb7fd0dba7 2,758 1.00/1.00 vMB 12
625,735 625,735 0000000000000000000951dce2b97264be787d14b1415449fa888550771ba123 2,655 1.00/1.00 vMB 22
Previous 10 blocks ↓
Total Size: 782.52 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: 668.77 GB
    • Received: 15.57 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.