Loading Tool

Explorer IconExplorer

Memory Pool

79,458 transactions
29.94 vMB
0.08415929 BTC
Random Selection Loading Transactions
Max Size: 180.41/200 MB

Candidate Block

Mining Attempt 1a82b0f42817248091a77e1c8a329a5cc38bb985de02e78a73f41c7dd62f4c8a
Version 20000000
Previous Block 000000000000000000005a637be4f0674e0cd19654bae85c49d461bc204dc54b
Merkle Root fb1de1e650075bcffd28545e9eb2f2bf39289106f7b9502a2daa0ae9e30e4fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,894
Size: 1.00 vMB
Total Fees: 0.01565646 BTC
Feerates: 40.21 > 1.57 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,143 (436,715 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
478,428 478,428 0000000000000000002611da28c1df999edd560f3218e99ff55a305ebd23db62 1,865 1.00/1.00 vMB 136
478,427 478,427 00000000000000000007863133795c2da0230031a36f7aaaa3393dba59de11f7 1,815 1.00/1.00 vMB 173
478,426 478,426 0000000000000000004e601a4bbc9693c3ab88d99b280d3e19860fc5e99fcff2 860 1.00/1.00 vMB 137
478,425 478,425 00000000000000000025e3fb33d4b7cdaad595469dff88980f438635123d509b 303 1.00/1.00 vMB 109
478,424 478,424 000000000000000000057cb2d389fb1dc629a70c120bcba2a8565fe421e6c8cf 1,636 1.00/1.00 vMB 119
478,423 478,423 0000000000000000000860b18fb604906682581248f731c446b8cabd3f5b2b52 1,934 1.00/1.00 vMB 122
478,422 478,422 0000000000000000011f276461b88210bd384d64f58bec01a89a9dd456171720 2,270 1.00/1.00 vMB 150
478,421 478,421 0000000000000000012f104b81b097254523ae8b9e7b890a301a4e1682664391 2,487 1.00/1.00 vMB 228
478,420 478,420 0000000000000000009cdd6ccff29b3b36e967cd36b2243fbc2f4683d22eb5f8 2,767 1.00/1.00 vMB 273
478,419 478,419 000000000000000000c745687c44edb78ebe53a1b1345c1ca15880f0ed2ec395 1,409 1.00/1.00 vMB 115
478,418 478,418 00000000000000000007a17c4c004f1ac02610ec67a30917816e0d54f8a11cd7 1,749 0.99/1.00 vMB 177
478,417 478,417 0000000000000000002fc76fa07a6a8d9456170445adcc0133f715b7009fffdf 1,863 1.00/1.00 vMB 174
478,416 478,416 0000000000000000003a1716638cdd28c8c584913d16e3c509caa7ec7c6efba5 1,895 1.00/1.00 vMB 248
478,415 478,415 00000000000000000063fef8d8c53d56e1bfa0603f4365f34c8bc7af02c775b5 818 1.00/1.00 vMB 71
478,414 478,414 0000000000000000007a81b49e075eeca1a54da227f92e73f354b117d1e47a07 1,310 1.00/1.00 vMB 87
478,413 478,413 000000000000000000ec23e103e40c8e9d2a39d6173ea6fcfc4f9d09beb431b2 1,236 1.00/1.00 vMB 134
478,412 478,412 0000000000000000001380e5bac598b10458531f0a3552b123bcc256980e52a8 1,286 1.00/1.00 vMB 70
478,411 478,411 00000000000000000039a35da7b52060d2a642cd05d3080b45f9f4476f1a7499 1,474 1.00/1.00 vMB 103
478,410 478,410 00000000000000000006aa5d16bfbe053659f1e82b3bdc715bc481fba13553e1 1,782 0.99/1.00 vMB 142
478,409 478,409 0000000000000000007695311560ed182a62e9ad2d98c9b1ee47a525984963fd 384 1.00/1.00 vMB 117
478,408 478,408 0000000000000000002c0606c284d38fd116c9aa5ca3bf1b33d24b3cd88cd626 1,668 1.00/1.00 vMB 155
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.