Loading Tool

Explorer IconExplorer

Memory Pool

83,232 transactions
30.69 vMB
0.14475622 BTC
Random Selection Loading Transactions
Max Size: 184.74/200 MB

Candidate Block

Mining Attempt d0ad10be9c470933668f8ba5751221abde94e4a73ca76b7b3d8959c2eef5d4a9
Version 20000000
Previous Block 00000000000000000000a7742c03767850b5e62f9bd9da718e9d8018851f9110
Merkle Root 17823001fa4176a2021275972cdd089e16e345d7c06628cf8cfdb25fa2dab2a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.07971212 BTC
Feerates: 150.77 > 7.99 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,968 (295,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,398 619,398 0000000000000000000974e1edbbd463c657f3ed9263ad80ec8918aaf8daa6c4 3,123 1.00/1.00 vMB 17
619,397 619,397 00000000000000000004346789d51c2db6595b9f110a8951a581d3125e749607 3,139 1.00/1.00 vMB 29
619,396 619,396 000000000000000000014acab84041f36de344147eae235b1a877e79d5293b6a 2,455 1.00/1.00 vMB 5
619,395 619,395 000000000000000000109fb63244d49b4fa921ee941871e62d845dafcb9ca527 2,911 1.00/1.00 vMB 18
619,394 619,394 00000000000000000009dc5e8b8b0171005f3962268d90a5fe9f353fd4635081 2,841 1.00/1.00 vMB 16
619,393 619,393 000000000000000000076faf9d7d473dbb8ef6793da4be71e92ff667e21a74d3 3,302 1.00/1.00 vMB 34
619,392 619,392 00000000000000000000742314e7bb5b1a025e6588a604f2aa900dacbcde1cf3 1,877 1.00/1.00 vMB 7
619,391 619,391 0000000000000000000e6a21d013465f5e2f015b45f2164b46c656e7abe73538 2,929 1.00/1.00 vMB 18
619,390 619,390 0000000000000000000798631aa04a60a03d387f635c566ab22e1ed60966aa06 2,312 1.00/1.00 vMB 20
619,389 619,389 0000000000000000000f1ad52809be1b4a5be86b017e69ac9bda3df44e68cb2c 3,401 1.00/1.00 vMB 27
619,388 619,388 0000000000000000000a2cbb7af3c4f70c90ad697a45902ac905b163de080834 2,670 1.00/1.00 vMB 26
619,387 619,387 0000000000000000000e9a197a13d5bda2fb7b857d9558509eaecf8f88f22536 2,828 1.00/1.00 vMB 44
619,386 619,386 00000000000000000008d87658fe52e336d87923ea3854a37b9588dd708d1ffe 2,177 1.00/1.00 vMB 5
619,385 619,385 0000000000000000000ab8b2230f5b63d4d4be1a0aa6b9296cfc09e48c8e42e0 2,914 1.00/1.00 vMB 25
619,384 619,384 000000000000000000082a6f83af4739e4d6c818af28685b2992d6af710ceab1 1,799 1.00/1.00 vMB 10
619,383 619,383 0000000000000000000fc5707f9351bdefada8c42267c9d63baf404268d65ca0 2,789 1.00/1.00 vMB 21
619,382 619,382 0000000000000000000a7d2a3baa7da0251c06b6772388a070529d09e813350d 1,924 1.00/1.00 vMB 17
619,381 619,381 0000000000000000000fe8af246a28e0fbfb67073be8bc4cf07067890369ce19 892 1.00/1.00 vMB 10
619,380 619,380 00000000000000000011e50e1d85aae28a688a95e07b5d6b8042a4b6f1c574fe 2,365 1.00/1.00 vMB 20
619,379 619,379 00000000000000000002c84a6162779d699a1ae16c5dbab2ae2819f2c68772f0 704 1.00/1.00 vMB 7
619,378 619,378 0000000000000000000a4f58958175115d11fd2291093dcfc2c792db814142fe 1,216 1.00/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.33 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: 660.44 GB
    • Received: 14.75 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.