Loading Tool

Explorer IconExplorer

Memory Pool

85,608 transactions
31.93 vMB
0.20865507 BTC
Random Selection Loading Transactions
Max Size: 190.95/200 MB

Candidate Block

Mining Attempt 0522c24596cc6e3ab4f3af92f24bbff36d8c3b62eb2de78e96682dd76bf9e9e7
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 9f5e773436bdaf7fb5678113a2ffbca6d2971232e761fdc91f5330862b5d0c49
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,942
Size: 1.00 vMB
Total Fees: 0.09430489 BTC
Feerates: 529.10 > 9.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (289,403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
625,734 625,734 0000000000000000000158cb9fe6774260b65d131680880b23a1ccc777f0aed6 2,100 1.00/1.00 vMB 3
625,733 625,733 0000000000000000000c1e0add7e889c75ef72eab6bc9964ca6c53498d1343a7 1,995 1.00/1.00 vMB 19
625,732 625,732 000000000000000000009c4e51215fd08cf4eb6073741dedbfd47b8068d914ee 1,636 1.00/1.00 vMB 15
625,731 625,731 00000000000000000001d4d38ded68a40dd94da92179136ec356a235dec03a29 2,299 1.00/1.00 vMB 18
625,730 625,730 00000000000000000010bbabbd48aad9fb6d989d6ec7aa08a4321c07d01224ed 491 0.19/1.00 vMB 11
625,729 625,729 0000000000000000000802dd83c2cc8f186b7ac7fa2ce53e043841a9131c94b0 800 0.30/1.00 vMB 11
625,728 625,728 0000000000000000000945ef4bd7a86883a98ffe20b139c0f3cbd46630998c43 413 0.15/1.00 vMB 21
625,727 625,727 00000000000000000012ef98a38db824984cc83af0f34bc8286eb94990dafd41 903 0.34/1.00 vMB 13
625,726 625,726 00000000000000000007d051f1c9a453e27475d2c39ed0aae4e989692fa5e047 1,760 0.85/1.00 vMB 12
625,725 625,725 0000000000000000000775700c1d3ee58e2ec4693d5b398e7c54468381653a84 1,300 0.45/1.00 vMB 14
625,724 625,724 00000000000000000001176d6e80fe4dcef59ff4e2eff26208c3cf359cdb66da 19 0.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.65 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: 672.70 GB
    • Received: 16.31 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.