Loading Tool

Explorer IconExplorer

Memory Pool

82,670 transactions
32.39 vMB
0.07117953 BTC
Random Selection Loading Transactions
Max Size: 191.68/200 MB

Candidate Block

Mining Attempt 014d8a674a0e365c2bccaae24b1195f05278698e19a7b4cd2e7e6bc3763a9996
Version 20000000
Previous Block 00000000000000000001daf3c926b35e52b7cc6cab46817fddb39625d856b12d
Merkle Root b069a67d955d182b6f3f8a39307304cc98776beac0a463330780426f46afcdb0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,101
Size: 1.00 vMB
Total Fees: 0.00745011 BTC
Feerates: 203.60 > 0.75 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,946 (250,195 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,751 664,751 000000000000000000035775482ad6ac24f1c46f7aaaef0d610e3468e266198c 1,416 1.00/1.00 vMB 27
664,750 664,750 0000000000000000000333d46dc9a113468361b14cd005384dae8dd5451617af 2,587 1.00/1.00 vMB 24
664,749 664,749 000000000000000000034da46b2a84cc3702f5ffdfb9f346a2b28a4cc0c2aa43 2,134 1.00/1.00 vMB 51
664,748 664,748 0000000000000000000ef53970d90d7151bbce2827f7e060a5f5177b2e4354df 2,146 1.00/1.00 vMB 55
664,747 664,747 0000000000000000000abc827bde785fb265150a186629f7ca7682c256821c0d 1,862 1.00/1.00 vMB 45
664,746 664,746 0000000000000000000b1e791b85f7533eeb37a296bb4cd1a70b7d195c8f6f01 2,168 1.00/1.00 vMB 21
664,745 664,745 00000000000000000009de08d525e4b1c4bbabf14df52359222cd505fb25ab30 1,250 1.00/1.00 vMB 78
664,744 664,744 000000000000000000098dfadc9c30ab0906726449286b5d7f23157a6dc271bd 2,102 1.00/1.00 vMB 31
664,743 664,743 0000000000000000000240c002b65b51e40d00b076bfbccea926783402f8f945 1,729 1.00/1.00 vMB 43
664,742 664,742 0000000000000000000b58ddb2f3bc3830d53c6263100d14f4ef1ef361438196 1,751 1.00/1.00 vMB 50
664,741 664,741 0000000000000000000858b15dc694aa4444219fe35fe209962f4f534fc582c9 1,951 1.00/1.00 vMB 30
664,740 664,740 00000000000000000005df94f7e79442d71fc82da9105c8f2c6869d58928004a 2,060 1.00/1.00 vMB 56
664,739 664,739 00000000000000000003e9fd295a8cda64ba0240f8431bc1952822b1b4be2df6 2,026 1.00/1.00 vMB 98
664,738 664,738 000000000000000000049eea1615be2a812cc4e07f549fd316f8bfb97efc9216 2,043 1.00/1.00 vMB 70
664,737 664,737 000000000000000000032005f507be0fe7a74722b798ffb51581c6f8c4c9a6c2 2,610 1.00/1.00 vMB 38
664,736 664,736 000000000000000000003355f4a6d8b90e018f38bc7fcf3054e5bcf1e9131b83 2,199 1.00/1.00 vMB 56
664,735 664,735 00000000000000000000d8de2e8cd2882a591d5ba7e38cbf2828189dda7e0c2d 2,327 1.00/1.00 vMB 66
664,734 664,734 000000000000000000000389540f5f673f046c3239c5c3e16a3f90156358d741 2,764 1.00/1.00 vMB 100
664,733 664,733 00000000000000000006b180d05628b2e45f5fcb7ea37d8a1263418e69911669 2,464 1.00/1.00 vMB 64
664,732 664,732 0000000000000000000bf3bf35fc6667edb6f02e1e72fb6b88bb5c003ec85839 1,911 1.00/1.00 vMB 75
664,731 664,731 000000000000000000075f8d9de52105c21849080d1e6266362368dbd17c8ca4 1,441 1.00/1.00 vMB 95
Previous 10 blocks ↓
Total Size: 782.29 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: 657.23 GB
    • Received: 14.50 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.