Loading Tool

Explorer IconExplorer

Memory Pool

79,742 transactions
29.86 vMB
0.12283286 BTC
Random Selection Loading Transactions
Max Size: 180.15/200 MB

Candidate Block

Mining Attempt 3b4c9d51800b1fb8a28086831e0f82010948dd03505b29e7f7ffb4223cbce3ff
Version 20000000
Previous Block 00000000000000000001bd54d69182c1acad03f5cdcd2103ee49e909f1dec71f
Merkle Root 0c0ef028f4c6e662f928a081e9ff735f3b2ca2a051068c2076ba94aa0ca6b726
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,191
Size: 1.00 vMB
Total Fees: 0.05713041 BTC
Feerates: 150.75 > 5.72 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,098 (489,691 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
425,407 425,407 000000000000000001a9566a970f11ff146e77593f5622e060d4b0b71d370024 2,326 1.00/1.00 vMB 81
425,406 425,406 0000000000000000019263924cbb3ffca23c8d2c5a6f243bf8fbcbf1e57e583c 3,163 1.00/1.00 vMB 50
425,405 425,405 0000000000000000040e281434de978f8ccf93a2d2aea30a64213fde85d8f335 2,162 1.00/1.00 vMB 90
425,404 425,404 000000000000000000e6911ebd053a60fe229eeb9d5087b8bafc80a3502821e6 1,804 1.00/1.00 vMB 54
425,403 425,403 0000000000000000001dbf12d1c4782c3bdd3910262272f3ae4e1e24053c00c9 2,460 1.00/1.00 vMB 64
425,402 425,402 000000000000000003f097a64544cb8ab2ff363420ba9f732f611b04e4f159e2 1,913 1.00/1.00 vMB 92
425,401 425,401 0000000000000000023afb17509f3cc6a388e0a8c22ba87f9bba6ccae220b68e 1,757 1.00/1.00 vMB 101
425,400 425,400 00000000000000000299a6a84490eae8493ec8ac5650c915406c083902f5a4ee 1,526 1.00/1.00 vMB 94
425,399 425,399 0000000000000000011152e2b01a838146f1a47c88e69f7684bc3ddeaa067596 2,413 1.00/1.00 vMB 59
425,398 425,398 00000000000000000242d649c7246b5fe0f6a2be98107319ef08e09793d83267 1,844 1.00/1.00 vMB 56
425,397 425,397 0000000000000000040e2cadb86d5538e12b24a10665029af7589637bb5859e3 1,647 1.00/1.00 vMB 84
425,396 425,396 000000000000000000d525dceaff3363621822c2827233c4024ff0ae33140303 1,390 1.00/1.00 vMB 122
425,395 425,395 000000000000000001fabab9c71c0a4580dbb2df8b930794aa452607f3c98f49 1,851 1.00/1.00 vMB 62
425,394 425,394 0000000000000000025616f3a8f442deb309d7102e3cf9d8c96bd3fe86e665d2 2,666 1.00/1.00 vMB 77
425,393 425,393 0000000000000000016e1a5d85e105400e808e7ad209b0f58fb9bac58684c995 14 0.00/1.00 vMB 136
425,392 425,392 00000000000000000133ae7397971b84292c1af9d64c720e760ebca91ccee6db 1,957 1.00/1.00 vMB 75
425,391 425,391 0000000000000000022c5f947b1ddc4dc1603152867605d2681e8077c0fa5ffe 1,692 1.00/1.00 vMB 108
425,390 425,390 0000000000000000044477b39aec49e064631ba8f32245498b4363fc982f41d3 2,691 1.00/1.00 vMB 63
425,389 425,389 000000000000000002f7b75b76b19144c693a2561b665a487717cae065383b30 2,348 1.00/1.00 vMB 66
425,388 425,388 0000000000000000039436bf2f4a32c35b65c710c1bf35921f0b4c78889419d2 1,769 1.00/1.00 vMB 84
425,387 425,387 000000000000000002e2108de146d0000e95a6dd5b7562d6f7ec7cfc059a54d3 298 1.00/1.00 vMB 71
Previous 10 blocks ↓
Total Size: 782.56 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: 670.24 GB
    • Received: 15.84 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.