Loading Tool

Explorer IconExplorer

Memory Pool

84,648 transactions
31.86 vMB
0.10998073 BTC
Random Selection Loading Transactions
Max Size: 193.45/200 MB

Candidate Block

Mining Attempt df6cb474ed957695cc3bdf69a8e12fe8666f49be33ff0e477fd7e38b0e8bd564
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root b1ecad906b1d464a2e1d41981b85f8f8d4aa196bf6b1d2c31e79c5fe755e232b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,756
Size: 1.00 vMB
Total Fees: 0.03259686 BTC
Feerates: 299.43 > 3.27 > 1.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (87,636 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
827,709 827,709 00000000000000000003fde18fc277121aad9bd22cd4f5fa37a34d570be960d1 3,407 1.00/1.00 vMB 32
827,708 827,708 000000000000000000003670b3642f254c3a84cca182346af2e24c31f35f18d6 4,286 1.00/1.00 vMB 28
827,707 827,707 00000000000000000000313b4369c21d65964cc88485e496c0b3dc25c3627d38 6,454 1.00/1.00 vMB 24
827,706 827,706 0000000000000000000353ce25a197233fbd713cc265c38f6fa93a929f9295d0 4,662 1.00/1.00 vMB 27
827,705 827,705 0000000000000000000393398b854ef335316e882ba041cf5a10013ec7b7de22 5,471 1.00/1.00 vMB 26
827,704 827,704 000000000000000000022ec3eae3aa17a7d4ebd8be321092b16b39a36b09483b 4,291 1.00/1.00 vMB 27
827,703 827,703 000000000000000000035f8ea6c1f72bd9eef1191554b7223a92fd8ffdff728e 3,418 1.00/1.00 vMB 32
827,702 827,702 00000000000000000003691a19996958d2800f6c35930a68d0e5a0c0c5b4fb37 3,471 1.00/1.00 vMB 36
827,701 827,701 00000000000000000002731e5f94390f38f6de9a52246c1a39a77514cae1e6dc 3,452 1.00/1.00 vMB 38
827,700 827,700 00000000000000000002d158c986d6e764d4c7c9bf5c6a341e229402726728d5 3,374 1.00/1.00 vMB 25
827,699 827,699 00000000000000000000b47faea89a92b394ad434599c55d26963442b7fc40c9 2,962 1.00/1.00 vMB 40
827,698 827,698 00000000000000000000fb622672e4424f3c3d0ff1dbec21b9ffc1c55f9b100c 4,131 1.00/1.00 vMB 26
827,697 827,697 00000000000000000002dcd9808cb511330b396d53a56b2d687ebae1f7bac2c0 2,652 1.00/1.00 vMB 35
827,696 827,696 0000000000000000000261a434a1fe2356a8389b33d4dfcb59182b08cc305945 5,824 1.00/1.00 vMB 25
827,695 827,695 000000000000000000004298080d3fae2243444166fab313dd4aae141ab51a99 5,189 1.00/1.00 vMB 29
827,694 827,694 000000000000000000018bb0c95c58b0dd340a10184ea365d50ec52fef5ec0f8 2,792 1.00/1.00 vMB 32
827,693 827,693 00000000000000000001677b0436609ac80b303e48fa0650b8a8ff7428acd2b5 5,243 1.00/1.00 vMB 28
827,692 827,692 00000000000000000000b70ad493ce5859023d5eef7b3a2708c0c70ff5794648 3,250 1.00/1.00 vMB 35
827,691 827,691 000000000000000000010ae6cbb2de5ed2a87d0b85921b2676439c2b67d2f104 2,566 1.00/1.00 vMB 24
827,690 827,690 0000000000000000000022e1c078d87c5dec9a1d4a20be2788095bbccbfcb984 3,518 1.00/1.00 vMB 39
827,689 827,689 00000000000000000001520bad8288c8adb0ecbc287105bfd36c6a3c4d4dccc5 3,108 1.00/1.00 vMB 41
Previous 10 blocks ↓
Total Size: 782.99 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: 717.73 GB
    • Received: 17.85 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.