Loading Tool

Explorer IconExplorer

Memory Pool

26,218 transactions
25.07 vMB
0.06853931 BTC
Random Selection Loading Transactions
Max Size: 121.18/200 MB

Candidate Block

Mining Attempt f8fcf2ae1fe7a1856300c1083f46f4116cf9b4648a0460dd3256321439c2b799
Version 20000000
Previous Block 0000000000000000000100c3b4decfa6a2417754a8ff8e10e294117889df7a0a
Merkle Root 191a9182078a3b5f7cdd65c7e9409009b524c66668057771063b4e454b8e59db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,566
Size: 1.00 vMB
Total Fees: 0.02297404 BTC
Feerates: 100.69 > 2.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,178 (872,675 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
41,503 41,503 00000000479aed1fe50cc6fe478f4d68e8e251252db7a955d9e2db1226f10861 1 0.00/1.00 vMB 0
41,502 41,502 0000000031130c6107b9cd756540d364ebbabc0cdc0678781f803d087b6d0bd8 1 0.00/1.00 vMB 0
41,501 41,501 00000000163980b0942043fb024edc6b58d64bdd3afe4032e368f1b467eef0b5 1 0.00/1.00 vMB 0
41,500 41,500 000000001db947d646891d1357454979c3b51429c4c38a85eb0600dc487529eb 1 0.00/1.00 vMB 0
41,499 41,499 0000000016968fafcd247978dff3611f34140338895a71a82867013973351c9c 1 0.00/1.00 vMB 0
41,498 41,498 000000004d75e9068edce0dee07c9783f249c3476c7e449710a5b8d97cd44c33 1 0.00/1.00 vMB 0
41,497 41,497 0000000052c3dc278bad67a21bca85d8eaeabdb68f0b275844f8c1f4ec65e71e 1 0.00/1.00 vMB 0
41,496 41,496 0000000064c76ae201534cbf5e8f7b38348b585d587db5bbf3a14bb7d17a5d10 1 0.00/1.00 vMB 0
41,495 41,495 000000000b3f8e32556144eaa718a0e8baf81bcb303003349bb2b4e7b7107b6f 1 0.00/1.00 vMB 0
41,494 41,494 000000002ff0678224415e1bc70aa26173e2e4b3bef8fcda593dfda49776d120 1 0.00/1.00 vMB 0
41,493 41,493 00000000068f413032212d89aa507bd035807b657b49c198ffe9d02c0324a0a2 1 0.00/1.00 vMB 0
41,492 41,492 000000004cd1c214b5515c8dc8ded97db60500d0046547ebcd1ddebaeb1e0dcc 1 0.00/1.00 vMB 0
41,491 41,491 00000000472214989b04b2e243a15e09457a9e5deaa271bc07b704e5956f6090 1 0.00/1.00 vMB 0
41,490 41,490 000000003788ef0e4f2cdaa3d6a131e71610dddb5840d9a01526722da601a0f5 1 0.00/1.00 vMB 0
41,489 41,489 0000000019894c9ca3d518255ad15d88e55fbc01e956b2fbd06f16b1bd4a077b 1 0.00/1.00 vMB 0
41,488 41,488 00000000105a0740ad187e19002e07d641ceaf08150cb8907121238d88590890 1 0.00/1.00 vMB 0
41,487 41,487 000000002f26d1cca0bb1eabf3ea984c54c5437fcbc194ac582beaacec863ac8 1 0.00/1.00 vMB 0
41,486 41,486 000000005fd26bb79df04d47e0cf2365439c5b8aae6e448bae22ee37cd6ef5e4 1 0.00/1.00 vMB 0
41,485 41,485 00000000484960f65d3709274203000e67226192dc9d261d6f06840ac5a23472 1 0.00/1.00 vMB 0
41,484 41,484 000000004cb5fabfb8d9d2647f978161b16966d0bd61546ba7cc6f05ed61607e 1 0.00/1.00 vMB 0
41,483 41,483 000000000e57eb9cde24dcaeab4bb6ac67f9889f954cf2c25cbb68e1ee4f2fcd 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.91 GB

Node Details:

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