Loading Tool

Explorer IconExplorer

Memory Pool

24,240 transactions
5.49 vMB
0.01827183 BTC
  • 1 sats/vbyte = 11 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 40.62/200 MB

Candidate Block

Mining Attempt fe5d745a41fd687465c479a3162f7dc6c65f59f069e001f2ced7a9b26ecda456
Version 20000000
Previous Block 00000000000000000000dece097dc5b4279621e3e1ec57a876312438a0074253
Merkle Root f0da7529db3d9f8d2c5550d978da207683adfa00aa452a348989bf08c3497b16
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 1,276
Size: 0.40 vMB
Total Fees: 0.00456301 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,197 (776,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
137,176 137,176 00000000000004a95987b9845d362639f92d89d42b1e9b30d4c0a3a1fecafa7e 0.06 MB 145 252
137,175 137,175 00000000000001474ad45e4130de31ad5e3d2b8c74cf35d9444f1e3ec671fe74 0.02 MB 36 287
137,174 137,174 00000000000006b18b7ebe6e92db47e4614f3fb8cb8a0350cc48a73fdee5cf5b 0.03 MB 46 235
137,173 137,173 000000000000027701a97f8a67d88ce73f7e17b38050cff5d53afcb888d1f0fa 0.01 MB 38 112
137,172 137,172 000000000000030e871ab1cafe60a34ab3f8595b3dd3bd02d37fd92cd63a7211 0.05 MB 133 313
137,171 137,171 000000000000090c14ce9ffc75d9de3f309bfb3520b19ed1e2a9af0dcfaf7b37 0.04 MB 103 950
137,170 137,170 00000000000009022aab1c53ac88a1c0df84bd45df22467174d6a315f534685f 0.00 MB 1 0
137,169 137,169 00000000000005234025f2a51128d399bcc368428de6106a1322fa5356c7fe11 0.02 MB 29 513
137,168 137,168 000000000000095e6994fa0eba0b74a1cbd33a9039d296e70f92d2ad9878a134 0.03 MB 59 213
137,167 137,167 0000000000000245f45d248065f9c05871e7f3d1339829127c6ed3faee8699e1 0.01 MB 8 31
137,166 137,166 000000000000041d8142725fdc6ac2f3a9fe0a1a0f1544b6c234e73300edb83b 0.01 MB 16 444
137,165 137,165 00000000000007d5b5181ed19dd7ce1355e09108360da0fdec1fa46e1d24dd62 0.01 MB 22 71
137,164 137,164 00000000000002e30cecdca85105ead80feed537ef965735c1f4a6ee868f7ab3 0.02 MB 67 107
137,163 137,163 000000000000054072afaa5b4f988b80d1ef42ded5ff0cb5e0db50821b498db7 0.01 MB 25 334
137,162 137,162 00000000000005a638606b9e4f130ffc6b980c223a22f5f167e1a3bf558693d6 0.01 MB 30 226
137,161 137,161 0000000000000060e84320483a682fcc5c92a82b964570bdbd54ee307a5ca13d 0.00 MB 13 686
137,160 137,160 00000000000004c9b17fbbeecb3a1269238b14cf35294d88f5da1005e624e3b6 0.01 MB 18 196
137,159 137,159 00000000000008334b99117d6122ae4e4cf71bcfcf51cc1654a164e1cd21028f 0.01 MB 34 171
137,158 137,158 0000000000000249658fc28a9733394bf87720d3766f4a2aed65ab4ec5dca3f2 0.02 MB 61 449
137,157 137,157 000000000000085d3ef14ae41b484d312226afa8068256e3b0075a7bb2038ed3 0.02 MB 37 121
137,156 137,156 000000000000042aef565a80abd6cafd686eb60e06977028a35185e7902a0258 0.04 MB 100 241
Previous 10 blocks ↓
Total Size: 779.20 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 61
    • Outgoing: 10
  • Data Transfer:
    • Sent: 13.91 GB
    • Received: 0.29 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.