Loading Tool

Explorer IconExplorer

Memory Pool

88,411 transactions
32.21 vMB
0.13870137 BTC
Random Selection Loading Transactions
Max Size: 195.13/200 MB

Candidate Block

Mining Attempt 94cbc8439ee11644f89ad34921ecb4c7aaf4ee42294d2bc44809af90cb258406
Version 20000000
Previous Block 0000000000000000000073dadc631dd956a009d41a1710c631dc5e901f1b559d
Merkle Root b9acd23a407911cd981a4d636e6648b01dee10d658b0a133d6aade12c3fd565e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,951
Size: 1.00 vMB
Total Fees: 0.05167076 BTC
Feerates: 101.65 > 5.18 > 0.40 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,073 (197,063 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
718,010 718,010 00000000000000000007a906e1e2e0c103c3b0c9072bb8020f2f7d30922f7891 2,861 1.00/1.00 vMB 11
718,009 718,009 00000000000000000005a5ad077b1c32f948b213d236339ea3ac432949173ded 286 1.00/1.00 vMB 1
718,008 718,008 000000000000000000049d3b72b4b94867e9b17127accd665458598a772795f7 1,137 1.00/1.00 vMB 3
718,007 718,007 0000000000000000000b5f99c42fe14a3274103d8dc9a50e5961bc1fa604f3df 896 1.00/1.00 vMB 2
718,006 718,006 0000000000000000000b17e2f1317a4b0e8466161fcf061f112a530989e0eda2 867 1.00/1.00 vMB 2
718,005 718,005 000000000000000000095d5bd6146c73b468e44154cc6a0c58b9f63be43ac33d 3,113 1.00/1.00 vMB 10
718,004 718,004 000000000000000000063bbaf5e9e0866957f9982df5c242cc125de3beb51c21 2,773 1.00/1.00 vMB 5
718,003 718,003 0000000000000000000b3de94b3b3e457827b1fffc095a174d2b4e3c53b002f4 3,212 1.00/1.00 vMB 6
718,002 718,002 00000000000000000007c8e1fa510e71f6279d14ecaf035bd78363d6efbec296 3,208 1.00/1.00 vMB 21
718,001 718,001 000000000000000000076db3f18db18c7ab0ae32dd8729e272905cd5d3c0637e 3,161 1.00/1.00 vMB 11
718,000 718,000 00000000000000000002de3192ab8ed5ec2a1d65aa47403a3c1525734cc5dbf5 1,325 1.00/1.00 vMB 5
717,999 717,999 000000000000000000001b873225e5aa0279a289a724d07fbb73db11757fd7c2 1,157 1.00/1.00 vMB 6
717,998 717,998 0000000000000000000a58b55e2438e5952f48bf6701ae43ad0437c793a9ead7 2,692 1.00/1.00 vMB 12
717,997 717,997 00000000000000000001464fc4d525c2934ab87190c84026b0d28d9de7ae971f 2,413 1.00/1.00 vMB 7
717,996 717,996 000000000000000000029ec062ddeba0c4d4a33cfd74383fff90672fabeaad17 1,095 0.99/1.00 vMB 5
717,995 717,995 000000000000000000078698ce9f7f4a082330964ce1c3110cb30e759b105505 478 1.00/1.00 vMB 2
717,994 717,994 00000000000000000003c43fff74e9d90d8b41b5867602f8c5124be3b3647cbb 988 1.00/1.00 vMB 3
717,993 717,993 0000000000000000000363f89e128b2a41ae1e62c0bc552d33bf7499d119f9ea 2,600 1.00/1.00 vMB 9
717,992 717,992 00000000000000000005f2a5212f63c7935c3a19b68d8c6e9478d6f47a6e90da 2,211 1.00/1.00 vMB 3
717,991 717,991 00000000000000000003410a84d5b1a214924c4bbad5083eea0bbc1cb020bdc6 2,644 1.00/1.00 vMB 14
717,990 717,990 0000000000000000000ab70eb567ca371141c57a978d7d35cfe957e1af8c9a5c 872 0.48/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.52 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.91 GB
    • Received: 15.64 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.