Loading Tool

Explorer IconExplorer

Memory Pool

76,934 transactions
28.55 vMB
0.06344859 BTC
Random Selection Loading Transactions
Max Size: 173.28/200 MB

Candidate Block

Mining Attempt c1b0e42f83f246a1f7e59769bb78b8e970bc78e50da1081715dfcc74b448ffbd
Version 20000000
Previous Block 000000000000000000006b4c7bb2ab823a26bc3d3f20f2f0ec55782dada1c679
Merkle Root da728409f4125be09d57ad4dcf2bc0410081400edd8855bf232a2e6f2d9d6711
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,080
Size: 1.00 vMB
Total Fees: 0.00414816 BTC
Feerates: 40.21 > 0.42 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,104 (346,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,375 568,375 000000000000000000045433c13c040941f47610e95a46fe251229e124527951 878 0.26/1.00 vMB 24
568,374 568,374 0000000000000000000343ae96135a7d268a4da7f0b7e2f8065dd710223a21b9 2,516 0.84/1.00 vMB 21
568,373 568,373 00000000000000000012a14b76f4a733dc97c0c0df7a7ed50fc7c93f3709c73a 780 0.25/1.00 vMB 17
568,372 568,372 0000000000000000002a6a668a9b75c0fc77f2c2d01bf3db26435b3c0bebefc0 2,187 0.71/1.00 vMB 24
568,371 568,371 0000000000000000001d86c2c030fec198fb2cc7069464e579ec74211fd8b227 1,208 0.43/1.00 vMB 18
568,370 568,370 0000000000000000002d75444e3bc9752680d1d037cc78d0e770967e05a0f960 1,789 0.79/1.00 vMB 15
568,369 568,369 0000000000000000000b226d2855a0dc0a1bcb20819bccf878e90a3f47d3e506 2,671 1.00/1.00 vMB 12
568,368 568,368 0000000000000000002d4df07b4bd0c359093d9f5136e5906c7d4314f214b520 3,195 1.00/1.00 vMB 33
568,367 568,367 00000000000000000009146b131fc2d561128fa3b9a65612192b57bb4b525571 1,710 1.00/1.00 vMB 18
568,366 568,366 00000000000000000022a98a503e65332cd271a240daddd0d654899c5912e220 1,551 0.56/1.00 vMB 11
568,365 568,365 0000000000000000002b000985ff9bdbe8f300530b0795ee7cf91ecb2dd1191d 3,370 1.00/1.00 vMB 14
568,364 568,364 00000000000000000003710ffcbe7d425714efd11ddf989a4fd06cbcdf1c6743 2,671 1.00/1.00 vMB 25
568,363 568,363 00000000000000000000da24f4ae4b246caf7a4a76a131ce79ea27fce008ff2c 3,037 1.00/1.00 vMB 16
568,362 568,362 0000000000000000001c740a9098f123cab850470960153765b5c7a676c95c70 1,945 1.00/1.00 vMB 14
568,361 568,361 0000000000000000001b94b05fe2b004af6efab627141ed266262d1efe8712e6 1,904 1.00/1.00 vMB 21
568,360 568,360 0000000000000000001c902c49ae6edefd40d64d518e5f8fcfc62b3e8941d75f 1,200 0.38/1.00 vMB 16
568,359 568,359 0000000000000000002b25fefba8d4b49384660e19d2410dd26ed250a64e41a6 43 0.03/1.00 vMB 7
568,358 568,358 0000000000000000001e2c52b041dc46c93a00a6e123ac6ff2935beb31469b90 199 0.06/1.00 vMB 13
568,357 568,357 00000000000000000024143f9938752d9bbf66f8e04dd96fcf69b4e0092f8757 853 0.35/1.00 vMB 17
568,356 568,356 0000000000000000002bab815f0a2f7ab4e137287d9e18a5193b8268ed108d84 246 0.08/1.00 vMB 14
568,355 568,355 00000000000000000023fa7076fbcac3c2261b8591ea5f12344c7b64d3e0c1bb 396 0.12/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.57 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: 671.10 GB
    • Received: 15.86 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.