Loading Tool

Explorer IconExplorer

Memory Pool

82,096 transactions
30.52 vMB
0.13447136 BTC
Random Selection Loading Transactions
Max Size: 183.67/200 MB

Candidate Block

Mining Attempt 46c0273569f77079f720fabca70490f8a1e92dc1087251e43a042fe679e08657
Version 20000000
Previous Block 000000000000000000016243f6155663ea56aeb617e220dfe372214395a7d65b
Merkle Root 872c82873cc42a9b18382195b3f7881a64cca90cce83b9eda7b508fc44be56b2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,133
Size: 1.00 vMB
Total Fees: 0.05247603 BTC
Feerates: 302.06 > 5.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,129 (260,289 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
654,840 654,840 000000000000000000061b6f0a2ad2e1a9df4a638fea92af4cf4c469edf8ed04 2,877 1.00/1.00 vMB 256
654,839 654,839 0000000000000000000c6fbcde69b1d36b1e3bd6d5a8cd56b0c0a51e5ae48255 2,497 1.00/1.00 vMB 230
654,838 654,838 0000000000000000000a0be856d419a70fdfb5e5af2cb6e172f614ca9f82d3d4 2,596 1.00/1.00 vMB 234
654,837 654,837 00000000000000000008691ccc20149ad9729180903081b0ccea9e695e3fe205 2,615 1.00/1.00 vMB 234
654,836 654,836 0000000000000000000c9823c7935a8beb928eecae97dd6025f9f3c800416b7d 1,989 1.00/1.00 vMB 311
654,835 654,835 00000000000000000008e8a7f583bdc0ce8fe70a1147d345dbee563e0b488863 2,778 1.00/1.00 vMB 267
654,834 654,834 0000000000000000000c5845eafa74a0a9f3e6373e7c447ac84997f7ef238847 2,407 1.00/1.00 vMB 235
654,833 654,833 00000000000000000009ea3c513209e8847d53d32a495ba65128f89fe1f8356c 2,710 1.00/1.00 vMB 295
654,832 654,832 0000000000000000000c5007a9f2421e75397db74c176fd0ffcf8aa25a12a177 3,011 1.00/1.00 vMB 236
654,831 654,831 000000000000000000052e9104d14ef3eeb200fe7d62cac4efe38933ec6181af 2,683 1.00/1.00 vMB 266
654,830 654,830 000000000000000000055f9f270ffb9039362c3094d0ee3a8385c2902538dbb2 2,896 1.00/1.00 vMB 263
654,829 654,829 0000000000000000000b72103b84caa0db863505650266596c47468fb16b7e62 3,179 1.00/1.00 vMB 272
654,828 654,828 000000000000000000068583a83bfec84d88a74970ded7f0a8e597d052ef7db4 1,138 1.00/1.00 vMB 245
654,827 654,827 0000000000000000000367fa73c783759ed5d2cde25d295cd47cdc35b578cbb1 1,868 1.00/1.00 vMB 332
654,826 654,826 00000000000000000000fde32893009040a787e97015742d26983323b33c4187 1,750 1.00/1.00 vMB 341
654,825 654,825 0000000000000000000d0903b56a19b3a65c3c5bfbaadc9bc6201462a801360c 2,305 1.00/1.00 vMB 333
654,824 654,824 0000000000000000000dd9cfee580e136bd503bcf3cb57a11c4757deb6d67d20 2,734 1.00/1.00 vMB 304
654,823 654,823 0000000000000000000a07d7f00bf35ad55c20d30ffadf2da85eafdefd7aaabc 2,712 1.00/1.00 vMB 306
654,822 654,822 000000000000000000050402c400d6e03ff1a46465ec9d9d5973979bdd6555a8 2,993 1.00/1.00 vMB 287
654,821 654,821 00000000000000000006a08505fa4ad160f80f52cf4b65d2207be48e3bbf06f6 2,193 1.00/1.00 vMB 286
654,820 654,820 0000000000000000000df6ccdcf97cbdd8ec7c36c3cdc650c47929bd5dd763f5 2,385 1.00/1.00 vMB 337
Previous 10 blocks ↓
Total Size: 782.62 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: 672.01 GB
    • Received: 16.11 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.