Loading Tool

Explorer IconExplorer

Memory Pool

42,708 transactions
30.67 vMB
0.07287977 BTC
Random Selection Loading Transactions
Max Size: 155.85/200 MB

Candidate Block

Mining Attempt 76e9eec11ebd0af79f856e0b5fa09dd7d84dbaf18d35e3d2feb28dab1a2e5484
Version 20000000
Previous Block 000000000000000000017125a6a7faa44f2292bc9aca47cb4361639a6915be4f
Merkle Root 866fe468b8786de3a271000746218677189da924774a490f5c5dd7a7ec9a8f0f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,580
Size: 1.00 vMB
Total Fees: 0.01144262 BTC
Feerates: 100.44 > 1.15 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,451 (394,491 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
519,960 519,960 000000000000000000132acf6f075c36a6210cedde5621e690a156fb96857d96 239 0.18/1.00 vMB 98
519,959 519,959 0000000000000000002a775000b5e0bcc2a50daf2075c64a896ee2d93dbc6e6e 605 0.23/1.00 vMB 72
519,958 519,958 000000000000000000261f683bad50b40eefe1f9e4c3e5445adb7860f19d4819 2,076 0.99/1.00 vMB 79
519,957 519,957 0000000000000000003c62cdc18d3c04a0211a677365fac638f46c2e490c2f15 1,355 0.63/1.00 vMB 58
519,956 519,956 00000000000000000024db5b00829241e0fdbe75d14ca6ee2240eff55f16acea 1,673 1.00/1.00 vMB 90
519,955 519,955 00000000000000000015357bc0f1fc79287a8fa35ecfc1da1ecfa87b57af8ac6 132 0.04/1.00 vMB 77
519,954 519,954 00000000000000000035e01a8eb12d380a3d02b4cd9007bb7c57400cd8f70b2c 1,281 0.63/1.00 vMB 72
519,953 519,953 0000000000000000000a58d6fc60ac606e5f4579fd08e693338c70a9ea0fe0be 635 0.39/1.00 vMB 76
519,952 519,952 00000000000000000026075caaef5fca9001fecd41c5f6168e85f8eb6ac525ca 740 0.30/1.00 vMB 73
519,951 519,951 00000000000000000004c4fd9945f2d8cb9f3ed14d535a584a6ff09211c87384 1,570 0.97/1.00 vMB 48
519,950 519,950 0000000000000000001f3b5fbd865609cf0b569050eea2a851dacaca331e1f10 263 0.15/1.00 vMB 55
519,949 519,949 000000000000000000430712a3afbd30a886a665e3ca2478ef492408ed9716a6 1,580 1.00/1.00 vMB 67
519,948 519,948 00000000000000000010eeb9b4ec29c067a87ef044ebfad705ec8856f4c013ac 1,051 0.68/1.00 vMB 40
519,947 519,947 000000000000000000168b6c74b33a757c36b8268c604dc9b0732e4ad9acae11 1,952 1.00/1.00 vMB 91
519,946 519,946 000000000000000000445a3cc6212a3b3aac4f6f77fe1d05b5364edd5236ac98 176 0.40/1.00 vMB 1
519,945 519,945 0000000000000000002e8bd6e1e0bed90ddbedc2de812fd8eb71ed67b4ad83d9 1,288 1.00/1.00 vMB 25
519,944 519,944 00000000000000000022a5cafb9e8e01a141ff2352a238beba2c556ab6d1c801 1,830 1.00/1.00 vMB 93
519,943 519,943 0000000000000000002ca4314ebc01d2546578546a9d9cf05a2bf802db9ae2c2 794 1.00/1.00 vMB 22
519,942 519,942 0000000000000000000d3d3852e37db82230fd498eb104219a8ceeac41a640c8 1,048 1.00/1.00 vMB 15
519,941 519,941 000000000000000000045193ea3b8f5805fa73143b28ec793027748e54edaef3 2,040 1.00/1.00 vMB 67
519,940 519,940 0000000000000000001834207ca85adee899df9ad1b91768db6eda9fb6257ee1 1,816 1.00/1.00 vMB 90
Previous 10 blocks ↓
Total Size: 781.41 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 604.45 GB
    • Received: 10.55 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.