Loading Tool

Explorer IconExplorer

Memory Pool

76,245 transactions
28.43 vMB
0.06536886 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 62d5b617cbdfb502436bd65316cd7b59e940eac9998c912f1621f2d6408ca0f8
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 5ca8744c2f9c67b0e0383f2f91a9d858c0c93d47b684f5f2a99e8529ecb052c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,478
Size: 1.00 vMB
Total Fees: 0.00643803 BTC
Feerates: 71.79 > 0.65 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (319,094 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
596,066 596,066 00000000000000000012d767723c60771809966a9b3f081fad2bbedbdf3a345f 3,449 0.96/1.00 vMB 16
596,065 596,065 000000000000000000025c37bb3cdb0beeb30d567247ce82480ccf16f083f198 1,417 0.44/1.00 vMB 16
596,064 596,064 000000000000000000067bb66a3e807b827e73ba9fa5a9c05d4dcdc857962d2f 1,876 0.64/1.00 vMB 4
596,063 596,063 000000000000000000099fe695cff10da8a9bad880ce66bdd456b4c828b98acc 1,412 1.00/1.00 vMB 9
596,062 596,062 0000000000000000000d2bcacc3bc9244e931bd75d947a6ac3bbcea4103a72ec 1,421 1.00/1.00 vMB 11
596,061 596,061 00000000000000000014c6bba07eb65d63aee00cba86a2e4030e6f0f5aeac80c 2,407 1.00/1.00 vMB 10
596,060 596,060 0000000000000000000717af4c4d10adf6230ab03720811e79a688e13bc3770f 3,193 1.00/1.00 vMB 44
596,059 596,059 0000000000000000000120a8ce1c33c8e5792f870d069e3bcf8eda13b71e3cd8 1 0.00/1.00 vMB 0
596,058 596,058 0000000000000000001543c2cad686c50b074ba7eb80059edd40502edad8ffa4 1,324 1.00/1.00 vMB 11
596,057 596,057 0000000000000000000e769483853f0b38d533860c345d9481889e960b7612b6 1,595 1.00/1.00 vMB 15
596,056 596,056 0000000000000000000cb47298ba0dcafa6104f7689692b1e27ca3ee64803d4d 1,633 0.58/1.00 vMB 15
596,055 596,055 0000000000000000000766b000062cf8c7578ac388500ed84a412aa4e3e51942 1,485 0.97/1.00 vMB 10
596,054 596,054 0000000000000000001128d0fa68013b04f5c92dd6034ea4bdcf305f8710b050 1,864 0.66/1.00 vMB 14
596,053 596,053 0000000000000000001678dedb2d14eec95f44ea7c003ec2fa50f0b7356763c9 304 0.09/1.00 vMB 15
596,052 596,052 00000000000000000015b4f14fcea0ae6d1b7fcde4290e221e2c5cc1bd328376 1,319 0.37/1.00 vMB 21
596,051 596,051 000000000000000000040a2c41ce3930e7f6fa8bcebb0e08418810e755ebd8e7 1,167 0.42/1.00 vMB 21
596,050 596,050 0000000000000000000c3e3ee58d638cb6b7616efa34d18bee4a23bcf986593a 898 0.25/1.00 vMB 14
596,049 596,049 00000000000000000008364f283a864dd385decba2c48b74965f50fa3f8077de 3,273 1.00/1.00 vMB 16
596,048 596,048 0000000000000000000a3801f07d67bfef118c896a476b6785f698915a02240d 3,059 1.00/1.00 vMB 20
596,047 596,047 0000000000000000000d3d97b9a8ed485bc0cebb0ae1fe6297126054da5d8da0 3,176 0.97/1.00 vMB 14
596,046 596,046 0000000000000000000f3b933cc9414bb3b2d874a8163034a725e176843ae66a 2,725 1.00/1.00 vMB 21
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.13 GB
    • Received: 16.40 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.