Loading Tool

Explorer IconExplorer

Memory Pool

45,563 transactions
29.88 vMB
0.10687136 BTC
Random Selection Loading Transactions
Max Size: 154.68/200 MB

Candidate Block

Mining Attempt 457c14974d6755401f6c8753987bf0c91d1aff6fb123ce6aef0a8b7e87501504
Version 20000000
Previous Block 0000000000000000000088aeb2f6ddaa71b9393d28b738c65cd40abb7d78efd3
Merkle Root 9ba4c96e174d5921fcf88d8839fa30e00da54698f7475dd64e64335a1c81ac10
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,078
Size: 1.00 vMB
Total Fees: 0.04722827 BTC
Feerates: 302.06 > 4.73 > 0.99 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,615 (251,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,032 663,032 0000000000000000000c192d6b32f53ae1058dc3e6bff8d7d53a44a3f4c1b673 2,406 1.00/1.00 vMB 33
663,031 663,031 000000000000000000033510473ac18c4aa3b891391386d263fe9fdf8f347616 2,031 1.00/1.00 vMB 22
663,030 663,030 00000000000000000007f7f8fcd478edb9fed13f7ef4d721cc34bcd879f6b60b 2,591 1.00/1.00 vMB 27
663,029 663,029 00000000000000000001a8beffff818de2ef68c8e4d12848c1163f3210715b69 2,419 1.00/1.00 vMB 52
663,028 663,028 0000000000000000000a3b0fbe47ea0aa413bf7ccc31d949c65ad76a1366778e 2,718 1.00/1.00 vMB 17
663,027 663,027 00000000000000000004cef92c306cea1d9d62e112d73fa5073fc14339ba261f 1,953 1.00/1.00 vMB 33
663,026 663,026 000000000000000000029ead09425ed89f68289b3c76112956d8288d8c40647b 2,527 1.00/1.00 vMB 38
663,025 663,025 0000000000000000000bb6d0980024647ed75e4af45699e2bd7619f560dd095f 1,623 1.00/1.00 vMB 128
663,024 663,024 000000000000000000050525c7382d37a59b81f64e7aac068d1ba978e3c8528a 2,412 1.00/1.00 vMB 52
663,023 663,023 0000000000000000000501dc24d6b54ead2b7b8964d33410f78d6dcdc2ce2e50 1,320 1.00/1.00 vMB 16
663,022 663,022 0000000000000000000e8ba8a937cc0dae79e57d3b37beb84e175c49eb023fde 2,053 1.00/1.00 vMB 52
663,021 663,021 00000000000000000006384cc8c2915c2aa69eee03d75041ecf2926b8fb634e6 2,380 1.00/1.00 vMB 52
663,020 663,020 0000000000000000000d054b44b236bff84d1e68fa767de18462a5eddfe23057 2,876 1.00/1.00 vMB 109
663,019 663,019 00000000000000000008986a4f38c59a9c45c919d2fb35901debe383c1bf8951 2,545 1.00/1.00 vMB 57
663,018 663,018 0000000000000000000ed17bb274681d7472402f8bdfa32a7778f33ea072b047 2,018 1.00/1.00 vMB 135
663,017 663,017 00000000000000000005147475d58dd45c9de97ce9a23a4ec59d548add38f503 2,007 1.00/1.00 vMB 47
663,016 663,016 00000000000000000007e9f3911eee5ecbe900dba40ac445d5e4e2c37e5a5648 2,048 1.00/1.00 vMB 6
663,015 663,015 000000000000000000038c07369d96509d3dafb2a8f6462cf2fc8d8ea44f5ce7 1,342 1.00/1.00 vMB 14
663,014 663,014 00000000000000000006ca9c0aa8ad1bfc25dccd6ba488b13eb0bd8f44fa683f 2,388 1.00/1.00 vMB 54
663,013 663,013 00000000000000000002cc21f6c8a8e81c72a57b291dc28aa38c3b80974ad1f4 2,259 1.00/1.00 vMB 64
663,012 663,012 0000000000000000000237103259036594af37381c4848612f15aa00f7e5286a 2,598 1.00/1.00 vMB 73
Previous 10 blocks ↓
Total Size: 781.71 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: 629.39 GB
    • Received: 11.91 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.