Loading Tool

Explorer IconExplorer

Memory Pool

79,169 transactions
30.07 vMB
0.12488606 BTC
Random Selection Loading Transactions
Max Size: 180.40/200 MB

Candidate Block

Mining Attempt 096114d9bcef3a0b9c1549bd014a66d66eb5a1d2380571a74199d30d4d487af5
Version 20000000
Previous Block 000000000000000000010a603dda0ac2a744c116ca8bad054b459a9dad33945d
Merkle Root 15ef14ab4b03243081eeeeb74699321c5459899728c82af7b48b3a0489292298
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,774
Size: 1.00 vMB
Total Fees: 0.03880147 BTC
Feerates: 673.02 > 3.89 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,273 (276,931 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,342 638,342 000000000000000000034d667223359f1b4a92b5b8f5d091dfdc505eb4e5c15d 2,552 1.00/1.00 vMB 31
638,341 638,341 00000000000000000003597a1e26f4d37127be32b5b84f62784303325b335f2b 1,876 1.00/1.00 vMB 38
638,340 638,340 00000000000000000010e65b048e4cb10f4e1f42de29bc297d1d60eedd37ec34 2,859 1.00/1.00 vMB 29
638,339 638,339 00000000000000000010cc146973551063b554d3e063670b3b3eed7988a4973a 1,789 1.00/1.00 vMB 32
638,338 638,338 000000000000000000096b379ee2381c824c9b5a8d8dde4ef779e2c9a647b3b9 2,787 1.00/1.00 vMB 36
638,337 638,337 0000000000000000000ff9374985ac1e88fc0ecf0ffe81e8b47db61f38c588ba 2,367 1.00/1.00 vMB 52
638,336 638,336 00000000000000000002c3c883bb0fab38a97f31500c4525215ec27ad6912704 2,616 1.00/1.00 vMB 35
638,335 638,335 0000000000000000000da87bee66317c43e54b8115910f7f6915472d6e2af94b 2,674 1.00/1.00 vMB 46
638,334 638,334 00000000000000000009bc31bb1a84b0bd00b4729d44d5fce5c1713fbe734971 1,926 1.00/1.00 vMB 36
638,333 638,333 0000000000000000000e0cdbc04f45423057d56e6e0d4910389e9253a893d7b0 2,942 1.00/1.00 vMB 44
638,332 638,332 00000000000000000004f54ccb608c5baee0bb005fa35edba5f75c4aa444808c 2,330 1.00/1.00 vMB 62
638,331 638,331 0000000000000000000d06dcef6ea56e2ec3eb1d008fe545dac4b56888922793 2,966 1.00/1.00 vMB 34
638,330 638,330 00000000000000000009a9e6fbed7b58298ac8bf9dc7451dd9f8fa57de0c193f 1,574 1.00/1.00 vMB 42
638,329 638,329 000000000000000000015a098f52e03f2749d5c9a0d1e26aeda1071bb0b04144 3,002 1.00/1.00 vMB 53
638,328 638,328 00000000000000000004e533da03a93cfa440a572877bc38d282933ec80d7930 2,675 1.00/1.00 vMB 52
638,327 638,327 000000000000000000089d05cfff3445361b0cdcd9257f591e0a000f09d8c415 2,528 1.00/1.00 vMB 53
638,326 638,326 0000000000000000000e4da0fc732c6e2922d971d7137093a8b3feb21c7db689 2,808 1.00/1.00 vMB 36
638,325 638,325 0000000000000000000b6101f341032c3f87d74b31dec2cf37b8044131189ef4 2,641 1.00/1.00 vMB 34
638,324 638,324 000000000000000000045573ad2d3ffb5ffa824cd56045e1dcfa8ed67a807fcd 2,507 1.00/1.00 vMB 47
638,323 638,323 0000000000000000001199b8428f18de0268bde8f677c2721ca81bb8b8369e57 2,376 1.00/1.00 vMB 39
638,322 638,322 00000000000000000000ecb297f95937f23be8c5c8b438ca9fb198d976d61f20 2,780 1.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.86 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: 713.05 GB
    • Received: 17.28 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.