Loading Tool

Explorer IconExplorer

Memory Pool

22,182 transactions
11.28 vMB
0.07336116 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 63.41/200 MB

Candidate Block

Mining Attempt 735464948027375b86d8aa97c9967bf002b9433483a172cc704dd6b7e090a539
Version 20000000
Previous Block 00000000000000000001b91c0ef384467c1091a9b2bb6c2b0bb8142febdb33c5
Merkle Root 1ccfce4e69ae0425edca8091c6e098957fe710a5b38f25910ffda7ef955b1c01
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,693
Size: 0.99791325 1.00 vMB
Total Fees: 0.05492345 BTC
Feerates: 101.64 > 5.50 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,632 (657,454 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
256,178 256,178 000000000000002926fef3f4430ba264923ca7d272877a19d5130dd66f9e7c84 97 0.06/1.00 vMB 74
256,177 256,177 000000000000000ab7e19b031e8c5539079492569c231c08d21dda76ad669ee9 383 0.15/1.00 vMB 113
256,176 256,176 000000000000002553cf2d45f433168b14ce66e4933cad87c1ba2582b0784dd3 355 0.15/1.00 vMB 102
256,175 256,175 000000000000000ff21b1ea283efe20dd5f825966ee065949b70ab94fde85956 387 0.16/1.00 vMB 103
256,174 256,174 000000000000002457518f7c0218b5c4f9de1fb134061d1c5ebab332b0ce119b 259 0.12/1.00 vMB 115
256,173 256,173 000000000000002252f8c3af17e886aa7055ac12e0dd85a728f80a55ae0980c3 565 0.24/1.00 vMB 110
256,172 256,172 000000000000002ac6e1db98f2cfa3a8f4d80b3c8f671da114e4f1b9e2e77f97 127 0.06/1.00 vMB 93
256,171 256,171 0000000000000024a569b21c20573bfd1e903c6b1554a5c53bf8f6fee2cde897 104 0.04/1.00 vMB 90
256,170 256,170 0000000000000026f52767b50e9854f55fba666f0cbf26447049de3f5c384d71 260 0.11/1.00 vMB 149
256,169 256,169 00000000000000280f500eee70a7d691308c5c5b832363665e6ee2fa3e814a4d 437 0.18/1.00 vMB 117
256,168 256,168 0000000000000030d00068004ab78fcb6150f50e12dce4678f5d56a4b72ebaa5 161 0.07/1.00 vMB 63
256,167 256,167 000000000000000e4d6899f2db4ec5afd5b85d2e4ec9da42b9d177a3aedf7d5d 545 0.26/1.00 vMB 70
256,166 256,166 000000000000000422045ea0bf5b7244b045be5569afd4c4c2a0ad68e88b5502 627 0.25/1.00 vMB 143
256,165 256,165 000000000000002384f1ec284d900a1b0bbde70aeb9c537a513e6c3b764080f9 510 0.22/1.00 vMB 85
256,164 256,164 0000000000000030e905d1ef5509b76687027ec13bf18e634043a6213d81d00c 617 0.25/1.00 vMB 154
256,163 256,163 000000000000002977f5afb91588978919a6e579030948244f3263bebff679f7 133 0.04/1.00 vMB 51
256,162 256,162 000000000000000d0013777febe6df1d1789a62b26527597d2e3b81608e5c351 383 0.15/1.00 vMB 117
256,161 256,161 0000000000000008c112fa7dc4af78ed5b3f9b29a22c34db1f784af79ed6769c 331 0.13/1.00 vMB 109
256,160 256,160 0000000000000017f9cf9effc36bb38eb0322cdfdf6f09c7cd3f5158b95fef9e 150 0.06/1.00 vMB 119
256,159 256,159 0000000000000003f0b0b4ddc2e25e6a3c668ce2b340f29f700654c3930098e5 73 0.03/1.00 vMB 28
256,158 256,158 000000000000000cd70736886920c130c0d5d60fa65c2a5195a2347985334d54 182 0.08/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 779.96 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: 468.93 GB
    • Received: 2.91 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.