Loading Tool

Explorer IconExplorer

Memory Pool

101,338 transactions
24.84 vMB
0.06496114 BTC
Random Selection Loading Transactions
Max Size: 173.55/200 MB

Candidate Block

Mining Attempt fcd02d5edfde5eea8c704e8c182d8dd02e2fb4b6add9d5bca461a001c58a0c5d
Version 20000000
Previous Block 000000000000000000001c93565973e85ca738de0480ecb7353029bcda8dc77f
Merkle Root 02988ec7e2aba6886c5bfc33264884240835a77d14d8b2d97a03022bdac602f6
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 6,007
Size: 1.00 vMB
Total Fees: 0.00830906 BTC
Feerates: 100.45 > 0.83 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,916 (914,813 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
1,103 1,103 00000000a46280322a5e34342d7cbe4c9709e1e99ddc522da0713459e5045c3c 1 0.00/1.00 vMB 0
1,102 1,102 00000000e642f04d2f57d1d8fb6ff0c1814c5f65e6d72de5c3dd2d7319e9beb0 1 0.00/1.00 vMB 0
1,101 1,101 000000004ea3fb1a453c3c7d29dbd5baabe7e23571f73cb242dc10282c705907 1 0.00/1.00 vMB 0
1,100 1,100 000000009cd3f93cd2d843202155561eb773b2a7b7c97561ddef31e707f4eb4b 1 0.00/1.00 vMB 0
1,099 1,099 00000000834bb6337558816ec3599ac50e48652c1149921bfc050817b8e49bd0 1 0.00/1.00 vMB 0
1,098 1,098 0000000043ddaa2ee540420b55ffe3ffdccae3c269d538ed5792c7ab4823128b 1 0.00/1.00 vMB 0
1,097 1,097 00000000f305ffdc2596b8be1435264eebcfb38033ef29e54b6f245cceb9e68d 1 0.00/1.00 vMB 0
1,096 1,096 0000000085a74e13080fa4cf7083612d2723843e10fa73663473b96f431d06fd 1 0.00/1.00 vMB 0
1,095 1,095 000000005744bf6986d977384729b72ae7e2350e5e47640fc501b40808b6c3bb 1 0.00/1.00 vMB 0
1,094 1,094 00000000d0e370b801cebb37d6a98a9b99fbd8d10538756162f227337f85ca85 1 0.00/1.00 vMB 0
1,093 1,093 00000000e64e510a837bf02cfdae8cb189a400fee5e6d25397639fd7099cf4e8 1 0.00/1.00 vMB 0
1,092 1,092 000000002409bdb34102b0aea3532f46b1d645cf71d8ee94aa00e01ac683ccd5 1 0.00/1.00 vMB 0
1,091 1,091 0000000003fd63629ad16cb7d8f013d280ee732fe4c01b90adae895aa1758202 1 0.00/1.00 vMB 0
1,090 1,090 00000000d2d3144f44de46844c58f4cca884aa579001b62de4168cb458a5ed35 1 0.00/1.00 vMB 0
1,089 1,089 0000000018aab814ca07531c38fca05955c6338611dde29fe610471d441499a3 1 0.00/1.00 vMB 0
1,088 1,088 00000000707220ec2ff26b85c4df6f5bbcddd176616e45db52b5c46411037830 1 0.00/1.00 vMB 0
1,087 1,087 0000000098d20ec1ed1fce48c5e055835c0fd2d259dac022254ae8d43e0ac5b5 1 0.00/1.00 vMB 0
1,086 1,086 00000000db56d479773fce0c561ad839f0ee4b97a6646a2597a4aa4d2d9c4190 1 0.00/1.00 vMB 0
1,085 1,085 000000005aad239f1a26ff4c7557d7412b6037b81e81f55de75b1d3347a73be4 1 0.00/1.00 vMB 0
1,084 1,084 00000000279454a36be308b8643fa0a0f9c7785b402efcf7ac42d165d402cc94 1 0.00/1.00 vMB 0
1,083 1,083 0000000080531d52d3c5d4b517a81ae1a10b958b93c0c17f10754da0c638e362 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.96 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: 798.45 GB
    • Received: 22.50 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.