Loading Tool

Explorer IconExplorer

Memory Pool

37,739 transactions
26.52 vMB
0.06080810 BTC
Random Selection Loading Transactions
Max Size: 135.94/200 MB

Candidate Block

Mining Attempt 2f3eb362e611f08d0e7bd90ac4c48ab6dd4b827214c5a7384039a644ed9d95bc
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root 21172c22b3999f91df961fe9b52d5c5f3d44823d9f83a7c86c3b4e528565f5f6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,617
Size: 1.00 vMB
Total Fees: 0.01153720 BTC
Feerates: 100.53 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (243,803 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
670,856 670,856 00000000000000000001eb0265164b1018edac2905e8559cca2274a3086eda1f 2,400 1.00/1.00 vMB 117
670,855 670,855 00000000000000000006a91092f5599afafa04775bb3d01e4cb4319bfa6c8053 3,051 1.00/1.00 vMB 135
670,854 670,854 0000000000000000000c0de61774271b485c7eead5510ef0d45e77bfcd5edd45 1,145 1.00/1.00 vMB 108
670,853 670,853 0000000000000000000738b09132e21b1a9c5fb9e52667cd264dc2f4a3d8d7ae 2,426 1.00/1.00 vMB 105
670,852 670,852 00000000000000000007a903af48e103b48458cabc15577a0fc3476a899d2501 2,440 1.00/1.00 vMB 125
670,851 670,851 00000000000000000006d3132bbdf132ed0ea40d01f2cbde157ce0bd60fbafb0 2,271 1.00/1.00 vMB 119
670,850 670,850 000000000000000000058b0392acad50a141c980a0137fa381eed4bb9da2266b 3,238 1.00/1.00 vMB 131
670,849 670,849 00000000000000000007d284fb11be7e6adcc81d05177f05ff5ba6b906f151d2 1,881 1.00/1.00 vMB 122
670,848 670,848 000000000000000000069716b33a2780e51de3c862692dc3ea4171a4716e96b2 3,121 1.00/1.00 vMB 86
670,847 670,847 00000000000000000009830788753780c8fe72d98e6ff75f7312d613e0ce9f30 2,060 1.00/1.00 vMB 92
670,846 670,846 00000000000000000003b6a65ad8b06ade672dee5ea14dc73315f7e17993d53c 2,776 1.00/1.00 vMB 114
670,845 670,845 000000000000000000028d2386c3494933d7d26bee1d74db9e3eff7445e4ca52 2,909 1.00/1.00 vMB 126
670,844 670,844 0000000000000000000a16c56bb06ff839998b00a7bd3d5ecfe6a59cdde414a1 2,748 1.00/1.00 vMB 135
670,843 670,843 00000000000000000000590afef177dca25b9212e919506cccebd55e25fd9167 2,704 1.00/1.00 vMB 107
670,842 670,842 0000000000000000000cab15426be853aeebdfc6a39636decee7151b3853b49f 2,845 1.00/1.00 vMB 111
670,841 670,841 00000000000000000002e31a1e82ea5916b5f669ba3f5a157585b60ded26a6f5 3,016 1.00/1.00 vMB 105
670,840 670,840 00000000000000000002d3373b98856d58605b270ad967dbe52acaa9549ac49e 2,682 1.00/1.00 vMB 96
670,839 670,839 0000000000000000000cb0e4125747098a5963e92098e44a3cb23a0fbcfcb55e 1,766 1.00/1.00 vMB 102
670,838 670,838 000000000000000000088e15d0f2f3e536ebb47190954c587deb827b68d5b430 856 1.00/1.00 vMB 113
670,837 670,837 00000000000000000002a7ef8b7f66f2ad88855024d54ad47201dd7fef569e51 2,376 1.00/1.00 vMB 124
670,836 670,836 000000000000000000019290c315d7ef64c2c6bb5d248bd6d34d04e39eb22d4a 3,177 1.00/1.00 vMB 123
Previous 10 blocks ↓
Total Size: 781.79 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: 633.63 GB
    • Received: 12.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.