Loading Tool

Explorer IconExplorer

Memory Pool

75,421 transactions
27.77 vMB
0.08049974 BTC
Random Selection Loading Transactions
Max Size: 169.53/200 MB

Candidate Block

Mining Attempt 565ebb5e9805058b60c67fce8edbd3fb954ad0f879478e99f84ad232122aedde
Version 20000000
Previous Block 0000000000000000000021e2c4eb92099d11dad9b184db83f142c9df3a31ecf9
Merkle Root 7744573373e1c7db4fd6e974c9ae16e8bc32b4b24e390e6c63bf3bd5fbc56257
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,303
Size: 1.00 vMB
Total Fees: 0.02107174 BTC
Feerates: 106.68 > 2.11 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,261 (418,868 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,393 496,393 0000000000000000001f0e0e54be629f467743bcebc2b1578dfb0a1c72f18598 2,608 1.00/1.00 vMB 186
496,392 496,392 00000000000000000097e9f723296d87919e0cf98bf430e44677c2c3cf1f9aab 1 0.00/1.00 vMB 0
496,391 496,391 0000000000000000003403d16712ad35537baf1b196bedcb2c463400bc69e1bd 1,937 1.00/1.00 vMB 78
496,390 496,390 0000000000000000000c92bef1ad0c945d4458e4b34e7a4e92f10b3511e8eb07 2,248 1.00/1.00 vMB 84
496,389 496,389 000000000000000000a12a337c64453611d8e6bac2469ce60340a3a2ee5b80a9 1,633 1.00/1.00 vMB 105
496,388 496,388 000000000000000000a01900812813aade54a4beba103c9b7600625699781494 2,440 1.00/1.00 vMB 120
496,387 496,387 0000000000000000007bca7851e198071ceb0002617b2396c0e24fe57845d6e7 2,652 1.00/1.00 vMB 133
496,386 496,386 0000000000000000000486830130e4fa6c1bf20a5dbdd8b43293ca8d9aa023a9 2,402 1.00/1.00 vMB 147
496,385 496,385 000000000000000000a616fbd523c08fe024e3a4c167db8197940c625632724d 2,514 1.00/1.00 vMB 148
496,384 496,384 0000000000000000007d031b4c698505097c889c3bbbd9d2b3c2b1a4e8420275 2,788 1.00/1.00 vMB 188
496,383 496,383 0000000000000000001d831cdab140ee9ed668d8e4ff47dfc7e84bdd6ba53c65 2,793 1.00/1.00 vMB 157
496,382 496,382 00000000000000000032f072a26a3c77aa90caf0e3ff077211674c313300ce53 2,829 1.00/1.00 vMB 135
496,381 496,381 0000000000000000002b65e235aafc0d97783e758496bf36260258fcb7f2f777 2,507 1.00/1.00 vMB 192
496,380 496,380 0000000000000000003688e10f8405d325a37b36d10d4e2109b75a629f76856c 2,786 1.00/1.00 vMB 128
496,379 496,379 000000000000000000196d28c46518cf46c57bbcada29e3c772c4e2f224540fb 2,433 1.00/1.00 vMB 126
496,378 496,378 000000000000000000845b9485040ef2f12753e30b59808872b41660985893c1 1,913 1.00/1.00 vMB 150
496,377 496,377 000000000000000000cab17847e40e47361da139cd2c8a6ebb0dc70f4150050b 2,642 1.00/1.00 vMB 159
496,376 496,376 0000000000000000006fef35557e6d7c6af5155f6c8527bf2d857463d4312355 1,344 1.00/1.00 vMB 161
496,375 496,375 000000000000000000d0b9d0454d0da4eaeea2edd1e2e6f8ef8ac755ce96e771 2,284 1.00/1.00 vMB 169
496,374 496,374 0000000000000000006f4c453d34c8d143041ed8b505ef3055c5eb94ffbfd51e 1,754 1.00/1.00 vMB 151
496,373 496,373 0000000000000000003e2578bc37ee0c7f59637d06441b99afe96eb602f8ee5c 1,921 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.85 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: 712.50 GB
    • Received: 17.17 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.