Loading Tool

Explorer IconExplorer

Memory Pool

36,850 transactions
25.97 vMB
0.05430071 BTC
Random Selection Loading Transactions
Max Size: 133.33/200 MB

Candidate Block

Mining Attempt 056f1c549ba85791cbf69e0ffb4f3a76e7c2f67230a810a3134b64f663735998
Version 20000000
Previous Block 000000000000000000002d05d6b44ad40f04c8763a38c5afbba07e4fafa201d8
Merkle Root a81ff3a105f943211f39bba5eed533bafa57b07c1f1fe398f91cc9735bc9d49c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,994
Size: 1.00 vMB
Total Fees: 0.00655818 BTC
Feerates: 100.29 > 0.66 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,672 (116,279 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
798,393 798,393 00000000000000000002b6a1c0ea98be43fba02be8cdfe6ee6fdf23d5cd223a6 2,316 1.00/1.00 vMB 11
798,392 798,392 00000000000000000004665aa3e90046eef07ea9676bff93a2d56b86ed253ccd 2,798 1.00/1.00 vMB 16
798,391 798,391 000000000000000000022dfb239d9a717a9204d882e5243eeb4422eb35d0789d 1,259 1.00/1.00 vMB 14
798,390 798,390 00000000000000000002156c1e85d9b12172d31af2db26e1164c9029cff35c17 2,983 1.00/1.00 vMB 20
798,389 798,389 00000000000000000003bf2b8b82c4f3280551ddb714ec4b16962a0314bd5bb5 3,644 1.00/1.00 vMB 23
798,388 798,388 000000000000000000051f691c62b70c11a7003de961e1048327dcd337ad586d 3,523 1.00/1.00 vMB 13
798,387 798,387 00000000000000000004ee895dd17b3fce503237658a90ba15fba9e8a1dbfca8 3,134 1.00/1.00 vMB 12
798,386 798,386 00000000000000000005314bc04a2e0be10f51d7dc1c086055d088b4dba23f26 2,815 1.00/1.00 vMB 12
798,385 798,385 00000000000000000004c4334f36518680214d6831cb6f2812045aa657267199 2,487 1.00/1.00 vMB 14
798,384 798,384 00000000000000000004ab90c58c644dff51755248a995191dbf579efb7c7bd2 5,249 1.00/1.00 vMB 8
798,383 798,383 0000000000000000000267756f3a18d71a1d081425db6610107155d858933cea 6,132 1.00/1.00 vMB 5
798,382 798,382 000000000000000000013fad60c529e6b93f3d5a4814b10f5d01c5913fe82264 2,731 1.00/1.00 vMB 7
798,381 798,381 00000000000000000004ab23185629f611c9102f480650290d1b22e5d4e434fa 3,683 1.00/1.00 vMB 18
798,380 798,380 000000000000000000023db909373fd4ff37889f467f6e5a4e81b5a06f324992 2,474 1.00/1.00 vMB 18
798,379 798,379 000000000000000000049f8bdf8c12d0a7dfa241a1209a92ef3cda5ab7743dfb 4,358 1.00/1.00 vMB 6
798,378 798,378 000000000000000000016e4b36d9b4df3e0533290ed00a9320929fa14549c201 2,708 1.00/1.00 vMB 9
798,377 798,377 00000000000000000000bf4a086f8b0211515e5e6263e8dfd6b520df9e983e3c 3,825 1.00/1.00 vMB 18
798,376 798,376 000000000000000000039021fb2b9ba155524732ce2316bf96e8c2bb33ea6024 2,558 1.00/1.00 vMB 11
798,375 798,375 00000000000000000002adff8c4a29c043fb2e30a91b16f5d24a990753f93618 1,916 1.00/1.00 vMB 15
798,374 798,374 000000000000000000028f6f91aca798a50d59403be15ef12b49774fc89821e5 2,830 1.00/1.00 vMB 19
798,373 798,373 0000000000000000000268400dfebeb3e69c7433c20849f3ddf263a89c9fae80 3,457 1.00/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 781.81 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: 635.14 GB
    • Received: 12.29 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.