Loading Tool

Explorer IconExplorer

Memory Pool

81,648 transactions
30.33 vMB
0.08194814 BTC
Random Selection Loading Transactions
Max Size: 182.82/200 MB

Candidate Block

Mining Attempt 80b5d5320d08a325c5b981992247c1f4da66ced0c0a748b9908162f139e6a2d4
Version 20000000
Previous Block 000000000000000000019df273a09481953b04854e28e5bee40f0a5bbd926969
Merkle Root 46111a46552ef1e47dff1d403b739dd3b7a5028b170f772f2b2159c6530f682d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,103
Size: 1.00 vMB
Total Fees: 0.01967240 BTC
Feerates: 203.60 > 1.97 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,973 (20,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
894,635 894,635 00000000000000000000ac2038041d6ba73823d2a7645564525577a24112fdc8 3,535 1.00/1.00 vMB 4
894,634 894,634 00000000000000000001131d3d1833041c51188d2c4242d05edba05d243049a7 3,020 1.00/1.00 vMB 4
894,633 894,633 00000000000000000001d9137aaf440180bd3e62fbce24ac92c46669e022d39e 3,705 1.00/1.00 vMB 4
894,632 894,632 000000000000000000002887713205bc1c804f96a1c2cfd771f64bf9ac33d8bf 3,765 1.00/1.00 vMB 7
894,631 894,631 00000000000000000000a535579dd78ac9082b2bc5b6e72c66c8ae3a4ebcde73 3,889 1.00/1.00 vMB 9
894,630 894,630 00000000000000000000209251cc53f55517b4311176457e5ea2db3ee4cdc371 2,616 1.00/1.00 vMB 5
894,629 894,629 0000000000000000000212907e6b1fd9108c680926ca2a26f9de554a1346dbd1 3,764 1.00/1.00 vMB 6
894,628 894,628 000000000000000000020faa09ec32e4ac2208dc271e33ebf2f9b3c0774a6ebe 3,709 1.00/1.00 vMB 6
894,627 894,627 000000000000000000007717b034e53e79bebea8fd0114d694cd8cf7ea48e977 3,272 1.00/1.00 vMB 11
894,626 894,626 0000000000000000000122a1abdce3b29eb6aec9111c4a5ade78cf5cd49a82ca 2,664 1.00/1.00 vMB 5
894,625 894,625 0000000000000000000044c449f6504caa7b5a83cc55c2e90303c4e841e64bb4 4,021 1.00/1.00 vMB 6
894,624 894,624 00000000000000000001e2928262b4446d5f41e278fd6a945841f2b4d6cdbe72 3,910 1.00/1.00 vMB 7
894,623 894,623 00000000000000000001fe9b58c5ccd401de62139c29e7dbfd32bd3cf14b650c 1,823 1.00/1.00 vMB 4
894,622 894,622 00000000000000000000e9d88f9b8fb2dc4bbb2767faf21966f4c7f0803a526d 3,292 1.00/1.00 vMB 3
894,621 894,621 00000000000000000001e485d0a06e4ed8195023a0c7d87d347500249f24983c 3,556 1.00/1.00 vMB 6
894,620 894,620 00000000000000000001e952d80cbc85923316328363de2489a7f4d6741fbb4f 2,826 1.00/1.00 vMB 5
894,619 894,619 00000000000000000001082c0e1695e2ac13b9f1754077d4d44d3c37bbed3413 3,957 1.00/1.00 vMB 3
894,618 894,618 000000000000000000018cb23eb03d9f64f030099ea7765e3b0eeb16cd00aff0 4,098 1.00/1.00 vMB 8
894,617 894,617 00000000000000000000c0740113d9b22def3ee892aa1fd26ac900f644b0440a 118 1.00/1.00 vMB 1
894,616 894,616 00000000000000000000d28c39fb0cf81b34baa65c1ed377f7769299feaaef57 3,119 1.00/1.00 vMB 2
894,615 894,615 00000000000000000001616c9004f723a1a4b1cadd60007ae5e380a4b7b17485 3,543 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 782.34 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: 661.27 GB
    • Received: 14.80 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.