Loading Tool

Explorer IconExplorer

Memory Pool

80,316 transactions
29.87 vMB
0.11797234 BTC
Random Selection Loading Transactions
Max Size: 179.82/200 MB

Candidate Block

Mining Attempt aef37b5a2b5e011b3d7924e0378b88ef3ef0dcf253f89a23358e339b02ec51f0
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 720773a5da2c54b6d9584bbdf5e8d1c0357ccabd3ebc5f26bc475d5cf4f445c3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,596
Size: 1.00 vMB
Total Fees: 0.04872322 BTC
Feerates: 169.80 > 4.88 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (246,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
668,717 668,717 000000000000000000084aef31a389fa73856597fc25cdbaa07c65d0ad5414f4 2,125 1.00/1.00 vMB 119
668,716 668,716 0000000000000000000a9787a6f937b1d5866ea6a1a53529e6d74d33085b9abd 2,945 1.00/1.00 vMB 141
668,715 668,715 0000000000000000000248d5d00840f582c0e75c960cbfa60e57e9aaa945af57 1,521 1.00/1.00 vMB 116
Previous 10 blocks ↓
Total Size: 782.67 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: 673.15 GB
    • Received: 16.42 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.