Loading Tool

Explorer IconExplorer

Memory Pool

79,313 transactions
30.74 vMB
0.10800303 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt a62dd9ad6f49a08e5f13458f4aa93f161957067f297d09fb59e0ca6f33afac3b
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root 220aef2def291efe1b8d7b274a9cb7877f17be5b6ea1eb0719df3df121ff0288
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,922
Size: 1.00 vMB
Total Fees: 0.03428461 BTC
Feerates: 201.36 > 3.44 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (267,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,769 647,769 00000000000000000005590f525693ea051d777683e27c36d1fc5e3ac7e5fb3c 2,277 1.00/1.00 vMB 28
647,768 647,768 000000000000000000062e1607f9c9260800618fba7f10a5e6fa4b36e9a9d3d1 972 1.00/1.00 vMB 62
647,767 647,767 00000000000000000004aefcaf791a3a797272177fdee41726af90f2d0056ff1 1,703 1.00/1.00 vMB 100
647,766 647,766 0000000000000000000a90bf9471fc62aed5b9e7cb131b49f58b7b32db739328 339 1.00/1.00 vMB 2
647,765 647,765 0000000000000000000b4041985ae149faed9a284751c8953b663c54ae72f04a 1,744 1.00/1.00 vMB 38
647,764 647,764 000000000000000000088f4920331b27a902b3b7f77db2a1c10843aeb9aad7ec 2,035 1.00/1.00 vMB 39
647,763 647,763 000000000000000000085539bd7faaca31b75553b22cad7279051a315deaa285 1,313 1.00/1.00 vMB 20
647,762 647,762 0000000000000000000496a9ef1204dde1ba119a9a79b2fec38d920f14ba5057 1,199 1.00/1.00 vMB 24
647,761 647,761 0000000000000000000f3071773f81230341823af96459ed7aa463a46b1dd1ec 841 1.00/1.00 vMB 11
647,760 647,760 0000000000000000000bf3306e23abfaf38aae65b3791a34f0a806750f358281 2,210 1.00/1.00 vMB 35
647,759 647,759 00000000000000000005bd2d8163d3f8589395bda68653fee3f52599b8e9e398 2,123 1.00/1.00 vMB 42
647,758 647,758 000000000000000000059dd71797e3b01424951e8950ae3e260a8d378473b30a 1,674 1.00/1.00 vMB 40
647,757 647,757 00000000000000000008beaad81ab171d8a05c8d3937e9ced2c341f4ce5bd8fb 1,892 1.00/1.00 vMB 31
647,756 647,756 000000000000000000048bfcc38893abb3eb3c7a19bdd97017951d2e36c68a93 1,857 1.00/1.00 vMB 21
647,755 647,755 0000000000000000000a1b0b474ad90186930769669aff5cad43dc64b0024c29 1,776 1.00/1.00 vMB 46
647,754 647,754 0000000000000000000e80eea41e01e44d782fd80e404bf658cb2ec9256ccfce 1,742 1.00/1.00 vMB 40
647,753 647,753 0000000000000000000293654b474be6cbc7037be54a54f7db5f2acd9ca6ed98 2,208 1.00/1.00 vMB 48
647,752 647,752 0000000000000000000bc5a68bd637c93e6f71835b781e403099c9cb53fd249e 2,383 1.00/1.00 vMB 35
647,751 647,751 0000000000000000000f7f1c237eda1846f2b492ce3b97cbe7fad605d36f5a83 1,952 1.00/1.00 vMB 42
647,750 647,750 00000000000000000005aa4794b933d6c86d878ac65e60106c5eff78dd11bbb8 2,488 1.00/1.00 vMB 41
647,749 647,749 0000000000000000000a295d2168717951289b0ffb4c45ad2216559ad94a4cdd 2,569 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.