Loading Tool

Explorer IconExplorer

Memory Pool

40,120 transactions
27.75 vMB
0.07764362 BTC
Random Selection Loading Transactions
Max Size: 142.06/200 MB

Candidate Block

Mining Attempt 0fad212c4c271bfbf54193da8c7d6240278c3f4c1fd600b0e87c063a16e80729
Version 20000000
Previous Block 0000000000000000000122e994986e001234b69b994883ffdfdd29f98dd03e31
Merkle Root b414eb29de56fd0933fec45f48c4e04934a418e2014874c5f15889f0def45653
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,211
Size: 1.00 vMB
Total Fees: 0.02461199 BTC
Feerates: 101.65 > 2.47 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,639 (452,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
461,735 461,735 000000000000000001e991b6b58d725b7598e1f66aed1e72e3aae64f466b01b6 2,396 1.00/1.00 vMB 144
461,734 461,734 0000000000000000003e7a95cb7eb1e83d3cfaf534b67a280acf0b31470f2fab 2,283 1.00/1.00 vMB 178
461,733 461,733 0000000000000000001f38de49e06c49793cbb3feea59d844f87165c6dd419ae 2,004 1.00/1.00 vMB 145
461,732 461,732 000000000000000000a55598f0d194f0290ff36e93d891bd065965e855a1cc51 2,762 1.00/1.00 vMB 193
461,731 461,731 0000000000000000004d3d1367fec3f9c2cfd1df8f20e162bcdbacea3c6c97dd 1,795 1.00/1.00 vMB 156
461,730 461,730 00000000000000000180829b497e2c859d844d07649e096a997d7ad6fd7915cc 1,928 1.00/1.00 vMB 131
461,729 461,729 000000000000000001ee23248019c5fb31a29e81375c4fe7610fb8573bba287d 1,800 1.00/1.00 vMB 164
461,728 461,728 000000000000000002007de36f12831ae48323e35bd5f7fa8c29a4e0b0ea3bda 3,003 1.00/1.00 vMB 217
461,727 461,727 0000000000000000016a891101a65ae55a78b2634f573659d9801c4a2bf85c21 2,650 1.00/1.00 vMB 148
461,726 461,726 0000000000000000014ecd7728c1b4b4666d43367044c359788131c31397cb3e 2,333 1.00/1.00 vMB 143
461,725 461,725 00000000000000000069fb8ed475f1b95aebe4f0e5c6ae5ac60573a6d7c4dcdb 2,446 1.00/1.00 vMB 181
461,724 461,724 0000000000000000008847e2d05face74c317a2bf86f1db2fc18bc5cdfbc7fa4 1,980 1.00/1.00 vMB 146
461,723 461,723 0000000000000000005c3e2b7e8e073ea20361dce5131cc148d11d21f48dd418 2,353 1.00/1.00 vMB 179
461,722 461,722 00000000000000000166afaa8360e5e78e1765633c7e9043edf07d0b1b250156 1,664 1.00/1.00 vMB 150
461,721 461,721 00000000000000000055205990263111fe0a54930e3eec80985c8a251cf7baa3 2,385 1.00/1.00 vMB 142
461,720 461,720 000000000000000000011f17cd376deff3394d12be31fc99f0ed116b7ea8ca3b 2,251 1.00/1.00 vMB 162
461,719 461,719 00000000000000000151e41a0119e0b5157acb9de4dfcc167f3242efce6f194a 2,360 1.00/1.00 vMB 170
461,718 461,718 000000000000000001d4f2633954c758a48535fe99358f269203c4f74626af6c 71 0.02/1.00 vMB 178
461,717 461,717 000000000000000000d40d7d8bd64a3e3c7e06d0f0ec8a8580e0af5abb8dc02d 1,665 1.00/1.00 vMB 162
461,716 461,716 00000000000000000088ac10b77b408e0a84847e259901b01dcd892484dbb07f 1,822 1.00/1.00 vMB 150
461,715 461,715 000000000000000000a113dbbc2a9ec2c59cd8da140d3d298f26750ece4360f7 2,300 1.00/1.00 vMB 182
Previous 10 blocks ↓
Total Size: 781.75 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: 631.41 GB
    • Received: 12.07 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.