Loading Tool

Explorer IconExplorer

Memory Pool

79,481 transactions
30.33 vMB
0.12604840 BTC
Random Selection Loading Transactions
Max Size: 180.44/200 MB

Candidate Block

Mining Attempt 0b2f1b7dfdc10968d96cea765f696791b5c115778cea5f59a002ebea48789f34
Version 20000000
Previous Block 000000000000000000010026c30848cbcc1679bc49d9573a0419ebbd657413b2
Merkle Root df00690c16ed1687bd82b47efa9e1fea2e9ad974868756b336fa980427912d7d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,402
Size: 1.00 vMB
Total Fees: 0.03251419 BTC
Feerates: 301.69 > 3.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,302 (486,602 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
428,700 428,700 0000000000000000032e3fe0a77f691e16539a15d36bd250cc95b705261de36f 2,406 0.99/1.00 vMB 61
428,699 428,699 000000000000000000fa2f7a378e9a92adc3abd1571791682594dbecd6633dd3 1,156 1.00/1.00 vMB 22
428,698 428,698 00000000000000000311075b8b54956295ce0f2288a653a3d6578434b6650584 2,183 1.00/1.00 vMB 45
428,697 428,697 000000000000000002102f900a29df3f55ba30ab6c1885e1f105c6811e9d07bb 1,798 1.00/1.00 vMB 51
428,696 428,696 00000000000000000378be785f464ef19243baba187cb3791ac92a69ca46bb46 1,661 0.67/1.00 vMB 65
428,695 428,695 00000000000000000368984cb2231175c38b840ad842e296479b4c68f1c8f370 2,465 1.00/1.00 vMB 24
428,694 428,694 000000000000000001e67f0781f5e31a62863e6d7a1a1f786c7f666a9954a648 1,421 1.00/1.00 vMB 23
428,693 428,693 000000000000000003490ce991c71a8c10c9c469527abc3c311e24812119aacc 2,316 1.00/1.00 vMB 62
428,692 428,692 0000000000000000033dd79b6b6a979985f17af6d01d65a6510c72b20617e413 1,916 1.00/1.00 vMB 44
428,691 428,691 0000000000000000001e9ce8634315d4aab8ed0513e4dbb27e462c44e28d1299 2,538 1.00/1.00 vMB 68
428,690 428,690 0000000000000000037f22ed391c29b981089511380c4b2ed4aa861515e04e1a 1,887 1.00/1.00 vMB 37
428,689 428,689 000000000000000001e3524c4e519356afe76146c0cd21c8355a253737a062fa 1,682 1.00/1.00 vMB 41
428,688 428,688 000000000000000003ac12789e89b6d024c04c5c7cf98b29ab25d7a8e6fe0a7f 2,893 1.00/1.00 vMB 70
428,687 428,687 000000000000000003d5464c2815b9eef3b7b1d675faa5f2439bb996613a973a 2,626 1.00/1.00 vMB 72
428,686 428,686 00000000000000000042eca71d2a56127656753f398a9b4879e556bbb6fda0c2 2,447 1.00/1.00 vMB 64
428,685 428,685 000000000000000003a17494aeb2bc0a6daaaaa49ed8360db93fea93975ff2cf 1,534 0.93/1.00 vMB 34
428,684 428,684 0000000000000000043511233651f8bbd971c6fccf531696eddc2a82e7319ab5 1,352 1.00/1.00 vMB 51
428,683 428,683 000000000000000002201044f8a8d7d2c028dce88f8495e12b0d9a4c73955e5c 2,363 1.00/1.00 vMB 60
428,682 428,682 0000000000000000009f945b991657ed6163049a31456f81fd92535cee7d798a 1,450 1.00/1.00 vMB 118
428,681 428,681 0000000000000000005b8a0b54c4cc2537435d05949080dabd524a08a3cd5e35 264 0.88/1.00 vMB 46
428,680 428,680 0000000000000000035a370b1f24ec4d422c8f785e78913585e9234c2bd5e6d3 1,522 1.00/1.00 vMB 64
Previous 10 blocks ↓
Total Size: 782.91 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: 714.22 GB
    • Received: 17.52 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.