Loading Tool

Explorer IconExplorer

Memory Pool

42,704 transactions
26.26 vMB
0.05207877 BTC
Random Selection Loading Transactions
Max Size: 137.97/200 MB

Candidate Block

Mining Attempt 3b7c0c8d384db0010e2c17edadaea9aecb7b8c7e67a1ddb34f226e1770966aa0
Version 20000000
Previous Block 00000000000000000000de66d14147d0641e86d110cedc8b36235857d0e5e522
Merkle Root 9cad150698749e229b8d6fc8bd043f54b3d49608636f27a0fc8b43838f60a440
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,364
Size: 1.00 vMB
Total Fees: 0.00410938 BTC
Feerates: 40.21 > 0.41 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,748 (159,939 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
754,809 754,809 0000000000000000000221dddb04a8267c041608315fe458fab380b3cb9f169b 2,013 1.00/1.00 vMB 6
754,808 754,808 00000000000000000006d59fba5194c9e593d2b0daec789537b9333d9a9d12ad 3,084 1.00/1.00 vMB 8
754,807 754,807 000000000000000000047cd331f6facff11b19da22ea89a329c417078dc7f833 3,294 1.00/1.00 vMB 27
754,806 754,806 000000000000000000029121232035c4dfdb22e9d7414ba1aa79a45972de1b59 861 0.43/1.00 vMB 6
754,805 754,805 00000000000000000007a9dd47b5621048b482db8b94c61f42168145ed85857a 2,134 1.00/1.00 vMB 10
754,804 754,804 0000000000000000000037cfaf16f3d06bd9dbb2a03aee705aec55367dc98e78 876 0.74/1.00 vMB 1
754,803 754,803 000000000000000000035c7fc98d21dddb385dd86a1e57e6504ca5884e1972f9 1,811 1.00/1.00 vMB 2
754,802 754,802 0000000000000000000598280d665f9ca6fbe641f7ffa95aed2dcd82b6c92b7c 2,633 1.00/1.00 vMB 4
754,801 754,801 00000000000000000000328d7b9b633c8954236afc8c5b024ef1a8c0b8d02d67 3,212 1.00/1.00 vMB 15
754,800 754,800 0000000000000000000003d6533e68faff05636c8cdc0d2b5d68e83dac42176c 1,878 1.00/1.00 vMB 8
754,799 754,799 000000000000000000020d77f8bbaee2c2702c3574613af2202351a24dfa199b 3,249 1.00/1.00 vMB 17
754,798 754,798 000000000000000000013da63ced577b9e8c2d753232047d41019d8a2a613663 2,230 1.00/1.00 vMB 15
754,797 754,797 00000000000000000005e5b47669d5a39a46c1bc65e86ae7abd199d21f5f7f8d 2,004 1.00/1.00 vMB 6
754,796 754,796 0000000000000000000551a27d44198bc126a381df492993b79fb283c4e355a6 2,738 1.00/1.00 vMB 8
754,795 754,795 0000000000000000000345706c7fa29edf9556b6a79a25404f46fb03975473a0 3,094 1.00/1.00 vMB 18
754,794 754,794 0000000000000000000031359691b754f5e58075576a455d11552e2a18c32c0f 3,523 1.00/1.00 vMB 16
754,793 754,793 00000000000000000006764b2ddbe347fbea8d7addc65e5ea1779bd9df4a8094 2,314 1.00/1.00 vMB 11
754,792 754,792 0000000000000000000394b99b94eec19d031b99d637424de08504c83a777e44 2,703 1.00/1.00 vMB 13
754,791 754,791 000000000000000000028ca3e072e5699f11caf27d90ae6b47ce1fdb1a5d9c02 1,452 0.64/1.00 vMB 3
754,790 754,790 000000000000000000037e032e04a3718a5a1cec659d96f9babad09adf5c6bfe 1,803 1.00/1.00 vMB 7
754,789 754,789 0000000000000000000477065a787957e18f1f4c1b2f523c225f3dd49a8ea091 2,948 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.94 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: 646.76 GB
    • Received: 12.88 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.