Loading Tool

Explorer IconExplorer

Memory Pool

45,687 transactions
29.05 vMB
0.13927112 BTC
Random Selection Loading Transactions
Max Size: 151.43/200 MB

Candidate Block

Mining Attempt 2e3109fe59d17d4aef8e5915d454d64f8988458a7fcf762e7eb422dc352c9cb4
Version 20000000
Previous Block 00000000000000000001ba294a1e5c8ead048e94ebd94561d85b6bcbd1b10899
Merkle Root 43b4669a1f49482a3d3cfcee26f4531a68921ddaecf1a5e7bcb30f150a96a164
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,655
Size: 1.00 vMB
Total Fees: 0.03933334 BTC
Feerates: 100.25 > 3.94 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,709 (856,590 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
58,119 58,119 0000000015403d0539af6ed35b61a57c8efc0521a516edc89dfcacdfb636a669 1 0.00/1.00 vMB 0
58,118 58,118 000000000f9bcfcdb46765bc900aa57190f5b12e6c898fe584b9275e7ce88de2 1 0.00/1.00 vMB 0
58,117 58,117 000000000bf81b317b6ad758fda3872d61394d7af0545165c2ef66fb448cd525 1 0.00/1.00 vMB 0
58,116 58,116 0000000000057509c9c1d0d09265651680db180f394f9c32c76a37ba33763f15 1 0.00/1.00 vMB 0
58,115 58,115 0000000000fa150423bc5c60489375af2841b2364a587716c3b8ff0a9ce9d873 1 0.00/1.00 vMB 0
58,114 58,114 000000000bac2f01f1279f0d1bd03dec7c28870f8cd9b0365cb861d9c9bf3d14 1 0.00/1.00 vMB 0
58,113 58,113 000000000a7658821b83ffc061f7d73f0d491b759f3f02a73e21ff71cc94d683 1 0.00/1.00 vMB 0
58,112 58,112 000000000660771b8584be0a06c836a9de002e2fd0275dd5373fce8e933c84bf 2 0.00/1.00 vMB 0
58,111 58,111 000000000762b82c6e92b45993f486c436c5429c05b5cb3838154a90c6b441bc 1 0.00/1.00 vMB 0
58,110 58,110 0000000002a58131b5d767c95d91c482847c6753aedd47c5d157cff954168997 1 0.00/1.00 vMB 0
58,109 58,109 000000000a0bf3e0ad720bed3a4a2994dc2b8bb208bf81bb33080f4367e48722 1 0.00/1.00 vMB 0
58,108 58,108 000000001218ba0d383c337a11eda0f303be7a6950c5ab1540e696ad3c3d67bd 1 0.00/1.00 vMB 0
58,107 58,107 000000000af0828ab560d75a844c3b66f24285684b991b04935fc518475f8007 1 0.00/1.00 vMB 0
58,106 58,106 00000000062c71d7c779525c7d843a414b1ba8303950d561be68fd4c06133838 2 0.00/1.00 vMB 0
58,105 58,105 000000000edad93e501c0fe84d30e91f7837613eeb35502585352c1588d4eb0e 1 0.00/1.00 vMB 0
58,104 58,104 0000000009fe4202d0ad9f2cf310b7955c263be0f8ce0630457a5f3d5f2c9954 1 0.00/1.00 vMB 0
58,103 58,103 000000000b2b3396cd52422b02a74ce0ce066ee13db62860643f5f784b963619 1 0.00/1.00 vMB 0
58,102 58,102 0000000009cb4605ef294b6744aefd32215b5f4d9eabfdc2a93b3cb950cb9625 1 0.00/1.00 vMB 0
58,101 58,101 000000000ace0cafd3635e2fdd2e4bd4689046ae3942fc84ce3cb12d4e34277f 2 0.00/1.00 vMB 0
58,100 58,100 0000000009c4d8afc783d13838c2ed81f55e11e27c496b676b3466a48e386eb5 1 0.00/1.00 vMB 0
58,099 58,099 000000000a7d29937eca88426318b4143fac444a06fd03ed1bef69c1693fce95 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.88 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: 645.01 GB
    • Received: 12.64 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.