Loading Tool

Explorer IconExplorer

Memory Pool

25,499 transactions
26.65 vMB
0.05498159 BTC
Random Selection Loading Transactions
Max Size: 127.58/200 MB

Candidate Block

Mining Attempt 967cd982035f185edcd1c603e348cffac3b735f9dc49e533d75e72932b541094
Version 20000000
Previous Block 00000000000000000001f153be8400a938169c22122f44526eb6818272e825e6
Merkle Root 8cd95f2f6e7023388d377e2f97f7d7e39622344dd3996edc085dbaeb073742c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,744
Size: 1.00 vMB
Total Fees: 0.00522775 BTC
Feerates: 73.20 > 0.52 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,496 (453,658 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
460,838 460,838 00000000000000000220a36fa9927614267662314d29b0a78edbdb3727d85f57 2,509 1.00/1.00 vMB 149
460,837 460,837 0000000000000000013957651b1919173af6164f1bd998946bce1f2c5edd1ad7 2,429 1.00/1.00 vMB 175
460,836 460,836 0000000000000000019bf699066c0f8ff1976d31833ebfb0e58da37bdb9e72a4 1,992 1.00/1.00 vMB 164
460,835 460,835 000000000000000001a8334874ebda7b61b7bb829caf7bc7210d395ba7e83981 2,613 1.00/1.00 vMB 218
460,834 460,834 000000000000000001ef74baab6fabd88a931fff90f55930b6ae56b3e27e0040 2,406 1.00/1.00 vMB 150
460,833 460,833 000000000000000002060c5400dec520729fee2ff9aa496b1af7c4db2d66fdd0 1 0.00/1.00 vMB 0
460,832 460,832 000000000000000000e598a596dd3314e1c04b6f71a03fee1715acdfefa59850 2,165 1.00/1.00 vMB 152
460,831 460,831 000000000000000000c3bda2ff94913aae5b11d330f98ef58e8e04b7f20a0b4b 2,663 1.00/1.00 vMB 202
460,830 460,830 000000000000000001a0b9ac7b0c14ffd735c2e0930f6d0d6cfee812dfa3f9d6 2,581 1.00/1.00 vMB 161
460,829 460,829 000000000000000001f5b8b98984353d1d739444aecb466b879cd0d84ae90177 2,387 1.00/1.00 vMB 194
460,828 460,828 000000000000000000d92e79b57e02827314bbc28b28c8057f69e8b34b2c97aa 2,055 1.00/1.00 vMB 109
460,827 460,827 00000000000000000138348904f63f129ed18335e67572e63050f358ea600e37 1,354 1.00/1.00 vMB 88
460,826 460,826 0000000000000000001fe465ad8ab60fa26d2ddc4444f6743e698850f4e24d88 2,494 1.00/1.00 vMB 131
460,825 460,825 00000000000000000097f31b05d3e48efc5ef2dfa50ab9cc0996d03223141e0a 1,835 1.00/1.00 vMB 156
460,824 460,824 000000000000000000d64e35a6e3b8b1ab338cf458e7b5362b015aedcf895892 2,541 1.00/1.00 vMB 162
460,823 460,823 00000000000000000056aa877be4561cf2f305926a17020695a119c00040ffe7 1,877 1.00/1.00 vMB 136
460,822 460,822 000000000000000000621e276055b063fd95aed7259a07a72c76e236e5cff495 1,822 1.00/1.00 vMB 146
460,821 460,821 000000000000000000b58ac6bfcde836f131a5293ca96b7ed9bfec8129e51f42 2,411 1.00/1.00 vMB 179
460,820 460,820 000000000000000001d9dfc3ca84956dd9a30ee975aa74c58fc99853da997746 1,988 1.00/1.00 vMB 143
460,819 460,819 000000000000000001c4e5402281ed2a9f3322df8e62ae27c4574f38a99bf41d 2,515 1.00/1.00 vMB 224
460,818 460,818 00000000000000000135d4b946359c393fedc1f98ef05cd1e747c134df85354a 1,194 1.00/1.00 vMB 92
Previous 10 blocks ↓
Total Size: 781.49 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: 611.93 GB
    • Received: 10.93 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.