Loading Tool

Explorer IconExplorer

Memory Pool

51,193 transactions
30.12 vMB
0.25187632 BTC
Random Selection Loading Transactions
Max Size: 158.72/200 MB

Candidate Block

Mining Attempt 061d51d838253a17d6f8fdd4a8ab5c25b5ad909450316a82d1f434e60f2f304b
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root d501d4b8c577304c93236ba00aca43b4dd5e479dc051bd1ce976ea3af7ad1d6b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,694
Size: 1.00 vMB
Total Fees: 0.07943713 BTC
Feerates: 193.51 > 7.96 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (504,377 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
410,328 410,328 0000000000000000042d65425b33ccec87ff68476f8bb3c6a1f36551d0bc16f2 1,450 0.68/1.00 vMB 34
410,327 410,327 0000000000000000028986c87326a746a729ced52bcc0c999bde93db05ce755b 380 0.30/1.00 vMB 20
410,326 410,326 000000000000000001e65adfd1e484323778956b7898c6b0d16f1806beddf8a5 1,307 0.64/1.00 vMB 33
410,325 410,325 0000000000000000054c619a44426e68eef3d5eb349929339804c7e7e23e956f 1,756 0.99/1.00 vMB 30
410,324 410,324 0000000000000000046267a0200b1e8ad883159f80bd66e8a81c9f9e7e720734 2,319 0.99/1.00 vMB 42
410,323 410,323 00000000000000000411b1f4b14bf395b034195037d627a015afe48db13bcd6f 2,236 1.00/1.00 vMB 36
410,322 410,322 000000000000000003162e1964a1bcac0a406d97d4ddcb47c58b15e518dd3bdd 3,100 0.99/1.00 vMB 52
410,321 410,321 0000000000000000051c26491e8876de3f58063b95ae3787de2d6fce8f0ea2f2 240 0.49/1.00 vMB 5
410,320 410,320 000000000000000004f8d0840e208f5b025c84c171b493be939ad285dc8b3041 1,094 0.50/1.00 vMB 34
410,319 410,319 000000000000000001543ba25b664a8717e4a9cc9e1eb3cce74278017d875386 32 0.07/1.00 vMB 14
410,318 410,318 000000000000000003ddfeb1550e0a4eb3130b2b05d09fec0d6139bbed0709b7 389 0.33/1.00 vMB 30
410,317 410,317 000000000000000000986dd50cf90325b67eceb4ab6d1caa5cb4f3c28683ff1a 1,352 0.71/1.00 vMB 32
410,316 410,316 00000000000000000114bd7fc12b6e98925ddd04a9a29f653515bbdc82bfe83e 2,516 1.00/1.00 vMB 38
410,315 410,315 000000000000000001470b52df7bde74247f3d6406bd13f9c3d5aa375972b35e 212 0.55/1.00 vMB 12
410,314 410,314 0000000000000000016b603015a43c6421a1f1dbe5e00f2c5f2740edb5eae4f3 693 0.28/1.00 vMB 40
410,313 410,313 000000000000000005050b1a9814809271a44dda354065dead2d005c9127c764 684 1.00/1.00 vMB 19
410,312 410,312 0000000000000000023a9eb74c917fcba06248498e12322b0ab6eb3600a4a405 1,426 1.00/1.00 vMB 26
410,311 410,311 0000000000000000057a748bd88bf4136a6dae3e0f1f6b8c3992433bb289705b 2,349 1.00/1.00 vMB 59
410,310 410,310 00000000000000000301213b241b6409cfdb2d35dffda8752fabee13994819d5 899 0.75/1.00 vMB 19
410,309 410,309 000000000000000001478834ce946dc1f77859de3ac99c3ead17e60cacfa31d3 2,119 1.00/1.00 vMB 32
410,308 410,308 0000000000000000008ac084922dde1fffad839a61394226d9c2f4f7c201df7d 2,638 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.87 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: 643.96 GB
    • Received: 12.61 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.