Loading Tool

Explorer IconExplorer

Memory Pool

83,481 transactions
31.35 vMB
0.08920073 BTC
Random Selection Loading Transactions
Max Size: 192.23/200 MB

Candidate Block

Mining Attempt c6b21043f97e397d50cdcc3d5e63be3ec479ccbcb303a7f81d7fe8b4455d4c67
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root 9062d95e0088180ead5c93d8b7582291e86ac353b21ef95ec214a339d6435966
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,907
Size: 1.00 vMB
Total Fees: 0.01815489 BTC
Feerates: 20.00 > 1.82 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (89,092 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,133 826,133 00000000000000000000ee770675857688c83ccbf1ed35b392932b55179a5794 4,021 1.00/1.00 vMB 122
826,132 826,132 00000000000000000000b9caa2b9f9d0a47b2986df66549df2aec03769df7053 4,083 1.00/1.00 vMB 117
826,131 826,131 00000000000000000001e2145e3e3b7f81a9d39395cd6f3c530cfaf297361122 4,114 1.00/1.00 vMB 59
826,130 826,130 00000000000000000002717495bdb5aeb9b52b6dd7c40bcdd5a973c4e2b7ee4a 4,611 1.00/1.00 vMB 92
826,129 826,129 000000000000000000038b13fe4e514e9a4a42cf39b0ccc0d7df6816222eae03 3,611 1.00/1.00 vMB 116
826,128 826,128 00000000000000000002e57e0b1c487f520bfc052f0923005e9ed2bfd168cd4d 4,950 1.00/1.00 vMB 91
826,127 826,127 00000000000000000000739eb608e9fc17208ce6e96b588ceacc75bacda0f629 4,816 1.00/1.00 vMB 83
826,126 826,126 00000000000000000000699a220d87f2a0f4330db05998df95045f7bf742fe26 5,075 1.00/1.00 vMB 86
826,125 826,125 00000000000000000000bf35afb448ef27cb83c9b73850df59afde5b706c777b 4,436 1.00/1.00 vMB 57
826,124 826,124 00000000000000000001211edf9033dd54410c754321064fbcc3f139a497e1ab 4,868 1.00/1.00 vMB 76
826,123 826,123 0000000000000000000072f8409f035737dc7f8ae0268d68657fc98ff13ed924 3,311 1.00/1.00 vMB 47
826,122 826,122 00000000000000000002fab8f039ce0e5f4376a2d55de46443d8be6647f4256d 4,337 1.00/1.00 vMB 78
826,121 826,121 000000000000000000015aba092cd16106deadccd64898d9e32a160a211cc3a0 3,250 1.00/1.00 vMB 61
826,120 826,120 0000000000000000000297486d56b796ac798ea160f15fc657e2a0c2a6ba73ef 3,652 1.00/1.00 vMB 78
826,119 826,119 000000000000000000011ce9776250c381a8fe4ef7ecd36aea2d07f6bdc2fea0 3,564 1.00/1.00 vMB 59
826,118 826,118 000000000000000000004690f6b881e1caef2fffd5ecf6ec7d94b1d0d0b24ae0 4,390 1.00/1.00 vMB 93
826,117 826,117 00000000000000000001df1fe4f1e469840955004d19e870c2c83ceb1afd2468 3,862 1.00/1.00 vMB 99
826,116 826,116 000000000000000000029949b74e99f843a409bdfc1b464b76e50b7830475fda 3,790 1.00/1.00 vMB 68
826,115 826,115 00000000000000000001926bef6e4703314d1a7f49d42b64ba7e33d8f8455e65 3,023 1.00/1.00 vMB 60
826,114 826,114 000000000000000000010d61e4ff0d57c082c49c795ceff29707ba91deab0700 3,686 1.00/1.00 vMB 134
826,113 826,113 00000000000000000000fd696c9c95fc126427c2817d861256e2c6c7b71589f9 4,131 1.00/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 782.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 709.61 GB
    • Received: 16.94 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.