Loading Tool

Explorer IconExplorer

Memory Pool

44,303 transactions
27.40 vMB
0.07165690 BTC
Random Selection Loading Transactions
Max Size: 144.33/200 MB

Candidate Block

Mining Attempt e43d0c39bb6267622ff12c38cb0ec19bb1ab01196da3c87230e87886dc3fd3ec
Version 20000000
Previous Block 0000000000000000000020e9d45e9150f859cf8f43ad3ec471b266bd49e0d4b1
Merkle Root cfd47c15e92ee352de3e9c3c4b2a832bcb7e835d95817858199b434b52fa1b04
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,620
Size: 1.00 vMB
Total Fees: 0.02040010 BTC
Feerates: 170.94 > 2.04 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,900 (683,977 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
230,923 230,923 000000000000003ffdc148a1f7c8ddc94c601e6bd37dacd3e250ba0b83485ef7 287 0.12/1.00 vMB 173
230,922 230,922 00000000000000f78b55e6d7640f19a4601cb3eb127e8ed7decce0a2ca1494a8 525 0.22/1.00 vMB 162
230,921 230,921 0000000000000042158ddf9db96e81fb676e03bd2543ed5f174822c4d3fcd2bd 100 0.04/1.00 vMB 83
230,920 230,920 000000000000008756e2eef2f35a9c15eeedf835ac3975b3d061c330f041e338 347 0.16/1.00 vMB 342
230,919 230,919 000000000000015851f46d6fb7f6efa80964b3968eb5034def77f854cb1cde94 198 0.11/1.00 vMB 188
230,918 230,918 0000000000000114d9c447c715ac405a45482806b26f0a0d7d51c7da4527a67a 4 0.00/1.00 vMB 85
230,917 230,917 00000000000000fa93d0a6b726a14e9f10639e3d20d2c7d0b8e2ef6359478c2f 139 0.08/1.00 vMB 28
230,916 230,916 0000000000000087263c383acade12bcbd13f7eac48c31f50dcaf27a8970a075 131 0.08/1.00 vMB 95
230,915 230,915 00000000000000dcbbf7acb976885886d74672dede0c6a3e49e159cd7a0fe0d9 609 0.25/1.00 vMB 806
230,914 230,914 0000000000000193b5467bfc71be7ebbe88f65647d83c6820aaab610bf8a47f1 86 0.09/1.00 vMB 83
230,913 230,913 00000000000001c4ad73531f61d744686e7f185568fcf27c1a579d81220fb11e 892 0.46/1.00 vMB 123
230,912 230,912 000000000000014a3156a583eba902bc07c61b0fc2c81aa0899877e09c9e8024 256 0.08/1.00 vMB 193
230,911 230,911 000000000000018e7a401742753daed56eb65e0da45327f870ba9f307835a881 198 0.08/1.00 vMB 141
230,910 230,910 00000000000001b370a1d36e759efaeff4cba88dac709b992beaa1890c7ea15b 821 0.40/1.00 vMB 144
230,909 230,909 000000000000020176378705734d626b0c0848af93a1f09a93768d0a1a1d294c 263 0.09/1.00 vMB 101
230,908 230,908 00000000000000a27d55cd1a1cd2d09cd4ca0c6fb8c4a74e96b6a3dedc011f48 66 0.03/1.00 vMB 140
230,907 230,907 000000000000013c03251ccd26fbb4ecc7ca136f37a5fd442a977ab148aa6745 389 0.20/1.00 vMB 191
230,906 230,906 00000000000000e8c179fa81ae0c9ef341749402590e6c4ed4a584fe6c16e91f 387 0.16/1.00 vMB 163
230,905 230,905 00000000000000a03cb35c19c69f6340b4f386d9b1b047fa36a2db52f2fa32e8 168 0.08/1.00 vMB 115
230,904 230,904 000000000000008324299a4b9791d0f682d0b73fb71056fc96ba47b79bd9003d 76 0.17/1.00 vMB 60
230,903 230,903 00000000000001a92b2d72f1a05b9443df8bae3237fca71676af65e0c1b2daf5 340 0.19/1.00 vMB 117
Previous 10 blocks ↓
Total Size: 782.21 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: 654.41 GB
    • Received: 14.14 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.