Loading Tool

Explorer IconExplorer

Memory Pool

74,397 transactions
27.58 vMB
0.07333168 BTC
Random Selection Loading Transactions
Max Size: 168.04/200 MB

Candidate Block

Mining Attempt 6935193e95b3945f7db7fe22158a09ded5b44cf88739a825b4f18646c6cf101e
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root dbcd1bab92fce59a355a99ce9c27f5b54af5b978e6a4daff7a88b711680bf6d2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,158
Size: 1.00 vMB
Total Fees: 0.01450545 BTC
Feerates: 101.19 > 1.45 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (635,205 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
280,106 280,106 00000000000000008df38a3e86e3efff160db0d8fcc8f3d1060fe77e526b50a3 1,097 0.52/1.00 vMB 65
280,105 280,105 00000000000000017838e55dce75623122cd63218876ac198645f5ae5da4540b 246 0.12/1.00 vMB 24
280,104 280,104 0000000000000000b4e716cc8e4c887f05d26df5e35ec8bb4dc3081590f8d880 134 0.07/1.00 vMB 44
280,103 280,103 0000000000000002eed85e4a8a282b2868b6fa819b9a1ff2bcb5d55708be3f15 17 0.01/1.00 vMB 79
280,102 280,102 0000000000000001d6dc3d054a473a77d2374ab9335821c14972b5f44617f573 90 0.05/1.00 vMB 38
280,101 280,101 000000000000000305ed4475d1b4a2120dea743781709b670b354b7f4f296577 92 0.05/1.00 vMB 31
280,100 280,100 0000000000000000f6d1fa6836afec729f664441d546562ff75d0eaaecfc236f 147 0.17/1.00 vMB 34
280,099 280,099 00000000000000028508befeacb939f937044d4bf19dff33e9f7438dd7197b9e 647 0.25/1.00 vMB 69
280,098 280,098 0000000000000000f9251f93f9dad5e8abdb5f954324a0aa0ad45467ca0fd3ee 394 0.25/1.00 vMB 41
280,097 280,097 0000000000000002ffb7ac51858eb2dbcb9290322e9c6a2568728cb5a9f5d758 91 0.04/1.00 vMB 31
280,096 280,096 0000000000000000386a792bfb6e26daae986c6ae97b4e0914460f5397b457ab 218 0.35/1.00 vMB 21
280,095 280,095 00000000000000025fbd4a5cda58739106e447256e7e18e8f5101e72f2ef973e 477 0.24/1.00 vMB 53
280,094 280,094 00000000000000007ae3660eba9fb0f4a5b4cfaf77e8893b87fdcf0e6ea9cc8a 81 0.03/1.00 vMB 63
280,093 280,093 0000000000000002117b79e593555b8d77f2d941a60a220c1f617e12a31001e2 110 0.03/1.00 vMB 99
280,092 280,092 0000000000000000cf526746abd17ab9dc3b2bfa48e38126c768ac4a38f5a6fc 201 0.20/1.00 vMB 20
280,091 280,091 0000000000000001ac985887af37d03d7b5156e0676987d45562ab82e7990ef9 1,372 0.50/1.00 vMB 51
280,090 280,090 000000000000000214e0466941cffc40623d2e6abf1c692243c5de341d0b4bd9 120 0.03/1.00 vMB 570
280,089 280,089 0000000000000001eeee2559a240d77812ef11a14821b6875a0f2586d1f5f606 95 0.03/1.00 vMB 102
280,088 280,088 0000000000000001a2db00b69786e6aaf512b0cb23cd9614d220d24b58ac50a0 329 0.20/1.00 vMB 40
280,087 280,087 0000000000000001c61da6667a820b15f7fa4ac5604e6d560d86c097b3ce8e91 394 0.20/1.00 vMB 49
280,086 280,086 0000000000000002050416f5f4f82d908f0865cb93fdea4e827be40fcf87db16 267 0.21/1.00 vMB 34
Previous 10 blocks ↓
Total Size: 782.93 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: 714.66 GB
    • Received: 17.58 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.