Loading Tool

Explorer IconExplorer

Memory Pool

54,468 transactions
32.12 vMB
0.14791526 BTC
Random Selection Loading Transactions
Max Size: 171.59/200 MB

Candidate Block

Mining Attempt d1e80291446e8b6e6eb4532ff9788f3491949f894f71df454cd9c14c942edfce
Version 20000000
Previous Block 00000000000000000001313720cdab0b96a52eb599aa00254522f99d726b53eb
Merkle Root c8358b3364f4244fa3d2a16850073dca8d2a0cafbf6fda50bffbdf8ec128fa30
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,241
Size: 1.00 vMB
Total Fees: 0.04667913 BTC
Feerates: 104.17 > 4.68 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,821 (421,219 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
493,602 493,602 000000000000000000373510fe579b16f05137418a7c33a5616a30f1f49dc92b 2,428 1.00/1.00 vMB 71
493,601 493,601 00000000000000000031f3f5bdde675cab18de8a35159c1faa4826e63ac63290 2,049 1.00/1.00 vMB 51
493,600 493,600 0000000000000000001fe9879c2bc475235c5da54a504deee75c50de9d509ab5 2,126 1.00/1.00 vMB 102
493,599 493,599 00000000000000000007964936202e3a49acee1ed8dc36f6d58438808c466cff 1,155 1.00/1.00 vMB 15
493,598 493,598 00000000000000000075bf3b72636461aa1e3cdf2597d2769d920be22f336283 1,818 1.00/1.00 vMB 126
493,597 493,597 00000000000000000091225381282f3254755edec848b344f70a21a3ca9d3b0d 1,507 1.00/1.00 vMB 59
493,596 493,596 00000000000000000003f35fbde750fb8c72645f9b10541f8d16b3858675085b 1,329 1.00/1.00 vMB 102
493,595 493,595 0000000000000000009c23ba7f7582ed4c52cffea10db34be0a89e48208611b3 2,392 1.00/1.00 vMB 64
493,594 493,594 00000000000000000040c74c42acecae5daa5b4b857c7142dc05641836a41ea6 1,853 1.00/1.00 vMB 165
493,593 493,593 0000000000000000002bd20298ef087d8ddbc1dc8b07ac32c5e67de70417e6f1 828 1.00/1.00 vMB 277
493,592 493,592 00000000000000000064280edb0810c2257f10cfed2e3fb4cb6c3be30b6066dd 2,276 1.00/1.00 vMB 28
493,591 493,591 0000000000000000003196c43c1025792159dd270f8fea9df26f3ff638a3705e 2,336 0.92/1.00 vMB 232
493,590 493,590 0000000000000000007d01034264b9411e5264b27531b66d3ce68f41b67ba8a4 2,257 1.00/1.00 vMB 155
493,589 493,589 0000000000000000001759befc77764ac2b18e9acb4ae29ab68d21c074c43d16 1,767 1.00/1.00 vMB 167
493,588 493,588 000000000000000000b6c108ed4ae8e7ae88c1e196c564d00431ff983f14d2d1 2,839 1.00/1.00 vMB 274
493,587 493,587 0000000000000000000e3420f7730a98da4a0e9ce9eeaf2bbdbc05a5647d67b5 1,985 1.00/1.00 vMB 155
493,586 493,586 0000000000000000005a0efa4037ceb72d4b36aa74e0852ea1044c9073a49301 932 1.00/1.00 vMB 54
493,585 493,585 000000000000000000ae3fe1327b26426b55f7cb0c7febb90e30e88bc6cf88d3 1,682 1.00/1.00 vMB 180
493,584 493,584 0000000000000000002b57459bd3af7015822bc951ff4f5976a0a8452c53f868 1,779 1.00/1.00 vMB 170
493,583 493,583 000000000000000000740a2cab166e00496f78dc1f013ca2e9a5227c36585c5b 2,244 0.93/1.00 vMB 251
493,582 493,582 00000000000000000041c66f7960c8ad55686589fc17096a2c6584b115996900 1,671 1.00/1.00 vMB 197
Previous 10 blocks ↓
Total Size: 782.07 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: 651.26 GB
    • Received: 13.51 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.