Loading Tool

Explorer IconExplorer

Memory Pool

78,833 transactions
29.22 vMB
0.08489759 BTC
Random Selection Loading Transactions
Max Size: 176.88/200 MB

Candidate Block

Mining Attempt 1d03fd4564a37716e3fa040afb31d8e42c8a302cf53c703062fe45ba6ec6de9f
Version 20000000
Previous Block 00000000000000000000f174527a55589ee9a7d627506640aecc5089076e5f75
Merkle Root 0eb03ee22e606e8fb0043831c5945de5f7eb6cc7a9c4224e5f9a6784281b6da0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,478
Size: 1.00 vMB
Total Fees: 0.02365698 BTC
Feerates: 178.73 > 2.37 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,162 (299,411 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
615,751 615,751 0000000000000000000f4454384cbcfe42c4ac43fcd45f7e2ded2089e1945be5 1,248 0.56/1.00 vMB 12
615,750 615,750 000000000000000000090e25f26774458c466a0ee21cf749b6a8955f5dd957bf 2,481 0.77/1.00 vMB 14
615,749 615,749 0000000000000000000165fdb31c84880ac72608eb9d44deef546cfcc6cf1d51 451 0.16/1.00 vMB 21
615,748 615,748 0000000000000000000a72bb97b800f1f745236690a79bdec9a31f38e3505e59 995 0.39/1.00 vMB 12
615,747 615,747 00000000000000000003c7d14a6a60ec1729a5656ba49e85522226945290f42a 2,204 0.78/1.00 vMB 7
615,746 615,746 00000000000000000010d0e1e2578c3a3976812737ce3ae4e2ea7a9e7998cf30 3,159 1.00/1.00 vMB 20
615,745 615,745 0000000000000000000afe9d3d1e4e75516be8cbc05ac41417cca65e0041373a 1,984 0.89/1.00 vMB 14
615,744 615,744 0000000000000000000d3393fd60b1382a426fc1519034981bf5c1f271e022d6 1,285 0.36/1.00 vMB 13
615,743 615,743 0000000000000000000a2f3b0f6efae734772f6eeb3f5b5877274ccfc9420cdc 221 0.05/1.00 vMB 16
615,742 615,742 00000000000000000001f2133b7fe4fdfbb26b157c9634e3d466f8d199f612de 1,457 0.51/1.00 vMB 18
615,741 615,741 0000000000000000000a8de0973400596bc60619918d40821c27c6f7fb19e8c0 2,364 0.72/1.00 vMB 5
615,740 615,740 00000000000000000009bca90e9a0125bd43c06fca2e7490b45eb2a609b8a9aa 2,244 1.00/1.00 vMB 13
615,739 615,739 000000000000000000114dac2b0774ae1f314936d27c59f349e78825ef992002 2,548 1.00/1.00 vMB 29
615,738 615,738 00000000000000000001a555edc8d437c51d34c3b79d690277f5a6157baf8977 2,141 0.59/1.00 vMB 6
615,737 615,737 000000000000000000108580a21efedd330269d8bb182fe45ac771c76b1483da 2,560 1.00/1.00 vMB 24
615,736 615,736 0000000000000000000a5b6dc7605b6af21c08d668cedf9c78bc96831cecd913 1,473 0.50/1.00 vMB 10
615,735 615,735 0000000000000000000d9aa0e0f14d4bba656f74a78dfbd798437c2ba47c1a85 2,349 1.00/1.00 vMB 11
615,734 615,734 00000000000000000010bac4c838f21fb9e985b9f5a4709410bba9db4014631d 1,830 1.00/1.00 vMB 10
615,733 615,733 00000000000000000000da7a7553643daf9f89c943ea1fded789fc0b882b4b22 1,781 1.00/1.00 vMB 17
615,732 615,732 000000000000000000033ab486a7f9c22292ba45c5590479f57d749e521e1b09 627 0.22/1.00 vMB 13
615,731 615,731 00000000000000000010e2308df2cabfdd67ecd3ed3df3c724dd2ea8f701249d 644 0.17/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.68 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: 678.89 GB
    • Received: 16.44 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.