Loading Tool

Explorer IconExplorer

Memory Pool

77,093 transactions
28.98 vMB
0.07192747 BTC
Random Selection Loading Transactions
Max Size: 175.49/200 MB

Candidate Block

Mining Attempt 2dcfdd2cb73f92b0ee5ca91a7e49d9bd34f8b7ab3a1fdd73a883e39707da3dcb
Version 20000000
Previous Block 000000000000000000004f1797ecad87bc3b397b775f33be18dda797d18ca11e
Merkle Root 0b1d28bfd349c5dec46a671e2912c193623092cde8e88cf84636e925bcad0550
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,359
Size: 1.00 vMB
Total Fees: 0.01153484 BTC
Feerates: 477.45 > 1.16 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,132 (319,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
595,693 595,693 0000000000000000000d359c5883b03465acdde7a7ac1b18b71ce4028f36bcd7 2,855 1.00/1.00 vMB 20
595,692 595,692 0000000000000000000856a2e052df4f033286d5f227bfcb87a51af7c2840fed 3,024 1.00/1.00 vMB 51
595,691 595,691 0000000000000000000162b29a15702396b671f51f9d445a4bf80da0d32240f3 3,395 1.00/1.00 vMB 42
595,690 595,690 000000000000000000064d8da353e902f8dcd3e6c732216410e919746e5fcc61 2,111 0.93/1.00 vMB 21
595,689 595,689 00000000000000000010ecfc3a9111d610ce1f93e622279085cb6c52de20769c 1,774 0.54/1.00 vMB 22
595,688 595,688 00000000000000000014d60322a66128adcb2571693a8a2d4db7312c271d1f12 206 0.13/1.00 vMB 21
595,687 595,687 0000000000000000000382a8cc4dd3001fcf28f2ef9d31cf842762ad905964c9 601 0.17/1.00 vMB 21
595,686 595,686 000000000000000000098f60f5ddcf5a9cdcc21da063140e32bcce14285310cf 812 0.32/1.00 vMB 21
595,685 595,685 000000000000000000063fe1f5bdf51f7a0bbdb26d6bd3be1848ac25ae9c55c9 2,452 0.74/1.00 vMB 25
595,684 595,684 000000000000000000044fc9e9d5220437e4ec3f3b348c3381d4aa0aae28a537 3,198 0.94/1.00 vMB 19
595,683 595,683 000000000000000000082567d4bc90721150a7892dc457fef72cd9311fb614f9 3,611 1.00/1.00 vMB 22
595,682 595,682 0000000000000000000c6be79776fd2a2e20f8808043856f5aaec83470d5013d 105 0.03/1.00 vMB 31
595,681 595,681 00000000000000000001669615cd0c8ad617d1d587a7d4bfbeaea5ff8568c26f 1,134 0.35/1.00 vMB 21
595,680 595,680 0000000000000000000a0b49e738777977bd2643baea7e6ebe742e3d1bf81cc0 1,823 0.50/1.00 vMB 15
595,679 595,679 0000000000000000000a557df500a774f4060ed16a506e7874c6ce86279f00a2 3,056 1.00/1.00 vMB 21
595,678 595,678 00000000000000000000844cf91fd917933a5ac93412d99ccf16c67cc0198be4 1,021 0.34/1.00 vMB 21
595,677 595,677 00000000000000000016879b0cb4fb02ac619c0d075de62b58b5e6722e9cb667 329 0.14/1.00 vMB 15
595,676 595,676 00000000000000000003351c1281955eb25dfee863db4e223e330f40092ddb81 1,172 0.33/1.00 vMB 22
595,675 595,675 0000000000000000001173f8cef4ed86fd9f25544f126aa0dce5b6449ab03e13 1,414 0.35/1.00 vMB 10
595,674 595,674 000000000000000000040d0f20d71ec5c5c4fe48c45f7160b5fd8b4332b0c386 3,446 1.00/1.00 vMB 10
595,673 595,673 00000000000000000012a7554bf19c304c1b613b2a8e1ad6c450566b7a45dc80 3,369 1.00/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.62 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: 672.04 GB
    • Received: 16.12 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.