Loading Tool

Explorer IconExplorer

Memory Pool

44,365 transactions
28.39 vMB
0.07346631 BTC
Random Selection Loading Transactions
Max Size: 150.08/200 MB

Candidate Block

Mining Attempt 2b2d3e9dccbd396d0903f8deb6c5e34bc7645341433506f37c1e22da7c69af5f
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 0eec09970582c2d4ee1b4670eff3a58a60eb613fec218a0d775f9cdd10edcb3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.01972184 BTC
Feerates: 100.23 > 1.98 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (179,872 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
734,965 734,965 000000000000000000043c1b4e616b5865812d672a2e78cb6385dc17317167ed 514 1.00/1.00 vMB 9
734,964 734,964 00000000000000000003cc4b5530f91b94242f1c91ad56343f43c6fab955dc07 2,195 1.00/1.00 vMB 11
734,963 734,963 000000000000000000084fadea184696ba32c4cd5d7f4eec1570d7c34cb6cfc8 1,972 1.00/1.00 vMB 10
734,962 734,962 0000000000000000000741d59307be3c3217d46262bf7254a2898730b3c05319 1,807 1.00/1.00 vMB 12
734,961 734,961 00000000000000000007a2427a8c07136880d365bc1c4ee3ca0d936c2d098d5f 2,987 1.00/1.00 vMB 17
734,960 734,960 00000000000000000003ac63e21b217a85cf5957d8b470c75c41545b9ec538b0 1,924 1.00/1.00 vMB 11
734,959 734,959 00000000000000000006e7fb18b5fbbb02c0f3e820df71306db8c625d1ecc18a 1,792 1.00/1.00 vMB 12
734,958 734,958 000000000000000000059318f896a812c33f9d8a79260faa23e6f0407797c57f 1,194 1.00/1.00 vMB 12
734,957 734,957 000000000000000000026ce366d5b85be8579afc1c27f96df13ac07aa1f91a2b 1,732 1.00/1.00 vMB 12
734,956 734,956 0000000000000000000720765ab32675f5dff8e1129055f6f28b14638ae6d796 2,291 1.00/1.00 vMB 15
734,955 734,955 000000000000000000020e7d7c68a6af343cb35852826a606bf3bbdbca103992 984 1.00/1.00 vMB 14
734,954 734,954 000000000000000000066e39aa9389e72bcb442101a14dfefb4baabf3c068752 712 1.00/1.00 vMB 18
734,953 734,953 0000000000000000000548fb83c674a7e1e52acf0906455018eee19fa527ec3c 495 1.00/1.00 vMB 14
734,952 734,952 00000000000000000005196a0471a8b59b50ebb60ef02a75143a9ed0181ce7ed 1,666 1.00/1.00 vMB 20
734,951 734,951 000000000000000000013357c011598daef0ef774fd0c8e44226ae960f1d95cb 1,370 1.00/1.00 vMB 18
734,950 734,950 00000000000000000001b1d2e479e3d1eb0293646f742cac68135ed65da1ed1c 1,036 1.00/1.00 vMB 13
734,949 734,949 000000000000000000007e401882c7a3d14dc2acfe75bea8beac110f50056a9c 1,992 1.00/1.00 vMB 11
734,948 734,948 00000000000000000008a1f6d2ffa53a7c786fe3af016fcdf82b0104f152dd99 1,357 1.00/1.00 vMB 16
734,947 734,947 000000000000000000077b55fa03889f578f409b3c7111b5f7264db1e4383368 1,641 1.00/1.00 vMB 15
734,946 734,946 00000000000000000001f0d0f1029bd01e28b1d68ec8ef836b1023f8e7fc4c4d 2,817 1.00/1.00 vMB 11
734,945 734,945 0000000000000000000601ebc3ba0ef1204f68effbdc92584a633a37fe2ab914 1,459 1.00/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.