Loading Tool

Explorer IconExplorer

Memory Pool

47,462 transactions
27.77 vMB
0.09316455 BTC
Random Selection Loading Transactions
Max Size: 146.85/200 MB

Candidate Block

Mining Attempt f0b7060499c6732c7424ab5b4ea76792d90d0f6bdeea88b8daa276c074409159
Version 20000000
Previous Block 000000000000000000011792beddffa9d4013eafe39d7aebdcfcb6f0839f8dcc
Merkle Root f8fa74c99d434bddd8be82a45881441436958edaf136200856b6af4c881640c0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,546
Size: 1.00 vMB
Total Fees: 0.03728716 BTC
Feerates: 159.25 > 3.74 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,893 (346,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
568,607 568,607 0000000000000000002b58c487e4d8df475159fdee607def88e16f62609ce244 1,922 1.00/1.00 vMB 9
568,606 568,606 000000000000000000093b9e5079ec3a229f3c8a06970ac7c9e72d1ef97bcefb 2,408 1.00/1.00 vMB 12
568,605 568,605 0000000000000000000b380fe9a1bc71c8e899da6cca69a56924c9274488dbed 2,660 1.00/1.00 vMB 12
568,604 568,604 000000000000000000088820aacf3b795d802e5a59b8108e2665c1718befc699 3,468 1.00/1.00 vMB 20
568,603 568,603 0000000000000000002856adbfda7381ddf89fe7abd7b310a21cfb1492f5a9f7 2,948 1.00/1.00 vMB 47
568,602 568,602 0000000000000000000d8ab4353efe643e1887361fca3c426ce507e678d54764 1,659 1.00/1.00 vMB 2
568,601 568,601 0000000000000000001291818eacf093d54ba7cffed89c2ce63fa50b9a1e2b67 2,542 1.00/1.00 vMB 19
568,600 568,600 0000000000000000002ac21a2eb772d308b91f5c6315c40c21f159c1ebd79aff 1,992 1.00/1.00 vMB 30
568,599 568,599 0000000000000000000eb4c45e80885206d8f481f476843fa2902888437d423b 1,035 1.00/1.00 vMB 81
568,598 568,598 00000000000000000027abe2f99c4955bfaa30d86bc5a3c64a89fc4c0ef4a7f4 1,455 0.51/1.00 vMB 17
568,597 568,597 00000000000000000007cb471e867f57f89d39b4de9bcc79e5f5e0d3ef43dd62 2,060 0.86/1.00 vMB 5
568,596 568,596 00000000000000000007b4bbdd0c6ab33a3293e2b585b1ebd9ced8b39041e2fa 2,463 1.00/1.00 vMB 6
568,595 568,595 00000000000000000028459011af102908d0f75011cda43997180af2fae73a57 2,504 1.00/1.00 vMB 39
568,594 568,594 0000000000000000001e5422f85a8cec43d5eedbc52f36744dad796047dc039f 2,136 1.00/1.00 vMB 13
568,593 568,593 00000000000000000019d2535247995ad8fa8fc54019885b085b18db2f6b209b 1,456 1.00/1.00 vMB 12
568,592 568,592 000000000000000000097430580fc4ea46aba0030908a16b32e44e67d07a554b 160 0.12/1.00 vMB 8
568,591 568,591 0000000000000000001c37573ddcf7a7093da0673931df03a9d426a76ae18dcf 1,617 1.00/1.00 vMB 20
568,590 568,590 0000000000000000000c367355473ae74137623c124b88e708ff8e2e68905c72 616 0.26/1.00 vMB 18
568,589 568,589 00000000000000000029b6f1bf3cce70c4b6a68919f7c5360c9855b6dfa4cb78 476 0.18/1.00 vMB 18
568,588 568,588 0000000000000000001d14512cf93167be8c5b9311a0adab825c13927c6985f7 503 0.46/1.00 vMB 12
568,587 568,587 00000000000000000005adad2781bde97eca480bf36216d745e7cb5edcd7da7a 2,159 0.88/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.20 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: 654.02 GB
    • Received: 14.08 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.