Loading Tool

Explorer IconExplorer

Memory Pool

25,530 transactions
27.12 vMB
0.06256760 BTC
Random Selection Loading Transactions
Max Size: 129.42/200 MB

Candidate Block

Mining Attempt 14758e7124d4fb59bb8dd163f1b6adc62ead60385a544994b0023e73aa5f036f
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root b3273fcfada86c2c589c6145ed5e6869209e17029fac275172e301cd46c5c9d4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,325
Size: 1.00 vMB
Total Fees: 0.01142849 BTC
Feerates: 171.09 > 1.15 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (840,983 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
73,495 73,495 00000000007a4a1db1c9df5fcf703fd41bfd96c5d8ef7c62543e8bf6350cc0a2 1 0.00/1.00 vMB 0
73,494 73,494 0000000000791c546a6247388674983076c9a595c04a34df7f02da8da47c10c8 1 0.00/1.00 vMB 0
73,493 73,493 0000000000111e81cae4a3a7918d40987a70451cba3ef4028f42498a55a6b9df 1 0.00/1.00 vMB 0
73,492 73,492 00000000002443306280dc166282a338b352912692a74f1522eeb93e3ae37e0e 1 0.00/1.00 vMB 0
73,491 73,491 00000000003896b28561570f37ba41d8f94ce33095119494c796e4b1842084d2 1 0.00/1.00 vMB 0
73,490 73,490 0000000000417144c57b586b1a9edce8cfb9812e50aa231af36e74f8678a630b 1 0.00/1.00 vMB 0
73,489 73,489 0000000000316655f43a6908f9761595b1a48117ad0588b0d87492ec8a6a32a7 2 0.00/1.00 vMB 0
73,488 73,488 0000000000ad8ca4d3f0131e74c2bf6c5411266de4c34736d1727f06ad432710 4 0.00/1.00 vMB 0
73,487 73,487 0000000000501be6906ced7b0fea6554b7a5d63517aaa43e6254eb2ab6d50947 1 0.00/1.00 vMB 0
73,486 73,486 0000000000064fa19d2b90b7d1c2928bcef1e8115b62c598ef4865758c073083 2 0.00/1.00 vMB 0
73,485 73,485 00000000002b8e55c4b0ad2f6694d1a4a665dc5c0de86ed9934a731091bf964a 1 0.00/1.00 vMB 0
73,484 73,484 000000000057657bc9a98a3101868aa9fad9389b2b7e6bd3d2d43e825defba91 3 0.00/1.00 vMB 0
73,483 73,483 00000000000a6ba97058b0514921c5fcea2a060d90a31e04e6ebce30a1fc47a0 4 0.00/1.00 vMB 0
73,482 73,482 000000000064af87b4adbeeab5273da6c1f27f087088c12876c0761e70dcd4dd 1 0.00/1.00 vMB 0
73,481 73,481 0000000000363a9c02e0923767035575bba7229fc4caf202de7e441523c6a466 2 0.00/1.00 vMB 0
73,480 73,480 0000000000949cd511ffd150860549d615d43f534281cb1bfa1548694cfd9670 3 0.00/1.00 vMB 0
73,479 73,479 00000000008827cfce505891983875820a7b4538f9b8bd2b536ee48347b354cb 2 0.00/1.00 vMB 0
73,478 73,478 000000000072320af8e12f9cbc0f4189d631449ea562701021f42be3b91940ef 2 0.00/1.00 vMB 0
73,477 73,477 00000000005636cc4d398f67910aef44f1d11012236daf8703dcf2c1476b0c9c 4 0.00/1.00 vMB 0
73,476 73,476 00000000000ab61b1ab4aedffeea34f2ff87c08a5fe115f18802f1329668ab0a 5 0.00/1.00 vMB 0
73,475 73,475 0000000000739e550e66d7b72e65e718ba0cf4f5de6b54221309efdfecf541c6 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 610.91 GB
    • Received: 10.76 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.