Loading Tool

Explorer IconExplorer

Memory Pool

40,580 transactions
20.55 vMB
0.12986182 BTC
Random Selection Loading Transactions
Max Size: 112.78/200 MB

Candidate Block

Mining Attempt e1ecfe868a23feabf5c01fadce232d3883db7ab16093b901d69eb717ac79c1ce
Version 20000000
Previous Block 000000000000000000000c5314e19d0deee800b1ab40676853dacd6ad1a40168
Merkle Root f28e43093e13c1207e167fbd08cd3dac0c8f937dd5e21f7eb0882a59a57ea924
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,069
Size: 1.00 vMB
Total Fees: 0.07990097 BTC
Feerates: 4,015.69 > 8.01 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,909 (907,706 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
6,203 6,203 00000000cc7dbdb3bdab7a24a741932fe99f225c5ca7e2d03b2deaddd23664d1 1 0.00/1.00 vMB 0
6,202 6,202 000000007680c0efe9e7875772f05e260fa3048a611ec70b31a39fc9df6db2aa 1 0.00/1.00 vMB 0
6,201 6,201 00000000ce6f8700f60c1814cf727e5c05360bfbf87676f6cbbd8cc1c89c6d1b 1 0.00/1.00 vMB 0
6,200 6,200 00000000670dfcebdfff4c8c0ef726645b0c51400b464b9f55c73e6377f160cc 1 0.00/1.00 vMB 0
6,199 6,199 00000000276217ea9d792c820e08e8c9123e2979585194398d4118cfc7f7e6b6 1 0.00/1.00 vMB 0
6,198 6,198 000000001294a1a6e85d6fa25d7e23bbd498e757e5dd8c1fbd00f877466e0879 1 0.00/1.00 vMB 0
6,197 6,197 000000005ed7ac20fab32cfcc5640605a94bac1820d059cfd5103e55ad87f266 1 0.00/1.00 vMB 0
6,196 6,196 00000000e4c24c8da149d97dcc84164563c4be3ba5842a15a8e3b737c63273e9 1 0.00/1.00 vMB 0
6,195 6,195 00000000ef0252b53d373088b548ac267b1e2c7c2332a0e058bd0158a06310cc 1 0.00/1.00 vMB 0
6,194 6,194 00000000bab04bff69b3da55677057033dc24032a154e3062ff626deeac5901d 1 0.00/1.00 vMB 0
6,193 6,193 0000000008abaf6438eae0774ddfa647c468be573bc29b15cc246e7dc0f98f71 1 0.00/1.00 vMB 0
6,192 6,192 000000000c0a5629d40dbcc118b268360d783c0794464efac2001c2c52a12781 1 0.00/1.00 vMB 0
6,191 6,191 0000000059be1d660bd064ff357d3bea51bd0fdcc18edd52a6d16dbd8524c6e3 1 0.00/1.00 vMB 0
6,190 6,190 00000000dcb2953968350328c7e0198d4f1ccbf21df2896e6c131a207abcd2bb 1 0.00/1.00 vMB 0
6,189 6,189 00000000e01bc2b420a9005f6df58fe070e5227089b6cc7bfbfa34f5ec77c033 1 0.00/1.00 vMB 0
6,188 6,188 000000008537e6e3e13087f759131c1e435a647a0064c3f43815ed3b702b19c2 1 0.00/1.00 vMB 0
6,187 6,187 000000008032e2398a53bba8db9a4c60fe5bca798b6f4f77e355b7be20281a4f 1 0.00/1.00 vMB 0
6,186 6,186 000000001420514c99839a2b4d8c7eb6686591dd0a18157deae56f1b9ff832c6 1 0.00/1.00 vMB 0
6,185 6,185 000000000108391e7d064ad376d734d6080de67409adf46ca64b8f7d338ff7be 1 0.00/1.00 vMB 0
6,184 6,184 00000000d1b4e13188893c5a9ebe72c5b654d9ff0f3e8da665a014406852f574 1 0.00/1.00 vMB 0
6,183 6,183 000000008db36ba3c95a5780c247cf049570bc1b3ae1e7155db166e6f5eb89fe 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.45 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 527.42 GB
    • Received: 5.49 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.