Loading Tool

Explorer IconExplorer

Memory Pool

42,618 transactions
28.35 vMB
0.06209377 BTC
Random Selection Loading Transactions
Max Size: 146.21/200 MB

Candidate Block

Mining Attempt 0f8574503fc74372c5f968080fc1ac6f32c2aac85c60a7840ab17615dd1c6a17
Version 20000000
Previous Block 00000000000000000000533ffed785e40bb65926541d5898db4d8836674e9487
Merkle Root 5b8173a67ae0b74ad435cc8f778710b9d9d63b4c7889a3af7fee413d9e594a4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,505
Size: 1.00 vMB
Total Fees: 0.00741464 BTC
Feerates: 100.00 > 0.74 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,627 (251,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
663,034 663,034 0000000000000000000cab235e4514255055db7d49a4553b114ad94df3c0bdf4 2,048 1.00/1.00 vMB 17
663,033 663,033 00000000000000000000417df986451bded3a6a9af57b9897582977f213ef216 1,915 1.00/1.00 vMB 24
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
Previous 10 blocks ↓
Total Size: 781.73 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: 630.22 GB
    • Received: 11.99 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.