Loading Tool

Explorer IconExplorer

Memory Pool

44,448 transactions
26.58 vMB
0.05808955 BTC
Random Selection Loading Transactions
Max Size: 140.53/200 MB

Candidate Block

Mining Attempt 215e914ce25e0718dba45099172516c65225493483a4ad7767f5e143e9c8525d
Version 20000000
Previous Block 000000000000000000013fd7066231f224b9ddf7e4711069a5d4cb70e9c36f65
Merkle Root 898cd4e879e005c2567de2c5ce1cc0ebfe8dcb6e7f107171cb157dfaaeeb04d6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,511
Size: 1.00 vMB
Total Fees: 0.00929179 BTC
Feerates: 101.72 > 0.93 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,783 (152,145 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
762,638 762,638 0000000000000000000789dfbbc15c87e0faa784c9aced15ff8b4a53711769b8 2,219 1.00/1.00 vMB 19
762,637 762,637 00000000000000000000be8addca995e8968932084441ed28ef477de44fda10b 2,929 1.00/1.00 vMB 24
762,636 762,636 000000000000000000060b1acd8d604fdb61f0d08a83ea3a011bdf23d06af4c5 2,805 1.00/1.00 vMB 24
762,635 762,635 00000000000000000000b589b4ac5f1ae06183f05dd4b43207aa38ce76e32f6c 2,642 1.00/1.00 vMB 39
762,634 762,634 000000000000000000030394606d69667506d1fb61c8d0e82e7dabc909a94c01 2,318 1.00/1.00 vMB 25
762,633 762,633 000000000000000000000cefa0da639dbefc0ab06d8c91dabdd31be2b26e46e1 1,045 0.97/1.00 vMB 5
762,632 762,632 000000000000000000007314f1ad65ef1b399fbda3cd22116151de22d4b6f254 1,679 1.00/1.00 vMB 9
762,631 762,631 00000000000000000004a97a438030f6d3a9f88575de7452f6dbb660e1aee094 890 1.00/1.00 vMB 2
762,630 762,630 000000000000000000065ca3a8452343d390aa45b40cf6db9141a2a979049a6b 3,168 1.00/1.00 vMB 12
762,629 762,629 0000000000000000000588e5d1502d6321e4b7a867c7faee164aefd4089311c9 2,262 1.00/1.00 vMB 8
762,628 762,628 000000000000000000008418947b2e0dac4524c385971c9dd7aa198e3926c208 2,914 1.00/1.00 vMB 19
762,627 762,627 000000000000000000045c908989d2052d134e2bd27644726df27cd47461feab 3,467 1.00/1.00 vMB 33
762,626 762,626 0000000000000000000433600dd3ae3635d3f0be3c05176ced98d0b338106b1c 2,928 1.00/1.00 vMB 21
762,625 762,625 00000000000000000007612f2c935fada897b0029d130662c222647801c53e7b 3,466 1.00/1.00 vMB 30
762,624 762,624 00000000000000000006df2c9aa0d14cb4a4fca43c2861716d983f9d9bcb6693 2,449 1.00/1.00 vMB 27
762,623 762,623 0000000000000000000369b0275925a9ebdecf200def02220dcafa1e877287d7 1,642 1.00/1.00 vMB 16
762,622 762,622 00000000000000000003118a43c340ab9a3416526c41229f1929270183eb7fde 3,276 1.00/1.00 vMB 31
762,621 762,621 0000000000000000000442c8eb07128b6a2bea3c5d69db0f5e933df174c6584c 1,797 1.00/1.00 vMB 11
762,620 762,620 00000000000000000001c7bfe6c29c5ce00891252d62c183d629823cff12ded2 2,635 1.00/1.00 vMB 4
762,619 762,619 000000000000000000048f0a1092d8278469c545141f3efa4c14ea9a4427be9f 2,533 1.00/1.00 vMB 12
762,618 762,618 000000000000000000057fb2f20f8b5fe66d9ced1c7733a5c3fe1aff64061280 3,038 1.00/1.00 vMB 18
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.93 GB
    • Received: 13.11 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.