Loading Tool

Explorer IconExplorer

Memory Pool

43,335 transactions
27.97 vMB
0.06355995 BTC
Random Selection Loading Transactions
Max Size: 147.76/200 MB

Candidate Block

Mining Attempt d65eeccc014acb6bf6a2edc9c1936ceb4a6f86ea36b3158a184998e3cc3809cf
Version 20000000
Previous Block 000000000000000000017e8e85165f86ccc44f5c406f63ccc3773389967d2705
Merkle Root fd4561c1f9426e0580071c3f82dab800a6ba3b96b2c5cdff8b6e0711940bc264
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,447
Size: 1.00 vMB
Total Fees: 0.01107528 BTC
Feerates: 92.00 > 1.11 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,838 (299,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
614,934 614,934 00000000000000000001ce468c909444a67f91e9987f3ea6058df0fff8828f6a 2,581 1.00/1.00 vMB 9
614,933 614,933 000000000000000000107b9563446a33035a6d199ba30b4c80bbd333d2e4918d 2,573 1.00/1.00 vMB 18
614,932 614,932 0000000000000000000ceb34fd540ba7f6f7fb55af12ab180e915577772c7906 3,352 1.00/1.00 vMB 17
614,931 614,931 0000000000000000000b0ef600425d7e539a59e04dccf23ba5335657976b58c2 3,002 1.00/1.00 vMB 29
614,930 614,930 000000000000000000044b6c80648ead63c9ab7cad89f7841d6c1a420d34ba43 3,105 1.00/1.00 vMB 20
614,929 614,929 0000000000000000000bb76409e31ed8c2bb28d72f5a58db10f0f76740e1889d 3,092 1.00/1.00 vMB 8
614,928 614,928 0000000000000000000b0b55d91dfcb2b20e0872ea2738c5471c656b82e513c6 3,058 1.00/1.00 vMB 22
614,927 614,927 000000000000000000056a9309153d22e6257f870baae333d07390b120da9b56 2,202 1.00/1.00 vMB 10
614,926 614,926 0000000000000000000f83a7490243701b7d5d287b98e20792d951584347e009 3,076 1.00/1.00 vMB 21
614,925 614,925 0000000000000000000c37955ccb76be56cb221c802ad725cd2a8d8621873ac3 3,154 1.00/1.00 vMB 25
614,924 614,924 0000000000000000000fa2283ae08d7e4b4da949c19a40b68c4d0e1267647250 2,356 1.00/1.00 vMB 23
614,923 614,923 000000000000000000005879c93eebe6a8400d115b579f207454e74530b88c5b 2,416 0.72/1.00 vMB 6
614,922 614,922 000000000000000000045d26e4dbb8576938e572faa36f4957290c958a836266 3,098 1.00/1.00 vMB 24
614,921 614,921 00000000000000000011023e2b4e22febb78bafae5fef75074b7467cc59e7a7b 2,333 1.00/1.00 vMB 13
614,920 614,920 0000000000000000000a11f95071ae2e5128c9681df1294492d8ee369d7ee449 2,849 1.00/1.00 vMB 5
614,919 614,919 00000000000000000011f87014743568b8e6d9d46a88816dc8e7eb1b9c4c44e6 2,671 1.00/1.00 vMB 20
614,918 614,918 000000000000000000032059f632f5ee3b65c7bfe1168fac1f0aee40a4e49ed9 2,662 1.00/1.00 vMB 26
614,917 614,917 00000000000000000009f1f91d6b1d27dcb6060a3a376f99d3c0e47e2f4e6d66 2,979 1.00/1.00 vMB 9
614,916 614,916 0000000000000000000bc76be787eeb50364ead99d3efa97b71783ad01dd0850 2,739 1.00/1.00 vMB 13
614,915 614,915 0000000000000000000ae8f664490a9e2223d8227328a4d2af5707e2a32e9181 2,150 1.00/1.00 vMB 23
614,914 614,914 0000000000000000000447d4632c9a817fcda096bb34b147ac4e26aa0e22a9d1 1,871 1.00/1.00 vMB 21
Previous 10 blocks ↓
Total Size: 782.10 GB

Node Details:

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