Loading Tool

Explorer IconExplorer

Memory Pool

80,239 transactions
29.64 vMB
0.08929809 BTC
Random Selection Loading Transactions
Max Size: 179.85/200 MB

Candidate Block

Mining Attempt 51ea50cf950cb2e63709201a3e050bf7f7b1a24f8fa9d6c412fe4f18531fce2c
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 6b1dde644e44dd1541505f989f16532ce9f20474afaa51cc02bdbdc180d40684
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,894
Size: 1.00 vMB
Total Fees: 0.02366522 BTC
Feerates: 90.00 > 2.37 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (246,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
668,738 668,738 00000000000000000009e66f8d18c2aa71ae1250429961afda42a310a7f50cb6 2,926 1.00/1.00 vMB 31
668,737 668,737 00000000000000000004e1bedcbd2be0dd4b03b3922d303a8350810e16cca891 2,538 1.00/1.00 vMB 73
668,736 668,736 000000000000000000038c2baac4eb4861359246511182c4376cbd5d487964e2 2,638 1.00/1.00 vMB 61
668,735 668,735 00000000000000000001fd0ccb6b8cedace62ebcd1c08d09f509f2eb5458f204 2,269 1.00/1.00 vMB 99
668,734 668,734 0000000000000000000ca4fd48acd4ec16d9b1d8a4dd43ad6a000dc29cb6a042 2,683 1.00/1.00 vMB 134
668,733 668,733 0000000000000000000162cf3e88274c1168195dc7be76aba6576f570826c417 2,835 1.00/1.00 vMB 105
668,732 668,732 00000000000000000000d94ae458d70304ec825e51f73786709cdd9dc3b00e85 2,709 1.00/1.00 vMB 134
668,731 668,731 0000000000000000000b3b1723b233c1b9ca28a014663ef0353d6136f575faa0 1 0.00/1.00 vMB 0
668,730 668,730 0000000000000000000cdc3480716ca9e93115a13711d1ef2358a3402613b8b4 2,904 1.00/1.00 vMB 53
668,729 668,729 000000000000000000010c4b1cdbeb50d5f273e85ba20943d9a6cf1e205d05ba 2,705 1.00/1.00 vMB 110
668,728 668,728 00000000000000000005224f59b0bed4441e2ea118685acf0ecdf78f3a39a228 2,640 1.00/1.00 vMB 101
668,727 668,727 00000000000000000002ab4a7176103f8cde102d22db22b69c38d391c359430a 1,895 1.00/1.00 vMB 51
668,726 668,726 00000000000000000000c61e8476dfdb4685816bc41779d56ee5025030a5b3a2 810 1.00/1.00 vMB 122
668,725 668,725 0000000000000000000c7a667cb3bca3b47502615a7852c9687269b8dca0cbb2 2,589 1.00/1.00 vMB 121
668,724 668,724 00000000000000000001ed2650c47ae2504dda4762766162ee95aa770f09119d 2,371 1.00/1.00 vMB 83
668,723 668,723 000000000000000000090832b7e3e876c9d2954d59ddcb80d572f84c59765e2b 2,051 1.00/1.00 vMB 51
668,722 668,722 0000000000000000000d1e068d95cdf4ceb1966f05b6916bc56eee59e1fe395e 2,156 1.00/1.00 vMB 32
668,721 668,721 00000000000000000004f566e38761766c8d53e49c801ca14ee807ef9b18171e 891 1.00/1.00 vMB 41
668,720 668,720 0000000000000000000263136f3a3329bf3af2f4795e66015e71308be68e6cd7 2,784 1.00/1.00 vMB 87
668,719 668,719 0000000000000000000d24b888793fcefbfaea5ff0a4e46f5fc93dbcd9360179 2,921 1.00/1.00 vMB 119
668,718 668,718 0000000000000000000b0da33e18836e0a3eb09c2e87b6b2ba45957a7b0d759b 2,659 1.00/1.00 vMB 97
Previous 10 blocks ↓
Total Size: 782.63 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: 672.33 GB
    • Received: 16.20 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.