Loading Tool

Explorer IconExplorer

Memory Pool

81,938 transactions
30.92 vMB
0.10273442 BTC
Random Selection Loading Transactions
Max Size: 187.98/200 MB

Candidate Block

Mining Attempt 5afcf31ee7203423eae0401cd7389cd48ba6f8915c5465e383d1c0ea226202a1
Version 20000000
Previous Block 00000000000000000001f5417a435556f5b747dcad246527d5eeb9ad9cf4d081
Merkle Root 6dbf57858e9b3ff1c2a248e838f06d1ec2ba247fd8b7b73f6f47944b95842ade
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,512
Size: 1.00 vMB
Total Fees: 0.03226627 BTC
Feerates: 803.65 > 3.23 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,352 (118,730 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
796,622 796,622 00000000000000000003b975818c11cb1e015b000dd330a22ffb01b6aef537f0 1,758 1.00/1.00 vMB 15
796,621 796,621 00000000000000000002e4e0bc39f1aca19165b65a66f49c3d683613d192fbcd 2,694 1.00/1.00 vMB 20
796,620 796,620 00000000000000000004e15daa33f5eeef765b751bf05f940e908386f44be106 2,851 1.00/1.00 vMB 22
796,619 796,619 0000000000000000000158adb1751a6c4ac1b83ea022b17b0020bbf126dd4020 2,728 1.00/1.00 vMB 31
796,618 796,618 000000000000000000022bbee04c28f67eaea475966c199e4da2e840a6c416c7 1,887 1.00/1.00 vMB 11
796,617 796,617 000000000000000000035631c20ab6349bf56e69387a01379bdfd35743852663 1,730 1.00/1.00 vMB 16
796,616 796,616 000000000000000000002f61c98e4fe5ca91f7d8a9f9de25678aa57cb5c1b207 2,252 1.00/1.00 vMB 25
796,615 796,615 0000000000000000000446a28c893d1a7b33bbf7f7e0af8209a1fc90f1941350 3,208 1.00/1.00 vMB 41
796,614 796,614 000000000000000000020c4440b80a26117546808cce9c54c12a8597a89c1a13 2,728 1.00/1.00 vMB 24
796,613 796,613 000000000000000000049a0d17c1b96a4e22d94420be4c974bd4dcf6d8886f54 2,357 1.00/1.00 vMB 19
796,612 796,612 00000000000000000003dcb6fccd1c13bb4a8ca76a7b54f733890cbc84a9af68 1,825 1.00/1.00 vMB 12
796,611 796,611 0000000000000000000447838b55d990bfb6ceeae869998c8011cc69193525c1 1,648 1.00/1.00 vMB 12
796,610 796,610 000000000000000000037ed8b5da7f348d28e85d0dc1e1095cc3ea732970d1e1 1,868 1.00/1.00 vMB 26
796,609 796,609 00000000000000000001f828787a4bf1c6138914229253ccc4990ec0957b8195 3,089 1.00/1.00 vMB 30
796,608 796,608 00000000000000000001ad16bdf0e612e81c49338060397cb68c304cbe6755b8 2,399 1.00/1.00 vMB 17
796,607 796,607 00000000000000000000d30bc3ef18a1c85e023f0d28801bc13af05db1123102 1,791 1.00/1.00 vMB 14
796,606 796,606 000000000000000000024f279a841c5a1e967e71d6c48e0b69c7001e9383cde8 2,910 1.00/1.00 vMB 32
796,605 796,605 00000000000000000001a0dc3ad008662971ffddbf06cfa6c8c67cdc95777b6d 2,381 1.00/1.00 vMB 23
796,604 796,604 0000000000000000000291e395ebc6fe6244ed2116c887c38da0db876676e1d2 3,076 1.00/1.00 vMB 39
796,603 796,603 000000000000000000029c336661f83c58265b9682be9fc0b41728d586f66d50 2,654 1.00/1.00 vMB 20
796,602 796,602 000000000000000000045f829d541a514774b9ce4b519974e7f7e92d60fec3d6 2,441 1.00/1.00 vMB 17
Previous 10 blocks ↓
Total Size: 783.00 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: 718.63 GB
    • Received: 17.93 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.