Loading Tool

Explorer IconExplorer

Memory Pool

76,381 transactions
28.64 vMB
0.07323198 BTC
Random Selection Loading Transactions
Max Size: 174.99/200 MB

Candidate Block

Mining Attempt c45cba8d1c93d1565462769142c473558d3d171a13280c62bbc3047d9a3aa9a3
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 526a5be2688a27e8522003f927e7d61250aeafdaf6663e9cdde9cc1694fbd3aa
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,182
Size: 1.00 vMB
Total Fees: 0.00983956 BTC
Feerates: 157.34 > 0.99 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (493,299 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,024 422,024 000000000000000003b74a17ee5b18fac6085881a732ac0d2478d26cb188a832 2,612 1.00/1.00 vMB 74
422,023 422,023 0000000000000000051c6ff5207c2be1ccf162f2b39a8454f89ceac371223bc9 1,780 1.00/1.00 vMB 39
422,022 422,022 0000000000000000044bdac3bd0eb492b5653d2df02b771a517026d8ba1bb985 1,973 1.00/1.00 vMB 83
422,021 422,021 00000000000000000067de0e04154785187bb387854d73377a3adbf7bb209b7e 2,182 1.00/1.00 vMB 56
422,020 422,020 0000000000000000043788be5780c2f60791cf9fbbc8a7967df6cae7aa3f0041 1,595 0.66/1.00 vMB 55
422,019 422,019 000000000000000003c5b5c90363a209ea37576a7c287ddeeed245d84e2d696c 1,331 0.53/1.00 vMB 62
422,018 422,018 0000000000000000035c5195f3e1d315a31e97fa67c19d7e1acfdd96cd45d3f9 140 0.98/1.00 vMB 2
422,017 422,017 0000000000000000018283e4b9f795f78424c4a3f61bae8826b30ab0ec0878fa 1,542 0.75/1.00 vMB 58
422,016 422,016 0000000000000000017c84a96e8638acd8f707b7850f0441a71ef039f943dd0c 34 0.01/1.00 vMB 67
422,015 422,015 000000000000000001cc961a20b19a0270a54f2b38de35f470996333993f9697 1,364 0.98/1.00 vMB 34
422,014 422,014 00000000000000000367a6d1b7f404c422b645a1c0da4adf73d784caa5e25cf3 231 0.08/1.00 vMB 91
422,013 422,013 000000000000000001e06a66e9f3903dcfcc7359cc0627a06102cc40a16aec39 2,421 1.00/1.00 vMB 60
422,012 422,012 000000000000000001e287f94f400e4b0c17bb8cecb3c309dd77141c0e1f44e3 1,225 0.49/1.00 vMB 62
422,011 422,011 00000000000000000168984d30ecc12e0b1d1857f930889c96b71d125b0cceae 2,305 0.97/1.00 vMB 68
422,010 422,010 00000000000000000074c39fdb9e1c7619b43a762f5fbed8a6830d7ad240f336 239 0.99/1.00 vMB 7
422,009 422,009 0000000000000000033954513ddc4985e8947a3813efadd2706906cee2553990 814 0.53/1.00 vMB 45
422,008 422,008 000000000000000004c41518f528b7d31e3964f1f94f02db0cee603bc31152f1 510 0.60/1.00 vMB 32
422,007 422,007 0000000000000000024a5bccfe0291a340efd6546fd5ca3690dc1fe7b1490372 755 0.43/1.00 vMB 52
422,006 422,006 000000000000000000acdfa9a633838710620f2dcf181e848d0dce4146ea18bf 2,422 0.93/1.00 vMB 83
422,005 422,005 000000000000000000b90363a558325f9b323409d8f89ced1f4c16bac2001f04 58 0.02/1.00 vMB 63
422,004 422,004 000000000000000001663d64aedec1df84fa47a3845ab1c736fa045da2bf231e 676 0.46/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.95 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: 715.15 GB
    • Received: 17.66 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.