Loading Tool

Explorer IconExplorer

Memory Pool

41,804 transactions
26.83 vMB
0.06140349 BTC
Random Selection Loading Transactions
Max Size: 140.60/200 MB

Candidate Block

Mining Attempt 950ebdb6fe09ffcf2baf8384f4a380bed492d7ac201166cc0b2b0d34fe4feef6
Version 20000000
Previous Block 00000000000000000000d4a518e70dcf6645c40c788678282cd7f9e240afc9e0
Merkle Root 67b68aa51c07c9b3f86dad289467b747a024a302da0b7ac2dcc4314dd5e1b98f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,157
Size: 1.00 vMB
Total Fees: 0.01169508 BTC
Feerates: 60.14 > 1.17 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,912 (127,111 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,801 787,801 000000000000000000053331cac44b38d153c0ae984b9526db441e15200e1e2d 5,067 1.00/1.00 vMB 48
787,800 787,800 000000000000000000034fe4176326c04eaa0e25d84b42b9065672da98cee12b 4,239 1.00/1.00 vMB 58
787,799 787,799 000000000000000000021c86a2330bd1f541d386294330cc6c6bb75ec4d7e2bc 4,349 1.00/1.00 vMB 47
787,798 787,798 000000000000000000023eebbf229fe6f1f1993c0db45d9d9c3dff70b13a404f 3,910 1.00/1.00 vMB 57
787,797 787,797 0000000000000000000034b50ab70ae12b453785b8c8e61fc8770a39092a1e2d 4,542 1.00/1.00 vMB 51
787,796 787,796 000000000000000000028916104acc91522a139d9f44e84b1beff854cdeefdce 3,124 1.00/1.00 vMB 50
787,795 787,795 000000000000000000004b52c1c7db6ba2106c6ee26a108cffd7121f913eb7c2 3,681 1.00/1.00 vMB 62
787,794 787,794 000000000000000000039ae00d69bb5b9ab80aba2f5c219262fdd3bea0017c5f 3,731 1.00/1.00 vMB 34
787,793 787,793 00000000000000000003bf3afc54f01551642ca2394c68b2ff1b2797a41ae234 3,734 1.00/1.00 vMB 32
787,792 787,792 0000000000000000000350a4513201d14a47dd684c5f972b282c9b2ead1b13bb 2,929 1.00/1.00 vMB 25
787,791 787,791 0000000000000000000104fa393686904e1ab036ec07618c7c1e5c7c6b4f8fb4 4,266 1.00/1.00 vMB 34
787,790 787,790 0000000000000000000128d1d175c6f5f80794d9ad714b85d62f8e61169bfee7 3,028 1.00/1.00 vMB 24
787,789 787,789 0000000000000000000046583dd0d6d9fdbd82ca34b68de238fc2ef77accb97f 4,401 1.00/1.00 vMB 40
787,788 787,788 00000000000000000002748c2faf9422823abcf3351d5d9a6706c2dc430aed04 5,012 1.00/1.00 vMB 46
787,787 787,787 000000000000000000021024a5b956d03c4ebf838c7ada5cce315300d7002c5d 4,754 1.00/1.00 vMB 51
787,786 787,786 000000000000000000046139acdafaf1bf42f03898aa66e3c92de6fc50f586aa 4,143 1.00/1.00 vMB 36
787,785 787,785 000000000000000000019f53a0c8640b8dd42183726dd764bc43428364e58c30 5,248 1.00/1.00 vMB 47
787,784 787,784 0000000000000000000451238bcf36898a410002e3fb19d21ae7d6ca4a90d617 4,804 1.00/1.00 vMB 49
787,783 787,783 00000000000000000001d3e2ee5afe18351e0dba6cfeb971cba0d2a32ed7cfe8 4,205 1.00/1.00 vMB 49
787,782 787,782 00000000000000000004563467b0471fe8ebba58d0b23c858867129e7ecd9d2d 3,970 1.00/1.00 vMB 44
787,781 787,781 00000000000000000002e4806a7038e8bbb8b465f129b34a84713f6963023122 4,235 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.23 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: 655.02 GB
    • Received: 14.23 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.