Loading Tool

Explorer IconExplorer

Memory Pool

79,170 transactions
30.69 vMB
0.10579685 BTC
Random Selection Loading Transactions
Max Size: 180.11/200 MB

Candidate Block

Mining Attempt 87e44036923ac19313d84257f4aaa2cff3f249d69eea65e56868b5ab68e37f01
Version 20000000
Previous Block 0000000000000000000021f3a956650a7471edcad1ab0779099a4375c55a0f91
Merkle Root dbffc5b2ad3893bb3b0bcf7b3b373971df33c9ba1a1cb815380565ec81ee10aa
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,851
Size: 1.00 vMB
Total Fees: 0.03285172 BTC
Feerates: 201.36 > 3.29 > 0.47 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,058 (140,472 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
774,586 774,586 00000000000000000000a2368f8d01b5048f4084090ce1b4cfb146fde1f4bf9d 3,609 1.00/1.00 vMB 28
774,585 774,585 000000000000000000063c1edbf9865d3695cff9b8aa35bd34a60e956e021fa5 3,236 1.00/1.00 vMB 33
774,584 774,584 0000000000000000000178ea0893f29a892c80c65619ebeda0d1ba777e9ac635 2,762 1.00/1.00 vMB 27
774,583 774,583 00000000000000000005dd47a97395b28caf6da80310ea94b9b0333c3df3af82 3,385 1.00/1.00 vMB 21
774,582 774,582 00000000000000000000891e7b4a90c83763f929ad1f31b7bd90e15b0d60e6f9 3,268 1.00/1.00 vMB 17
774,581 774,581 0000000000000000000346bfb9268302c6fb78d4915f898bcec25cfd72c0361b 1,470 1.00/1.00 vMB 2
774,580 774,580 00000000000000000006c91152f4e68ff10885f4b1371cff6d0cf36a13348175 3,433 1.00/1.00 vMB 15
774,579 774,579 00000000000000000001b3c0a972bfb85165b909bcf760c52034a303a09f2f5b 3,277 1.00/1.00 vMB 11
774,578 774,578 000000000000000000028c3f42d26f76f8d3d1523e4e85cbbc1bde4957dfbd80 2,385 1.00/1.00 vMB 23
774,577 774,577 000000000000000000055feb1099dad0a070c6a1a2ddc8f846f9c1f5db31c992 3,436 1.00/1.00 vMB 25
774,576 774,576 00000000000000000005d2b3002fca63d5083fec2a75662000896d878c6d0d17 3,703 1.00/1.00 vMB 17
774,575 774,575 00000000000000000000c66224572d1eaaf5c010101035083a46f2adfc5af2bd 2,381 1.00/1.00 vMB 16
774,574 774,574 00000000000000000001419138dc8f8580e2f65a376f3b11580de2f98bc258ae 1,446 1.00/1.00 vMB 18
774,573 774,573 0000000000000000000580958d39808cea56e93a5bb925ec2a4f32d37fae5824 2,292 1.00/1.00 vMB 21
774,572 774,572 00000000000000000001baa04b030584316d7513a9ac219b171fe3c1b36c3e8f 1,535 0.57/1.00 vMB 15
774,571 774,571 00000000000000000004b441537a5170788470855c67777eeb1afb19e473dc76 2,386 0.99/1.00 vMB 12
774,570 774,570 00000000000000000006dcd184d37e5d749ccdd67ac987483b11dfa80c801c36 388 0.11/1.00 vMB 15
774,569 774,569 00000000000000000006587946b332e570380a543521543e08af08fab52f33f5 743 0.23/1.00 vMB 15
774,568 774,568 000000000000000000031873ae3279d99a227d35d02b1130e8be77279836e6ae 795 0.47/1.00 vMB 7
774,567 774,567 00000000000000000006d17aad8f69745d3f3adc620e69b7bf82c9a3a6f65830 1,946 1.00/1.00 vMB 11
774,566 774,566 00000000000000000001a569b58afe7b1728246e3630036ce69c8864f07d4485 1,543 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.49 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: 668.33 GB
    • Received: 15.48 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.