Loading Tool

Explorer IconExplorer

Memory Pool

75,347 transactions
29.35 vMB
0.08940180 BTC
Random Selection Loading Transactions
Max Size: 177.36/200 MB

Candidate Block

Mining Attempt 977cf371db887ed52f62ce65dd00414e68632e0d5c85090c2d2e3bfabcd763e4
Version 20000000
Previous Block 00000000000000000001a4680f61fa8055c30a8aee518e2366bd68e5b7c97599
Merkle Root 7b965091e692046c25cb4d1ce9f14ee9f8289cb5967b2894b2b4cae0e8193f91
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,043
Size: 1.00 vMB
Total Fees: 0.02370546 BTC
Feerates: 147.99 > 2.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,444 (295,697 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
619,747 619,747 000000000000000000038ea02e346bee475e2a69245ca6ed800e2a13813df93c 1,486 0.43/1.00 vMB 9
619,746 619,746 000000000000000000058665b159bea87d6b504698ab9839a8a1436ee10981af 521 0.20/1.00 vMB 6
619,745 619,745 0000000000000000000756d5b796f45513a8ae54f9a6cdfdb85b2e4f187811ac 279 0.09/1.00 vMB 11
619,744 619,744 0000000000000000001047dddd6af98490d7125e94c50a92cc20ceb58641b3dc 1,067 0.41/1.00 vMB 7
619,743 619,743 0000000000000000000ac3b82407cca4a06c72224c8e85791639ce50a7f4f6d9 2,946 0.76/1.00 vMB 6
619,742 619,742 0000000000000000000f9561d7d96eca1702a8a7e453444a089962b5a2f2a71a 3,118 1.00/1.00 vMB 11
619,741 619,741 0000000000000000000911134778100d5e2fcd06e6ae5c748573854248063266 3,097 1.00/1.00 vMB 12
619,740 619,740 0000000000000000000747d92a795b68780c34bf175ef0ab879a3767d72aa940 1,923 0.61/1.00 vMB 9
619,739 619,739 00000000000000000002d61e4e18302d7b77a8ed2c85b74f6af0f24071f1f76b 2,606 0.79/1.00 vMB 12
619,738 619,738 00000000000000000001c01d5dbb2cbb6fefcc8d0b8e0249aa26c4f6821fceac 17 0.01/1.00 vMB 5
619,737 619,737 000000000000000000012fbbbc1dba804de03db19d6101e8df396651c5162eca 67 0.01/1.00 vMB 15
619,736 619,736 0000000000000000000297dcf5c856bb0cbf1718dca666a30c03462a6c1c84d4 2,145 0.98/1.00 vMB 12
619,735 619,735 0000000000000000000e53e415c071da46148efac07ca145560d23d3100af6f2 1,657 0.49/1.00 vMB 13
619,734 619,734 000000000000000000016d7f4c75018d2e650331a1799131e2a4650eee408f6a 2,966 1.00/1.00 vMB 5
619,733 619,733 00000000000000000000c0f27d7659b10ae8a4a85aa08299517360b93d109fc4 2,791 1.00/1.00 vMB 12
619,732 619,732 0000000000000000000e6d6c9fd863d509f999a9e578aa5551905bdc4d801dbe 2,402 1.00/1.00 vMB 3
619,731 619,731 0000000000000000000befcf044d8752ec6d804d9311a0beddfb7f74b4cbf9cd 2,938 1.00/1.00 vMB 21
619,730 619,730 0000000000000000000868f5ae0106e0def0ef5b095aa8d8744cda9313a3b69a 171 0.06/1.00 vMB 8
619,729 619,729 000000000000000000019c34c5312057d45e341cc02128804e5d6ed469e32df8 106 0.02/1.00 vMB 7
619,728 619,728 0000000000000000001127b920dbfc8e70a15263ad0d43d9e991a0f4be79fc0f 2,650 0.82/1.00 vMB 4
619,727 619,727 000000000000000000054cb35e0c644fa2cfa1490f076939c118a76466006337 2,709 1.00/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 783.17 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: 748.22 GB
    • Received: 18.79 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.