Loading Tool

Explorer IconExplorer

Memory Pool

64,133 transactions
19.02 vMB
0.05591176 BTC
Random Selection Loading Transactions
Max Size: 122.45/200 MB

Candidate Block

Mining Attempt 33a4decc8da17a9b7704da5e251918cc1f1c90f2da9d22029faa0d26cf0719fa
Version 20000000
Previous Block 00000000000000000000599244c598d8e7814467d2c1c0d218a09e760d5f41c7
Merkle Root 638b6d3fd680162e59d980682b816ad2ad31e5b4668989ce88d4c961de964e70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,724
Size: 1.00 vMB
Total Fees: 0.01296477 BTC
Feerates: 151.16 > 1.30 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,781 (868,180 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
47,601 47,601 0000000009179f032618414cb26f46c5cdd2d88fc71e0eb611acd6b53a1fa948 1 0.00/1.00 vMB 0
47,600 47,600 00000000327b7a58a129882990cf008f29f0e53747d02bde11d02f06d30682cd 1 0.00/1.00 vMB 0
47,599 47,599 000000002d349bdf5fa7fb36ecdbb9001195964cdd6632391b9596dacc4f0231 1 0.00/1.00 vMB 0
47,598 47,598 0000000004061d31f2a66d1ebfff33fcea27b9fa49594187fe583a5e6ee1a65d 1 0.00/1.00 vMB 0
47,597 47,597 000000001b1224c558a45c2db3f7b83c20482b53e1a2556b773e78b4c0ee4c05 1 0.00/1.00 vMB 0
47,596 47,596 0000000003628b094e32524a33d8349bd5ceda20ad3d6a9e845c6e8acc45f18f 1 0.00/1.00 vMB 0
47,595 47,595 000000001d5fac8597cc5505a59f803b95f5bcc279a747a87aaa05d0d4292607 1 0.00/1.00 vMB 0
47,594 47,594 000000000523ffa985c3178e90b03ea3b7356f12766d6f4d2ceb171328baf4b5 1 0.00/1.00 vMB 0
47,593 47,593 0000000024b485eb869223a7b702763ec2f0c8f1d07be50cdcde99e841824081 1 0.00/1.00 vMB 0
47,592 47,592 000000000a2e251297eb7ee51bd5cc827aea15412fa0862788923fcda3ac02ba 1 0.00/1.00 vMB 0
47,591 47,591 000000001738b7bceda8a8f2652795fe25039453598fa2d85d151872d0db7b97 1 0.00/1.00 vMB 0
47,590 47,590 0000000005e70efd3b7ddd557872faa7356f2e5a55ba4114efec21b9d3d52689 1 0.00/1.00 vMB 0
47,589 47,589 000000002d54e601bc24c5cbebdbb23fe6b718ea7a3cc01c4e0858d0363a3c4b 1 0.00/1.00 vMB 0
47,588 47,588 0000000017e184f063b951fc88c21cd066024d521d6fa2c5ee0cc7374a21bac3 1 0.00/1.00 vMB 0
47,587 47,587 000000001ef490a9968d2bbb9cdd83aaf25fe393bb823d2360c2f27e464b4b26 1 0.00/1.00 vMB 0
47,586 47,586 000000000977b60f108d61df0b60798ee1d36d62926326bda4ba007c87ad6262 1 0.00/1.00 vMB 0
47,585 47,585 000000001ec57eb90c4d80e21c7a0c342ea08e3dc6038bbab6d35d9c2a59cb96 1 0.00/1.00 vMB 0
47,584 47,584 0000000003bb14b99043321f5879ef81d5e2d837e53b40c347f65578bdff2a4f 1 0.00/1.00 vMB 0
47,583 47,583 000000003175c12ebf6899f357510b4f4ea7a02345ab0e491b585ce5182dc84a 1 0.00/1.00 vMB 0
47,582 47,582 000000001e0ed16b6b121ab5bc379a18a8a63531a346a4e3fcaf9bebeef71898 1 0.00/1.00 vMB 0
47,581 47,581 0000000014d35403fd379bbfbe337c44c333a2d1cf3a94706bc0d6f9e86748db 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 783.73 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: 783.42 GB
    • Received: 21.41 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.