Loading Tool

Explorer IconExplorer

Memory Pool

97,501 transactions
25.53 vMB
0.06759572 BTC
Random Selection Loading Transactions
Max Size: 172.31/200 MB

Candidate Block

Mining Attempt 3b435171d31e0406235e523601e657be871ab17aff795654518b455f21eddad7
Version 20000000
Previous Block 000000000000000000017590cae238dd765f7ca3d7ddb4ea46d35094013b178f
Merkle Root 21bb075203a0b0993c97d984a4e97b642313726b07a54b74ebf38cfe8e9b1aa0
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,569
Size: 1.00 vMB
Total Fees: 0.00654372 BTC
Feerates: 85.10 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 916,078 (856,719 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
59,359 59,359 000000000ec1374bdbf2dbd909cb3582209ed4c445aa60a64332bfa9934bd450 1 0.00/1.00 vMB 0
59,358 59,358 00000000080321c06a7373eec2d997b40d5d2410cafc9ee22a8d763241434eee 2 0.00/1.00 vMB 0
59,357 59,357 00000000078dfa5fcc033379958e4e99f88f7780ddbc5f21508cc164d9d2de9e 3 0.00/1.00 vMB 0
59,356 59,356 0000000000d47847eda19455263a30c5424d372e282f276f6d68c7766d40a0c4 2 0.00/1.00 vMB 0
59,355 59,355 0000000007b34f7eacd2e506539fb6de620bb322362ccc8a08d8ac11ae11462e 2 0.00/1.00 vMB 0
59,354 59,354 000000000c25fd53a4dfc43b48f38300e341c3b0fd4e9f8e8a45de1ec74c820d 1 0.00/1.00 vMB 0
59,353 59,353 00000000067bac0bb65d587d423ba8cdcb2c579f4e0c0f2ad0a63dd18a8803ff 1 0.00/1.00 vMB 0
59,352 59,352 0000000004663be54e917cdc3ff23b84169e1fc270462025a8ba6108e9c18892 1 0.00/1.00 vMB 0
59,351 59,351 000000000554c2779b60744d91bc6ac9bfd3f20f71fe5122db2b571e249fd0e0 1 0.00/1.00 vMB 0
59,350 59,350 0000000005fd6fd9fa6a4fa5dd8d1b23ced0792e4458506efcee8c64312379d3 1 0.00/1.00 vMB 0
59,349 59,349 0000000001ec9a957d8a93aa2fad8fd8912fc6f308ddcef0b4d6245543b60a4c 1 0.00/1.00 vMB 0
59,348 59,348 0000000003cbc55926d1d3579bbcef1899e01152188f2c1e03945dc42cb1748d 2 0.00/1.00 vMB 0
59,347 59,347 000000000106880041d25c6afbb0e009d2c3cc7f9a717341723b7eb84321e2e5 2 0.00/1.00 vMB 0
59,346 59,346 000000000c410b4078485a190424a578ffe8951e876c6a340fcaa1bd6b61f01d 3 0.00/1.00 vMB 0
59,345 59,345 000000000339ab279858b643b1d46d7cf59c3fe71ccca93043ff42d6972a1f27 2 0.00/1.00 vMB 0
59,344 59,344 0000000005c6272d610d70565f49130408182478bdad8a1cc978fc7ae54e576c 1 0.00/1.00 vMB 0
59,343 59,343 00000000057663c8c67c5b170010d479b30ceecc7dc56141adae89acbfa3b53d 1 0.00/1.00 vMB 0
59,342 59,342 0000000008b91385a5155adf27487a61fa2880f0529c92d6b3c7ec5b93bd03a2 1 0.00/1.00 vMB 0
59,341 59,341 00000000074a1fb049e729adace03dd6527744811f75b5f2f97e48832bf427d6 1 0.00/1.00 vMB 0
59,340 59,340 00000000003e37e465ecb767ead06e8349bd13cf68d41ae0c14097ebebc791ea 1 0.00/1.00 vMB 0
59,339 59,339 000000000a8d94a80e1b33daef1d168e17313aa292eb9b583cc74e25820a01ec 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 784.26 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: 814.72 GB
    • Received: 24.00 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.