Loading Tool

Explorer IconExplorer

Memory Pool

53,075 transactions
30.68 vMB
0.28105621 BTC
Random Selection Loading Transactions
Max Size: 162.13/200 MB

Candidate Block

Mining Attempt f120c138a9b5a100d65d37e7e999de95d53b82a0e2cc771cd1b8898c211b4dd9
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 125abda4334268e54de82b37a5c3f7e763a356e4f59d8ecdbdae0311a0cf0722
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,713
Size: 1.00 vMB
Total Fees: 0.08804624 BTC
Feerates: 229.15 > 8.82 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (497,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
416,935 416,935 000000000000000001322268eb629dad17b17fe7906cd95fbc245d8cd08174fd 1,486 0.62/1.00 vMB 66
416,934 416,934 000000000000000002724d00f73b745a8c2d572d0aaac088d512b6e82aa9e646 1,797 0.99/1.00 vMB 36
416,933 416,933 000000000000000001f65ce2486fdfd3ada40878c1668723bacd6860d5b3c89f 622 0.26/1.00 vMB 58
416,932 416,932 0000000000000000036f96c042b4906ea23787dbf0f2bc704f82f666234febd7 228 0.29/1.00 vMB 21
416,931 416,931 000000000000000004c2ed776cee4cea12fd7101be2fef2aaeb7192d48300ffe 2,320 0.88/1.00 vMB 70
416,930 416,930 000000000000000002ff7ccbe3112996ebe1e873c830e1351f1a8e915f3f7ded 873 0.64/1.00 vMB 49
416,929 416,929 00000000000000000400ca2eb11efc25b0039821d2c6147f1c9b35ddc15e38ab 1,276 1.00/1.00 vMB 41
416,928 416,928 000000000000000001e2c92a0e6452ab53f8d2c72d645c99f755d721d25b98a6 510 1.00/1.00 vMB 17
416,927 416,927 0000000000000000039d1594baeb06b40cc6d6afdcb7c7e2f3d50c2341e2781c 2,431 0.99/1.00 vMB 64
416,926 416,926 000000000000000000d0fde0dd02b48c7739bf6049ea4d5f445cb2c3f1c946a7 1,470 1.00/1.00 vMB 37
416,925 416,925 000000000000000004c1674250fd48b83b8ff9049063f136148ab693da7423f1 1 0.00/1.00 vMB 0
416,924 416,924 0000000000000000018d21f7f195af97dc10328aeb402aca0f162e6ca534b4d3 1,073 0.51/1.00 vMB 60
416,923 416,923 000000000000000004397fa19bc758b40c39d7287ac2fa5338ba835db6baa2f6 729 0.35/1.00 vMB 52
416,922 416,922 0000000000000000011816fd0319167cc72013d6fba2665bc69fee60d0712bf0 1,365 1.00/1.00 vMB 48
416,921 416,921 0000000000000000056808d3298d456ed83f826b0d723aaf6e3e51b7f4c8f65b 2,556 1.00/1.00 vMB 82
416,920 416,920 0000000000000000040165b5c1cad4b328ed6dc40c2e255504644fe8afc3fc8b 193 0.06/1.00 vMB 79
416,919 416,919 0000000000000000027616baa992fdc4501e93c494da77fb806f5c50b8b4ce17 1,254 1.00/1.00 vMB 34
416,918 416,918 00000000000000000051eb9529100f125d1f72b31a51423a01da74221a5de2b3 2,754 1.00/1.00 vMB 75
416,917 416,917 000000000000000004fb2dea870d7d54f3b5dcd11871b6c159ee24a73f2211b4 557 1.00/1.00 vMB 20
416,916 416,916 00000000000000000550a1c370a312397dc93e4a79d7ba385e4e7f6fc94f0d91 801 1.00/1.00 vMB 24
416,915 416,915 000000000000000004a460bea784f1dc9be870311065250e0602b01ee804f759 863 0.35/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 781.87 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: 644.26 GB
    • Received: 12.61 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.