Loading Tool

Explorer IconExplorer

Memory Pool

79,180 transactions
29.87 vMB
0.08187100 BTC
Random Selection Loading Transactions
Max Size: 180.02/200 MB

Candidate Block

Mining Attempt dc724f5bd43bef9966e0e676e1caefbeb89ecef7b5900f75a7b5e5d2f2a0a0e0
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root 3d4ed51539a87228717f1c326dd9ed9c021f347075cfcea0197e06c18b514a1c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.01402138 BTC
Feerates: 26.47 > 1.41 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (489,101 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
426,042 426,042 000000000000000002962181b56e18e1857a9119d99aa2b1505388c84a96f6fc 2,077 0.95/1.00 vMB 54
426,041 426,041 000000000000000001b04e6da391c046e4038f302671dd4fdac684b9e40d17d4 2,590 1.00/1.00 vMB 73
426,040 426,040 000000000000000004aa7860ee3252f4c4480cf2904ccffe9244b8d2a4ac4a6b 409 0.59/1.00 vMB 23
426,039 426,039 0000000000000000050475078873b47a66baf03ed7f7f26958212de7309e28d4 1,464 0.98/1.00 vMB 54
426,038 426,038 00000000000000000302e9c220cf7782df1edae4fef0c966e8ff4534dc32b555 756 0.97/1.00 vMB 27
426,037 426,037 000000000000000003765bbce5933999a69018481dfd7932afde00ceb651e7a7 1,949 1.00/1.00 vMB 67
426,036 426,036 0000000000000000014036a7752102a7b34b7fc927a52fca84d2a6c89fc8cb9f 634 0.35/1.00 vMB 48
426,035 426,035 0000000000000000050727a8ff095aa08c3e9b87edab49f4572eec23ec9a3f34 490 0.66/1.00 vMB 21
426,034 426,034 000000000000000003a8b7c3db21e9a80aca2e523ba88ce4c0381da6f8643225 1,267 1.00/1.00 vMB 39
426,033 426,033 00000000000000000261d7ebb5b268cc1fdff575819309a695fdc9d022059087 1,553 0.98/1.00 vMB 44
426,032 426,032 000000000000000003ecde580555844d9c23443a92058573537130d0b970350b 2,462 0.97/1.00 vMB 67
426,031 426,031 000000000000000002cae36d03454f430c0c363aab9b91ec63d616a70775f6e6 504 0.99/1.00 vMB 17
426,030 426,030 0000000000000000040cc385a1ba9f582d66186a5415a1e666b2478e1b281782 1,599 1.00/1.00 vMB 47
426,029 426,029 000000000000000001d4a8dc1ec8b2562a0242d03b878ee293e8b3c9391b8abf 1,857 1.00/1.00 vMB 54
426,028 426,028 000000000000000000e90fa028a2fe7bffdc1fd43039ea32be9c476488e34841 1,341 1.00/1.00 vMB 55
426,027 426,027 0000000000000000042feb02dc744796cdd3d04f011f1ebf841707b7f5d5b86a 2,746 1.00/1.00 vMB 63
426,026 426,026 000000000000000003037d050fa86cdd17b8e0c670550e4f81c9b5cf5f5debb4 2,337 1.00/1.00 vMB 82
426,025 426,025 0000000000000000007da31c882a318810f4f66812ed692d4e166fd7cd25f5d3 2,080 1.00/1.00 vMB 69
426,024 426,024 000000000000000003cf30612f29d23e7e5cf98390ec4ef5faab18a2cd68a57b 2,467 1.00/1.00 vMB 65
426,023 426,023 000000000000000001e7f96119eb022bfb5c82490a463022678bfd91a9471cb1 2,890 1.00/1.00 vMB 76
426,022 426,022 0000000000000000014392b28167efe78bb182d28b19a06b36f623833e1fd077 1,177 0.97/1.00 vMB 40
Previous 10 blocks ↓
Total Size: 782.64 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: 672.42 GB
    • Received: 16.24 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.