Loading Tool

Explorer IconExplorer

Memory Pool

81,850 transactions
30.85 vMB
0.08187437 BTC
Random Selection Loading Transactions
Max Size: 189.21/200 MB

Candidate Block

Mining Attempt c78f6c8a48f906b685f92d59a8c200003a6ab156f3a2ebacb82a33cd83a60ac7
Version 20000000
Previous Block 00000000000000000000e355a63f14f9cc43d1b199a04906e2a59f17aa1c6192
Merkle Root 31473e8525dbb8cd508d8c91a5b801a906da8287a39d93e2a145caab590dc841
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,628
Size: 1.00 vMB
Total Fees: 0.01268658 BTC
Feerates: 151.12 > 1.27 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,229 (669,486 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
245,743 245,743 000000000000000adafc221f03c0db921e72b4bef08457c09bafd816e61c18d0 219 0.14/1.00 vMB 113
245,742 245,742 0000000000000037c75e7c292cbfd23428e897ffa35354c6d7f8e694e488fa86 635 0.25/1.00 vMB 150
245,741 245,741 000000000000006bb1dec65c2ff1b60ecd6d7654ac6e1385f12f465d7492372a 159 0.06/1.00 vMB 147
245,740 245,740 0000000000000071f4e20a14d5755cddcf4e9aee9e2325f3163c3eded1f96ed9 37 0.02/1.00 vMB 118
245,739 245,739 0000000000000014307628174420db54a1ca8a67f3dd4eafb7dd729edb6f483d 257 0.13/1.00 vMB 149
245,738 245,738 000000000000006eb4f9f3d9bf42debb436d899c2fdbed9556a8e8a2d44abe25 25 0.01/1.00 vMB 46
245,737 245,737 000000000000009c63a4a3eb9e8fca70c1dbb584eef24b8b9feb309ce62db7a6 298 0.15/1.00 vMB 116
245,736 245,736 00000000000000bc27b57fae01ccbcd0fef618b83b9eeb4073cacec376726052 512 0.24/1.00 vMB 40
245,735 245,735 0000000000000074602b862fc1c7206c6e67fdfa40a7354567ccb2f54ce6d0f3 620 0.25/1.00 vMB 205
245,734 245,734 000000000000008d76bca5dbce64ac61727b8ed55187d5a96ae0b200e9183ec0 129 0.06/1.00 vMB 17
245,733 245,733 00000000000000a243c5c540c17911a8b2bd85fefc85830cdce879397f6355b7 1 0.00/1.00 vMB 0
245,732 245,732 00000000000000c7b0b8cca73b4825d4712c78788c0b23173c7b27bfefb0594c 507 0.23/1.00 vMB 172
245,731 245,731 000000000000009359f083e9bef83f16c0d824cd49e9e3b31754d4b499c7cdab 133 0.06/1.00 vMB 34
245,730 245,730 00000000000000aac28866471ca445f02d0fedfe185a093e776f8b09fc87f788 470 0.24/1.00 vMB 150
245,729 245,729 00000000000000222195840213e75ec4df4ea1fc5453be78cedacd658773aa0d 169 0.09/1.00 vMB 82
245,728 245,728 00000000000000a02f0ef0ff8c2fd8820fd321019e0fbf91b7973eadbb8901d3 259 0.14/1.00 vMB 98
245,727 245,727 0000000000000020af13feead7f7140e4a65fa07740100f4b1c9bf6739ffcb50 244 0.10/1.00 vMB 106
245,726 245,726 00000000000000309c0e6a3e48a219d9dcf9aae488559255a33defed896b3d50 289 0.11/1.00 vMB 154
245,725 245,725 00000000000000482c9a7543a18183ac5e5e1e7ec935a8242df99fa6b7162d71 363 0.13/1.00 vMB 99
245,724 245,724 00000000000000521b6587f4a2130f2f7aec25ef812301be0f04a732289f2cfe 358 0.17/1.00 vMB 133
245,723 245,723 0000000000000067580fd21f928999fcf9bd852f1cc06c62a4266176373b80d6 256 0.10/1.00 vMB 169
Previous 10 blocks ↓
Total Size: 782.79 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: 709.75 GB
    • Received: 16.98 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.