Loading Tool

Explorer IconExplorer

Memory Pool

41,507 transactions
30.03 vMB
0.07184381 BTC
Random Selection Loading Transactions
Max Size: 152.60/200 MB

Candidate Block

Mining Attempt 530bc69f343259e7460f31c61828a5c12bfc6748fbaa7935bb22f87a8a9f545a
Version 20000000
Previous Block 00000000000000000001f159911b6b81a9562df458945e3743bcfba5bbd0f743
Merkle Root 30181275dd92388d4dd808f2c879a7a49fb2d24db4c4a9588847f7041a714bcf
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,245
Size: 1.00 vMB
Total Fees: 0.01210568 BTC
Feerates: 100.25 > 1.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,584 (735,353 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
179,231 179,231 0000000000000755eb850ef7e2dbd760ce93fa7c46b0e66cc750404b7b3b41c7 44 0.01/1.00 vMB 44
179,230 179,230 00000000000009b7dbbdcb29965b20660960601020ab9ed429ea833ecf5decab 11 0.00/1.00 vMB 54
179,229 179,229 00000000000009dafbcd67da99b7d10a529501dc371ccde1233313e9e22ff618 31 0.02/1.00 vMB 72
179,228 179,228 0000000000000111b54e05a5990acf47ecfe7c3e1bb23d72a3f9f647e2457af5 18 0.01/1.00 vMB 298
179,227 179,227 000000000000017454ddc2442c4a1e65be254e2d5c50a0988a7d4919ef6ed7d0 76 0.03/1.00 vMB 1,773
179,226 179,226 0000000000000a1f3b8b9c7b05ad381704e061adc293a6b9c01f847530ed8b00 100 0.04/1.00 vMB 138
179,225 179,225 00000000000008d044e18b3deda68ded0797ec8523b1918d73574177b9bc07d9 54 0.02/1.00 vMB 211
179,224 179,224 00000000000003f3aaae1e253f976f05a6a2fa9e0b202b6e613e77e5528e4b1b 67 0.02/1.00 vMB 2
179,223 179,223 0000000000000a27729d1ba09b6f0e13739624d72cf47d10dbd9777b7aaccedc 78 0.03/1.00 vMB 102
179,222 179,222 00000000000002f27b95d4b9110ee62fd6c0c8a0ce2108048cb3af6358b4f2f2 26 0.01/1.00 vMB 125
179,221 179,221 000000000000064bcb03e969745975186388e1f7e8ababb2c0efe1148015af51 108 0.04/1.00 vMB 124
179,220 179,220 00000000000007ff5e721c92fbe0345e0d67e601ed3889564b85cdf2d6a987db 93 0.07/1.00 vMB 89
179,219 179,219 000000000000068a4c52ac251fd8705365caa6895c784ac6cd094880d2bcac10 14 0.01/1.00 vMB 299
179,218 179,218 00000000000008ff16268a90c8d28ff5139a70440e17ec28eaaeed5ea3648004 91 0.05/1.00 vMB 341
179,217 179,217 0000000000000a45ca0e0da6aa9dfecdadaf993dbee66793ccaf74335851407b 34 0.01/1.00 vMB 110
179,216 179,216 00000000000000d24bc5c7dee794c2ee88eabb031077e86e7073f06207061a3a 395 0.16/1.00 vMB 129
179,215 179,215 00000000000008a4bc74eef85fe2e3966fcc176faa29facac60e4122dbd13457 48 0.02/1.00 vMB 134
179,214 179,214 00000000000002a381b99a497543e8cc7f2ae32d0a488adcb1898d9e8a9b28ed 163 0.05/1.00 vMB 35
179,213 179,213 000000000000067ba6cac6c96d5fba01d840aa2eb54e877dee29a6f6ecae0282 395 0.15/1.00 vMB 154
179,212 179,212 000000000000024d7dbf1ca2226450467b353b293867805f7dab8fe1968918a5 152 0.06/1.00 vMB 203
179,211 179,211 000000000000002241cf47a6bdbc011c7e6cc0ab43d7367e8a393c6158463a00 16 0.01/1.00 vMB 57
Previous 10 blocks ↓
Total Size: 781.66 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: 627.05 GB
    • Received: 11.72 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.