Loading Tool

Explorer IconExplorer

Memory Pool

82,626 transactions
30.44 vMB
0.12205609 BTC
Random Selection Loading Transactions
Max Size: 184.20/200 MB

Candidate Block

Mining Attempt 53dc43c6ecb36c3d58e1a248f7b0624037061e40cca5215a5c77cc8cec60228d
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 268b2353fc7f9c4b51f3d879ab7a3520add0e57bec00265c74417ea5ced290d7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04294424 BTC
Feerates: 150.85 > 4.30 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (651,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
264,095 264,095 000000000000000bbb49db68b79ecc8393376d78272d237bb612288af64c1de8 248 0.14/1.00 vMB 76
264,094 264,094 000000000000000a6dc7e2e16caf8b4fc10f3c21032e8996c2b97ff9451a94b6 60 0.14/1.00 vMB 60
264,093 264,093 000000000000000310f65b246c5a59a1b2de80e4cccf95eaa4f33fef3959d3a7 50 0.02/1.00 vMB 109
264,092 264,092 00000000000000117fbef5e3b73f6f8c3853e69500651b433170cacb86bcab46 143 0.07/1.00 vMB 38
264,091 264,091 0000000000000013fd2e3b27cdced0ff9a0967bb77904e9d9a207142013ee2db 391 0.20/1.00 vMB 89
264,090 264,090 00000000000000102a7ba5525c92d9da2e1861522585ca928b3067ca4c6827d9 6 0.00/1.00 vMB 96
264,089 264,089 0000000000000009598be4a2f14ff7a0f4948dd47f092e209634401c820260aa 179 0.09/1.00 vMB 94
264,088 264,088 0000000000000013ec5b6b6ebeba1b3ec8585426fdab678e273fba72cee89c05 485 0.20/1.00 vMB 127
264,087 264,087 0000000000000006be70994b5bb90a45376abdb5a05f17a76a858d630a0c0bd4 69 0.12/1.00 vMB 11
264,086 264,086 00000000000000164fc3a327933ff61b61ce9f522c2275001605f6fcde803036 546 0.25/1.00 vMB 121
264,085 264,085 0000000000000002bbf304ba17df2c334f28b4aeb7a09c8c6ccc70d4e43c5b47 198 0.16/1.00 vMB 63
264,084 264,084 0000000000000015e1d0d782b4dc0f8e2f098d0396cf85ca1893c0e6af338a43 179 0.08/1.00 vMB 60
264,083 264,083 000000000000000d4191358ed8fe2005d2b2232ed771b0a4309fa101d0f272aa 321 0.19/1.00 vMB 89
264,082 264,082 000000000000000fdca1dd3d281f0e53123acdb50d02104e972aa623e465ec7c 398 0.17/1.00 vMB 105
264,081 264,081 000000000000000ecdac45dadfa1f1470b659d054029393f45e6e289256598c9 76 0.03/1.00 vMB 115
264,080 264,080 00000000000000102b54cdbfae4ff3f49587dac752aa05c782d52a2bcbccb1c3 144 0.08/1.00 vMB 80
264,079 264,079 000000000000000e8057d2c6a04acdc34c119a6b9af65142929b1fa694b9ba6d 114 0.05/1.00 vMB 92
264,078 264,078 000000000000000ce46fa7d22a3841821f6fb2d384c608c6c538c9420267e0a1 14 0.00/1.00 vMB 104
264,077 264,077 0000000000000011133b51adc0cb1777dde746484912cacfda372a73c0d0659e 145 0.06/1.00 vMB 82
264,076 264,076 000000000000001513c791b6d9b03316ad66f6f4ee0ab1a68e20cbdbca5cc9cb 94 0.03/1.00 vMB 120
264,075 264,075 00000000000000000c4a13b0ac8d9838c98228b1011d9ac3936f84470b34fdb0 36 0.01/1.00 vMB 151
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: 11
  • Data Transfer:
    • Sent: 672.36 GB
    • Received: 16.21 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.