Loading Tool

Explorer IconExplorer

Memory Pool

38,988 transactions
28.67 vMB
0.06414141 BTC
Random Selection Loading Transactions
Max Size: 145.35/200 MB

Candidate Block

Mining Attempt 2fbc958dca3a555afbb3c921a6a385a1be9a09cd121a94681be05580ef82d2fe
Version 20000000
Previous Block 0000000000000000000054d90a7f9b34d6e89576ddd749acf900f33df0f79b64
Merkle Root 2ca1e6bfcf7d6c989987ab7faf2f3185a3d3d182338189d2cfe24fed0beed0b1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,683
Size: 1.00 vMB
Total Fees: 0.00848981 BTC
Feerates: 60.16 > 0.85 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,549 (266,753 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
647,796 647,796 000000000000000000064d629e3c82c8737c40438a24106f6fb13f66905abaaf 2,376 1.00/1.00 vMB 112
647,795 647,795 0000000000000000000c7fd4100938bf79335cec2989cbe5818119eaa79825af 1,809 1.00/1.00 vMB 104
647,794 647,794 0000000000000000000e66c66bae4f2f510a7e4ca9fe7d5ec2cb3008f46e1b04 2,932 1.00/1.00 vMB 74
647,793 647,793 000000000000000000019898076fe9c35e7bf6d515e48a56d8116bca9b68fc9b 2,800 1.00/1.00 vMB 113
647,792 647,792 000000000000000000020b27745a47bf7ed73b2d1d66d15475517fac6954f9df 2,822 1.00/1.00 vMB 110
647,791 647,791 0000000000000000000526e6223bdbb432894095fc7252775145bbd0d8bf4af8 2,576 1.00/1.00 vMB 62
647,790 647,790 0000000000000000000576e3b3dc3a31dc76d3e130052fff63bff9fb8b7776b0 2,633 1.00/1.00 vMB 93
647,789 647,789 000000000000000000001ad3cad73c748a3b159cb708c260d61c26e001306b44 2,747 1.00/1.00 vMB 76
647,788 647,788 0000000000000000000dbcdf778c41b4456caab7c7d9e34ee1c4dcc0cfe76883 3,071 1.00/1.00 vMB 87
647,787 647,787 000000000000000000034fabcf134c121c3fd083f5c4c8a9345a50cd39fea1b1 2,474 1.00/1.00 vMB 110
647,786 647,786 000000000000000000079fb092d4de946ae6e49f31dde48f198691c2d1796955 2,650 1.00/1.00 vMB 106
647,785 647,785 0000000000000000000552efefff9762df627b993279305f70ab822e68180372 1,835 1.00/1.00 vMB 100
647,784 647,784 00000000000000000004fedf6db663e979d226ab059f672821fd01a6d3e62317 1,801 1.00/1.00 vMB 97
647,783 647,783 0000000000000000000566ae8ccd02948dd572778fa9c00503a4e4da1eaa83bc 2,725 1.00/1.00 vMB 118
647,782 647,782 000000000000000000023d0a23de83e6533720d2061480dfd0735243e5a35e77 2,537 1.00/1.00 vMB 114
647,781 647,781 00000000000000000005c5fcd5c4b0843cc040d83e16cbf3c7e80609e28580a7 2,915 1.00/1.00 vMB 95
647,780 647,780 00000000000000000003c7628f1d619f94f44b1f8ceed7d3813ec174811152b2 2,528 1.00/1.00 vMB 110
647,779 647,779 0000000000000000000f66a17250730317a7ff23dd335d494dcaa061bdf72c41 1,701 1.00/1.00 vMB 87
647,778 647,778 000000000000000000014ad162e8bb92beb78d21c3002ce9e32be191aa4ad4ac 2,623 1.00/1.00 vMB 99
647,777 647,777 00000000000000000000cb51d6fb87e90a5705e000e453826bcbcc17703ce93c 863 1.00/1.00 vMB 100
647,776 647,776 0000000000000000000e68294bca9f6f8afadad22e6ce40851b0ed0fdf49029a 1,008 1.00/1.00 vMB 103
Previous 10 blocks ↓
Total Size: 781.59 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: 623.15 GB
    • Received: 11.42 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.