Loading Tool

Explorer IconExplorer

Memory Pool

78,993 transactions
29.59 vMB
0.07350656 BTC
Random Selection Loading Transactions
Max Size: 177.58/200 MB

Candidate Block

Mining Attempt 2ac930371f48703a555f7b2cae3eddb5e9fbe524a7388c7e9df7dde5d374f7ec
Version 20000000
Previous Block 000000000000000000017f21cc1fb2b256aacaaf01ac381e97345c0d2b47dc9f
Merkle Root da1f9ee3bdb96ff31f781dffe3d0e510d8f7e16d59de612c01c6bcca70b06d35
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,272
Size: 1.00 vMB
Total Fees: 0.01306403 BTC
Feerates: 150.98 > 1.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,015 (154,493 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
760,522 760,522 00000000000000000000ad98836edcf6d00571d404b9e6476cc93fedef9eb8f5 1,463 1.00/1.00 vMB 18
760,521 760,521 000000000000000000076383087a96d246654dbca65898d1609e4ba2dce76b12 2,983 1.00/1.00 vMB 23
760,520 760,520 0000000000000000000379cd42c36dccd66928c5fa08741d519238cb13f21a5d 1,716 1.00/1.00 vMB 14
760,519 760,519 00000000000000000000c89ff1b5bc30166bec76422c14abe097a5bb8149afb7 3,150 1.00/1.00 vMB 24
760,518 760,518 000000000000000000041faf77acbf41c7ac31777c08faee8d58b29fc892e1f7 2,003 1.00/1.00 vMB 14
760,517 760,517 00000000000000000005bb29327307480e8ccefe23fdd6fa78d696a71cd5f3e9 3,858 1.00/1.00 vMB 26
760,516 760,516 0000000000000000000097421b8d5aab98f10b398df2efe16044909812c2d88a 3,368 1.00/1.00 vMB 25
760,515 760,515 000000000000000000043ed338a645f3401bcca8547b4d3f4441d8e0d571a2e8 1,632 1.00/1.00 vMB 14
760,514 760,514 000000000000000000023b7238d7c4cca6b1c5b5f49c6c717df0bf2ef8527a69 3,423 1.00/1.00 vMB 25
760,513 760,513 000000000000000000036cba8b1b1ac436d6abd9d328a9acb1b5a065857d1812 2,131 0.94/1.00 vMB 4
760,512 760,512 00000000000000000005b0cf456393a83ac41020316ea4d5b8a00e3e5536e86b 3,350 1.00/1.00 vMB 14
760,511 760,511 000000000000000000043491fc8a648bcceee81e9df6105bc75d87717f8852b6 1,688 1.00/1.00 vMB 16
760,510 760,510 00000000000000000006e3b1ce116df73113c1ff1bd01f290fda17cef30ce897 2,418 1.00/1.00 vMB 15
760,509 760,509 00000000000000000007572f4702edada272e1d974bc8bbe390bd9380e74a9e6 3,455 1.00/1.00 vMB 27
760,508 760,508 00000000000000000003db070054ff60e02478df01f43fb0dfccfd551dbfb58c 2,103 0.76/1.00 vMB 12
760,507 760,507 000000000000000000052d7c11f9925835b3b69ed00fa5f97e25ad2a09875eba 700 0.22/1.00 vMB 14
760,506 760,506 000000000000000000011157c944e7f4a1fb1938be6faff039495385a6ac7fc0 445 0.18/1.00 vMB 15
760,505 760,505 000000000000000000057259c9daf68cb7493f65a5e2bc107a40aede85fe4170 2,393 0.85/1.00 vMB 13
760,504 760,504 0000000000000000000392dffe8c29522a0c154b77d3c9a24dc4c94261e68b71 456 0.16/1.00 vMB 12
760,503 760,503 00000000000000000004c1f9efc4c931b519abe0d220674dc467da36a478d3fb 65 0.02/1.00 vMB 14
760,502 760,502 000000000000000000028e16ce249211b62c582172969d74bcfde3097939d81d 370 0.16/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.42 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: 665.40 GB
    • Received: 15.13 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.