Loading Tool

Explorer IconExplorer

Memory Pool

27,851 transactions
27.47 vMB
0.06400877 BTC
Random Selection Loading Transactions
Max Size: 132.23/200 MB

Candidate Block

Mining Attempt 4b0f5f56a49a84ea8cbfff84334cb40663b5e581bed28f3b63389759726b3c38
Version 20000000
Previous Block 0000000000000000000055880e256a4e50ecfa1ad00ad00ce1d4101e045ead07
Merkle Root 8754a87ffc7cd9396aaf8dc259a21a6a98508e24954b24c34740bd422b55a0dd
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,277
Size: 1.00 vMB
Total Fees: 0.01176322 BTC
Feerates: 44.54 > 1.18 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,495 (455,877 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,618 458,618 00000000000000000179155ff7179c11712d2c461d3d136320782786e2f5415e 1,830 1.00/1.00 vMB 148
458,617 458,617 0000000000000000015eb08503d5d92f0230de7f5854742223ebe1fe202b2a2c 1 0.00/1.00 vMB 0
458,616 458,616 00000000000000000235d4c33ba1a85ade94c8e7fde2ed40571f3a03a9214642 1,311 1.00/1.00 vMB 119
458,615 458,615 000000000000000001fededc43dfc2ca53deae6cb15eebed5b0f7f38da271bb4 794 1.00/1.00 vMB 106
458,614 458,614 000000000000000000827762fa6176d7e17ae7c28470b0b41c28e9447bd7cb29 1,954 1.00/1.00 vMB 162
458,613 458,613 0000000000000000015d695120bd45a440e8284fc12bc982bc6614d1692e662a 1,844 1.00/1.00 vMB 163
458,612 458,612 000000000000000000a3c520b09312517eee93c09b84aae958121518b133339c 2,020 1.00/1.00 vMB 158
458,611 458,611 000000000000000000c1ff0666162f5aa78b6dbd6d0c52155029c5b9738c2f0e 2,692 1.00/1.00 vMB 190
458,610 458,610 0000000000000000017e1f7b65dcd0c6a35f60c55532a3d05e6f98e20421be2c 2,600 0.99/1.00 vMB 135
458,609 458,609 000000000000000001e2ab056dbafceecabf4c1e66f1f40585faaca76440e0fa 2,544 1.00/1.00 vMB 281
458,608 458,608 000000000000000001599288dc06453682b19f8db09ef41a3042adda0f73cd52 1,179 1.00/1.00 vMB 82
458,607 458,607 0000000000000000018b55f7dc83f887b759f151d2c6d7aeafc130f2db65cdd3 1,908 1.00/1.00 vMB 125
458,606 458,606 0000000000000000016c41fa5ec014953e2e332cafe35560ee4b2144f8dec91c 2,061 1.00/1.00 vMB 165
458,605 458,605 000000000000000002220daa9e47d873e55bd7175342d1e3ffcb855b69b7138d 2,183 1.00/1.00 vMB 173
458,604 458,604 000000000000000000a3ed9e6081b59119859dea70dee6eef80f973d967f1a51 2,249 1.00/1.00 vMB 223
458,603 458,603 0000000000000000006357695f04e7dfa750567094184fa9ca567735a9f37f90 1,801 1.00/1.00 vMB 111
458,602 458,602 0000000000000000022e09a06d40a860f797c7d5537c41dbd172b909830f7c17 1,813 1.00/1.00 vMB 221
458,601 458,601 000000000000000000a4c87351460dfa6d697ea38fabf5bec427eef4ed186ed3 1,797 1.00/1.00 vMB 183
458,600 458,600 000000000000000000e01882d116c73dbcd9e4cdd26e4f03651363b26a64b226 2,328 1.00/1.00 vMB 250
458,599 458,599 000000000000000000f33ee96e866870bbdac86ff28c37a711d8aa72a1d2234a 2,384 1.00/1.00 vMB 281
458,598 458,598 0000000000000000009312aafd06618b4613be1f0f0bb58bfe7077e2d4b890ee 2,612 1.00/1.00 vMB 215
Previous 10 blocks ↓
Total Size: 781.49 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: 611.92 GB
    • Received: 10.93 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.