Loading Tool

Explorer IconExplorer

Memory Pool

43,434 transactions
26.34 vMB
0.05623855 BTC
Random Selection Loading Transactions
Max Size: 138.82/200 MB

Candidate Block

Mining Attempt 3b0875d0c83a18c68abe34333a6fcc1d7f42f89a62275072496e80d3018dc3f4
Version 20000000
Previous Block 00000000000000000001a55d623f1f2c6db375b29f372bb722a1b5f7c3bb8796
Merkle Root 8390ca2ca98dcedc8cc529de983df0f2ba6465aae416510f7a400d177f7d8185
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,484
Size: 1.00 vMB
Total Fees: 0.00807900 BTC
Feerates: 73.20 > 0.81 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,782 (431,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,470 483,470 000000000000000000262c85c0454f2fd634f53221f314341b66b2ad5f83c133 1,537 0.91/1.00 vMB 107
483,469 483,469 000000000000000000519d00595aacba92c49bd5b088c8977010b3299649bbc9 2,069 1.00/1.00 vMB 92
483,468 483,468 000000000000000000d45ea7d6d8c4aa055a768c8348427c450484a6588987fd 2,108 1.00/1.00 vMB 286
483,467 483,467 0000000000000000005e08929d98e15206ddc7ad3d9cbe64de3ef0881cff5bed 1,617 1.00/1.00 vMB 114
483,466 483,466 0000000000000000000ce7112270af60c17e1a60d49ccef118534c4f46969e98 2,145 0.99/1.00 vMB 373
483,465 483,465 00000000000000000138df81ae7d8bced6c3db43e315bbaa8df997494d19266b 1,487 1.00/1.00 vMB 42
483,464 483,464 0000000000000000007312e188b4f417fd9a36e1cc3b5e6febcb52452e11ba05 1,622 1.00/1.00 vMB 61
483,463 483,463 0000000000000000005b9be2112de8f757e4fb8d819607eb9cc70ee1d7c551d5 1,575 0.99/1.00 vMB 168
483,462 483,462 000000000000000000a8e814d2e7c03848a0f771ad71af14abc40a9262b15e31 2,389 0.99/1.00 vMB 378
483,461 483,461 000000000000000000b821ba0557a546c12d1951685b6785be0cc213b5033572 2,165 0.99/1.00 vMB 261
483,460 483,460 000000000000000000766520d9b68838134fb4158b982ef6c5876218efe051de 1,031 1.00/1.00 vMB 116
483,459 483,459 0000000000000000010ed93de94f0722c7405060e29812808054a1e54b08c30e 2,292 1.00/1.00 vMB 90
483,458 483,458 00000000000000000103e0ff41114f69afdd83728bbcc71dbd3a1ff29ee243ae 1,800 1.00/1.00 vMB 142
483,457 483,457 0000000000000000004d34980015bb3dcb7ec802d6290e86e47538dc7dcce5e6 2,227 1.00/1.00 vMB 371
483,456 483,456 000000000000000000e8ec20ce4fbd381a26022b18eeca1d94b482e12069f892 2,240 1.00/1.00 vMB 253
483,455 483,455 00000000000000000004b208419007876916179e22ae5d62d7d034939fd8d4d6 892 0.49/1.00 vMB 160
483,454 483,454 0000000000000000007f18660c4fe0f4a0395397e22c7c10974f69e0a13fbd87 2,037 1.00/1.00 vMB 182
483,453 483,453 00000000000000000090469d00d2339af644f9871df73ac3ca8c6afe5c5807b0 1,303 0.99/1.00 vMB 138
483,452 483,452 000000000000000000c629a515499c9e5f246d5b54659475175a3d72eae393d4 1,675 1.00/1.00 vMB 175
483,451 483,451 00000000000000000012229d2a2083d11f9cd62feef3fba6c220ca74bd11c303 611 1.00/1.00 vMB 50
483,450 483,450 00000000000000000113c9ad75aefd1c25c5a86398b0d0984e60130bb88a1cb5 636 0.29/1.00 vMB 223
Previous 10 blocks ↓
Total Size: 782.00 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: 648.88 GB
    • Received: 13.09 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.