Loading Tool

Explorer IconExplorer

Memory Pool

84,928 transactions
32.03 vMB
0.11555270 BTC
Random Selection Loading Transactions
Max Size: 194.21/200 MB

Candidate Block

Mining Attempt e3136bfd518de1ff603d0e0a47e307d87abc1fef137683f8a060d5fc3e08ee52
Version 20000000
Previous Block 00000000000000000000d458498d88f256390ba991d916d90569548e7a257dd4
Merkle Root e69c8361d963b6756ef4aa956e7e924b4f9ce6d635671c819fbef5069a3b3302
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,181
Size: 1.00 vMB
Total Fees: 0.03450994 BTC
Feerates: 299.43 > 3.46 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,345 (910,662 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
4,683 4,683 0000000066b8a4a903fcbc1b81d94144dcafb7b097340192d4854b19e44cd794 1 0.00/1.00 vMB 0
4,682 4,682 0000000064caa03ca20b6af858fb85d0e1c486bfd39049c6a29d70a24566f675 1 0.00/1.00 vMB 0
4,681 4,681 00000000e4f4f447d450132e650cc76069cd9dad07ff7aff1a7fdeb66d4964a9 1 0.00/1.00 vMB 0
4,680 4,680 00000000b51700575465f4fda4d5093ed15c1e04d9cc423c1721d56206480ced 1 0.00/1.00 vMB 0
4,679 4,679 000000006f54dab82bfafdf8cf9c01cadb8191fa5c6c007a8cd8a9be18f5ee1b 1 0.00/1.00 vMB 0
4,678 4,678 00000000f460589c3a045fa38573c8d3e0688db64b052bb238bd5854b1db1db6 1 0.00/1.00 vMB 0
4,677 4,677 0000000086bf44fe7972e38474f46e86b975220d08daa6e5d8d46b4a5d934553 1 0.00/1.00 vMB 0
4,676 4,676 00000000b7c873c7597c114ffce16aefa00c8e88e93d23a010de012766e91063 1 0.00/1.00 vMB 0
4,675 4,675 00000000bc36e6185f6ffceb28b634b6d62fc71fd3e92b7e356755bd608b8531 1 0.00/1.00 vMB 0
4,674 4,674 00000000649971c0efc833e314b0cc6a8ce4caa569fdbbdd91348c3dce8cf432 1 0.00/1.00 vMB 0
4,673 4,673 000000006dd132e61e0f30262b34e2839c638a3b1fd8d789ea8f40d13b1cd6ba 1 0.00/1.00 vMB 0
4,672 4,672 00000000bdea83aabb23b56af981a6f9784a93a5465b1703dc9c44190de9bdba 1 0.00/1.00 vMB 0
4,671 4,671 00000000122d1243a84e3a343a3a29eea03ea4495a634a572ee46badbfdc7459 1 0.00/1.00 vMB 0
4,670 4,670 000000007fef246d58205bc404fa5f41ed714df5f760e689515481c8c90377f8 1 0.00/1.00 vMB 0
4,669 4,669 00000000a7e3985208c1783e573844be26ad55c83a8233f1834376712618da2d 1 0.00/1.00 vMB 0
4,668 4,668 000000008ed22e177454b0be3e3946cf6df21c19b1476a4a733138239c0669c1 1 0.00/1.00 vMB 0
4,667 4,667 0000000055d2628dd5d137bbdd617c00dfbdb9c7070c24161acfa80e5fff84a4 1 0.00/1.00 vMB 0
4,666 4,666 000000003fe6ef60d92044efa898d6e2e97774d24b09a7a121d403c76d1b0d42 1 0.00/1.00 vMB 0
4,665 4,665 00000000f94f7897fbe77d87045114b5293e91ca6b3542e71a5e209b40044796 1 0.00/1.00 vMB 0
4,664 4,664 00000000bb56b98c48c6751a5bfb5fa41951eb31051ac24debacda329f2acb96 1 0.00/1.00 vMB 0
4,663 4,663 0000000057ae735976d4f788499212d8223f3c67d69d1f488b32d3392f06cb1d 1 0.00/1.00 vMB 0
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.86 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.