Loading Tool

Explorer IconExplorer

Memory Pool

51,229 transactions
30.51 vMB
0.09897793 BTC
Random Selection Loading Transactions
Max Size: 163.72/200 MB

Candidate Block

Mining Attempt c3b2e0c69e2bf642229a9d9548e4460ae8f5db213425f83c38e6c20fbec4b14a
Version 20000000
Previous Block 000000000000000000011cd4d27fc6ae94f6e436088fec3c873d6dc8d522a7e2
Merkle Root 9ee722f9008f3b174d45d328df59f7f9c542301b8ab01c1f23af98174b02f9c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,687
Size: 1.00 vMB
Total Fees: 0.02623572 BTC
Feerates: 202.16 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,816 (397,214 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
517,602 517,602 0000000000000000003258c33963eadcc91c4f679a772038b72d69f9c9e9e1ec 77 0.02/1.00 vMB 20
517,601 517,601 000000000000000000000388a8c212badee4d31543b7afdca2d67e501853bb1a 278 0.09/1.00 vMB 16
517,600 517,600 000000000000000000482acd7cbd41ac113b11fe1226d5d0b17881b3e6287e4b 880 0.36/1.00 vMB 20
517,599 517,599 00000000000000000011a8c3f02c331d865f87c1beea57f8b5040dd72f3958aa 1,211 0.47/1.00 vMB 24
517,598 517,598 00000000000000000004eb2cc97be82d9f1250ef6c18f0887908ae1c3ef3b8b7 1,713 0.58/1.00 vMB 23
517,597 517,597 00000000000000000002600e6fcc926667227fe92f3ad593d8e46644176883ae 131 0.04/1.00 vMB 36
517,596 517,596 000000000000000000222f7efcfc6c209d9ca1e1880b7207b8dd28a9831cd45e 2,091 0.91/1.00 vMB 27
517,595 517,595 00000000000000000021825bce06414a258f5a90f8d3175975a8a51d3a8be6dc 49 0.02/1.00 vMB 12
517,594 517,594 00000000000000000021cca37df733734c138c1814bfcf086d3f2e3f45102720 1,682 0.62/1.00 vMB 7
517,593 517,593 000000000000000000455ce56be48abb499ec33d40c7a8ccc939f02a78a14ea0 2,677 1.00/1.00 vMB 30
517,592 517,592 00000000000000000010c0d10a4233e071016f19ac6d36f40842e205ef6df47e 851 0.45/1.00 vMB 14
517,591 517,591 00000000000000000045f5ddd9cdce1fee834b8eab3403161e030e2c6001001e 270 0.12/1.00 vMB 35
517,590 517,590 00000000000000000005ed987b0fd26bd1db3f99bbec9d6d8af4c814ac8733c4 1,260 0.61/1.00 vMB 16
517,589 517,589 0000000000000000003c1f1c4e36fdb6da6b09dd58cea45aad69dead634cbf7d 1,204 0.65/1.00 vMB 26
517,588 517,588 00000000000000000041adcf9ff445a813c20b6a3ede8a30e92fb7f1fc3d9843 1,276 0.70/1.00 vMB 7
517,587 517,587 000000000000000000082cb055a9d747c0e770d2b73a41117e32d19a6f1bc786 2,881 1.00/1.00 vMB 35
517,586 517,586 00000000000000000015ec8ef987df867078c3984c32b548a43aeedacedd8002 2,025 0.80/1.00 vMB 22
517,585 517,585 00000000000000000028915cdbd1a8db8640d11ddfad1d706ab0fadc6d98c776 2,781 1.00/1.00 vMB 25
517,584 517,584 000000000000000000152e617598e2b4640751364bbf49c281d8736589f9de9b 1,010 0.67/1.00 vMB 6
517,583 517,583 0000000000000000003158fb8eaa7466b62cbee948d42c6f71f90a1c5db1c703 2,905 1.00/1.00 vMB 30
517,582 517,582 00000000000000000022ea25516168e45f376fb519e3ded7108fd982a26032dc 58 0.02/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.06 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: 651.16 GB
    • Received: 13.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.