Loading Tool

Explorer IconExplorer

Memory Pool

42,545 transactions
26.74 vMB
0.05438672 BTC
Random Selection Loading Transactions
Max Size: 140.56/200 MB

Candidate Block

Mining Attempt d0d951726bd4bceec4f359690df55aa1f85919ffa40d273dae09d3e13c0c7b40
Version 20000000
Previous Block 000000000000000000010403244fbca82ca36ab106bf72d752ba7a12fe1ad3cb
Merkle Root ad2165670d06f9cf77e98f95b380f428386351d64c4a480612cb4a16328f3c8c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,279
Size: 1.00 vMB
Total Fees: 0.00500986 BTC
Feerates: 40.21 > 0.50 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,919 (800,989 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
113,930 113,930 00000000000049689f985e811f1acd2ac5230e5c4d420e02df387aed940ca578 177 0.04/1.00 vMB 0
113,929 113,929 0000000000008b343636b7c06ce5524a8a9a4daf95f4b6dc545ae56c81ede9a0 11 0.00/1.00 vMB 324
113,928 113,928 000000000000c6a286f5f2d4341b57ff1fc470f6992888f898d9d5a106ed1929 45 0.01/1.00 vMB 529
113,927 113,927 0000000000002509ddeae0914a4540ab9577287cfec23a8f734ce2508335cbe0 12 0.00/1.00 vMB 0
113,926 113,926 00000000000059e8ce0f4662263e6b737e9e36a386f79be324117621e04c16e7 14 0.00/1.00 vMB 0
113,925 113,925 0000000000005358ba856954bea2d5e70882f27447c07207c4865bbdb2188359 8 0.00/1.00 vMB 717
113,924 113,924 000000000000646cc60f83b142b4d092837c2da77c7ddfe261b60413c7601b07 10 0.00/1.00 vMB 464
113,923 113,923 0000000000008f906ba6412bc7bbca04d365984cee6f95043dca613c7a1ec871 11 0.00/1.00 vMB 0
113,922 113,922 000000000000260b17f0b37a293a8db7f86ae5c64085907e9005388e81ce7d5a 9 0.00/1.00 vMB 620
113,921 113,921 00000000000081afa5fcdd0a76ed8b6f1553292b696d5bafeb5ad452aec3e710 12 0.00/1.00 vMB 0
113,920 113,920 00000000000062d24e9f29b087893997402bd8a459c2d6dcec0f085902e299f6 10 0.00/1.00 vMB 296
113,919 113,919 0000000000009cf0ba2fdc30326e0e3d035d6992f6ea65564b3a0087ef5286e7 27 0.01/1.00 vMB 122
113,918 113,918 000000000000aba54e22f8f0789a514ce875988ad414ef55cae5e89d47a7f20c 12 0.00/1.00 vMB 1,366
113,917 113,917 0000000000001516612e44a4522cdbb4173f1ab6fb4a5182e6b3f9ed980fd92a 3 0.00/1.00 vMB 0
113,916 113,916 0000000000003d815c06fb2c34a244fc22a2bed0de5e242e1709cbde76faf347 8 0.00/1.00 vMB 49
113,915 113,915 0000000000005c1eb6fdcd3d927adb8998b5a79f7b3e40f556245be69b84dd8b 19 0.01/1.00 vMB 551
113,914 113,914 00000000000026bf0ab4dcf76f2fb0cfc3e2dec2bc7c7abe785f605834f7dd2c 29 0.01/1.00 vMB 232
113,913 113,913 000000000000b17ea7a4af3499a1c5fc5a26e02ea2f23206ff91c0da8a8f31e0 1 0.00/1.00 vMB 0
113,912 113,912 000000000000c0b2a449777cd41db7c944c8e3e5b1785183a1079cba7dbbc539 8 0.00/1.00 vMB 0
113,911 113,911 0000000000006e3d40fbf76994f48d2204382076a706ecec921abea6d10b0200 10 0.00/1.00 vMB 309
113,910 113,910 000000000000a2457c8fa9051a2031ae97331ec5be81095009d8d368c41daa31 3 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.24 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: 655.26 GB
    • Received: 14.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.