Loading Tool

Explorer IconExplorer

Memory Pool

67,932 transactions
25.94 vMB
0.06285397 BTC
Random Selection Loading Transactions
Max Size: 156.01/200 MB

Candidate Block

Mining Attempt e724ade99ba6e4ba761db8de1846d58baa2e90d15f91527ae238731fb7b87b64
Version 20000000
Previous Block 00000000000000000001d78f9a04771d177c8305f36bb59adf1b3d58d4ddf6ca
Merkle Root 36db6e5f126d77defe443e68ff4cf42261d5b601844438f632f761709132658e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,633
Size: 1.00 vMB
Total Fees: 0.00798224 BTC
Feerates: 60.03 > 0.80 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,514 (784,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,062 131,062 00000000000004f4345f7e7e2cafbdeab0d8424db51790dbe6c8fe412e2d32d2 128 0.04/1.00 vMB 271
131,061 131,061 0000000000000c05f6cf4960ea3b0fabd5120badf64835b4a6c508c906dcbf3a 66 0.04/1.00 vMB 1,104
131,060 131,060 0000000000000b72a4538c44134c861f93eaeacbe805ed6db3c3c3d092a616a4 30 0.01/1.00 vMB 475
131,059 131,059 000000000000130df75cecaf01d945b788c6cb7a2a5b8a254cdc32d54dbcdbdd 1 0.00/1.00 vMB 0
131,058 131,058 0000000000000840a3d2cb34b2d8a487e08772a12010b057afcfd5ac78ebad98 9 0.00/1.00 vMB 964
131,057 131,057 00000000000001ced2f3c8e6c8dd5353663120b469cc017746272a710299d6ad 8 0.00/1.00 vMB 1,536
131,056 131,056 000000000000118d73ff8df3309a32479e8eadda49293b1f8e7e9f3f71238464 11 0.00/1.00 vMB 1,282
131,055 131,055 000000000000061576b093abe003f3aab2eff250792d8afe202b1bbe707c1fbd 150 0.04/1.00 vMB 292
131,054 131,054 000000000000085a739c66dc03c2b412cdf54f00b68b56c67014963672f168fa 176 0.05/1.00 vMB 67
131,053 131,053 00000000000001ee8fd0af6c6ce43e1786f786f3a6476f3d95f9f3aca0750aa0 81 0.03/1.00 vMB 971
131,052 131,052 0000000000000f42edfb387e757d54293c772d6cd5b881dee16387061c03598d 29 0.02/1.00 vMB 1,880
131,051 131,051 00000000000002659a370f3ae00279e528d577d01339b1cc8f8348e979f0da4c 13 0.03/1.00 vMB 661
131,050 131,050 0000000000000dcc2138a3eff5621b574f5bf4d7e007c0d4bd28b1a026cbbe80 50 0.09/1.00 vMB 1,259
131,049 131,049 000000000000003f112e5862b309f1efc0155f20e006b1dcf56f054b23de470d 1 0.00/1.00 vMB 0
131,048 131,048 0000000000000d683b1c7b9a514c5bc23e94616b7d27e5d0732b72872e4e8ec3 110 0.05/1.00 vMB 107
131,047 131,047 000000000000024ba4291ae89380eb484acdcc633d18b2b33f207af102327426 27 0.02/1.00 vMB 365
131,046 131,046 00000000000003bb49e96d2515b614ddd95fa9b28d842cacb0c05308ebb4f0a4 3 0.02/1.00 vMB 1,089
131,045 131,045 00000000000009dc7daa925ae8b881173e85a21c4eadcecd6d968b199f3ca972 236 0.17/1.00 vMB 1,147
131,044 131,044 0000000000000ca38127ed9df3e9d5bd527486984b88c81a5266915af537ae3d 22 0.01/1.00 vMB 657
131,043 131,043 0000000000000570113c4ab749b31216258950a45e56ec8310eedeaf185fa97a 16 0.01/1.00 vMB 1,769
131,042 131,042 0000000000000427984b49c8d4c496858dfecbd56e413caaea3768314459f248 26 0.02/1.00 vMB 1,179
Previous 10 blocks ↓
Total Size: 783.29 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: 766.52 GB
    • Received: 19.28 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.