Loading Tool

Explorer IconExplorer

Memory Pool

24,696 transactions
26.88 vMB
0.05481394 BTC
Random Selection Loading Transactions
Max Size: 127.99/200 MB

Candidate Block

Mining Attempt cf8c43b04ca36535c9be6c2d8213e35ad019fa39ae96bd62e364df773dc01593
Version 20000000
Previous Block 00000000000000000001199dbf911ab88157d0c6cbff6a9a79ddf68de0fd94d6
Merkle Root e3f97d55733f54a67f1cda39eaea124c3012a6dbfab0ca1c59fc8c65c2b3e1dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 828
Size: 1.00 vMB
Total Fees: 0.00437495 BTC
Feerates: 66.05 > 0.44 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,478 (297,557 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
616,921 616,921 000000000000000000054c0091c15443d06cc8069483b87b4c9c18b906b487b5 2,598 1.00/1.00 vMB 16
616,920 616,920 000000000000000000007d3593c6e4663a6d3b0d48f0279310bc7f364f749b26 2,695 1.00/1.00 vMB 28
616,919 616,919 00000000000000000007c5358529e4d37143f8ba3699b950aecba9bf5dc725ad 2,825 1.00/1.00 vMB 11
616,918 616,918 000000000000000000065b04b013ef0fb557a43796ac4452724e20474b7e2685 2,609 1.00/1.00 vMB 7
616,917 616,917 000000000000000000044563289d5ab1a2a4186ff59982478f1ae90c73e1f7d2 3,002 1.00/1.00 vMB 21
616,916 616,916 0000000000000000000cc0024d79b14e70dc075769ea4513fb3db244d4ffe60f 3,086 1.00/1.00 vMB 39
616,915 616,915 00000000000000000004186600ab37394c8e393510b840bbfb71188d74cd2460 2,929 1.00/1.00 vMB 37
616,914 616,914 000000000000000000104f6120e4f469427f347555b1f37251fe90f94b33f0e6 2,102 0.88/1.00 vMB 20
616,913 616,913 0000000000000000000bbead2875713f0136e921d879bc958f31d39df37b6751 2,504 0.78/1.00 vMB 22
616,912 616,912 00000000000000000010816dffafe360e8ad742120a77b9c477685e9587ab6f1 2,883 0.98/1.00 vMB 13
616,911 616,911 00000000000000000007ff64bae73f65f9b5b932b1e592eea27fc7b6bfcefe0e 3,729 1.00/1.00 vMB 15
616,910 616,910 00000000000000000007296d7e65357a8157c66d647703338f96305d0e0344f4 2,822 1.00/1.00 vMB 17
616,909 616,909 00000000000000000002405dc45827d64aabf25ac548984f4f7f94a89c4cda5e 1,744 1.00/1.00 vMB 8
616,908 616,908 00000000000000000003756d91d26f6322212607bfb6e35d7e02e4bf38a0d0f8 2,110 1.00/1.00 vMB 12
616,907 616,907 00000000000000000009d103820ebb8000991df70f5b4750880e1bfb0fd400bc 2,720 1.00/1.00 vMB 12
616,906 616,906 00000000000000000011de2a467a8d8dc58af1a6ba4e0b527edef805f83cfadd 2,815 1.00/1.00 vMB 30
616,905 616,905 0000000000000000000962d551d6269edda97e5ff94586c84514f8cc7de1b50e 1,749 1.00/1.00 vMB 25
616,904 616,904 0000000000000000000d8fc9184374dfdc808fc5a7e3409d9e42ed06a5a002ab 2,494 1.00/1.00 vMB 28
616,903 616,903 0000000000000000000b8369116e8168ecd130c9dcc44e6d10c5dcb92cb45547 2,806 1.00/1.00 vMB 27
616,902 616,902 0000000000000000000cdb8e560dfaa995928e2621fdb85e017996093baa87ea 2,944 1.00/1.00 vMB 36
616,901 616,901 000000000000000000025ad6dccc7192e070961b1dc011edb653f43765ba8888 1,254 0.55/1.00 vMB 18
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.