Loading Tool

Explorer IconExplorer

Memory Pool

45,950 transactions
28.57 vMB
0.18095398 BTC
Random Selection Loading Transactions
Max Size: 149.12/200 MB

Candidate Block

Mining Attempt 0bebf94c6da6b8eba3e637a7a8c3a0d663f5dac81fd18728d45335e354bfb5c6
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root a9ea769580ca3312b1820410de3eb982755af27b2a0ce77c896ca845a9a1a5ac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,790
Size: 1.00 vMB
Total Fees: 0.06252864 BTC
Feerates: 151.12 > 6.27 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (157,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
757,622 757,622 000000000000000000087571dc785283fecc1cf14a76f8eda8c77b71c13e57a9 177 0.09/1.00 vMB 7
757,621 757,621 00000000000000000007c1cd884be0b59c22c7eb49ef3eaccb7405e4238dd190 230 0.07/1.00 vMB 7
757,620 757,620 0000000000000000000884fd1b97839b16044841e2682ca2066a0fd96b172006 2,168 0.82/1.00 vMB 7
757,619 757,619 00000000000000000003a3b5d0a06f0615e286dbeabe5cde5d9415f2fa57b661 73 0.02/1.00 vMB 4
757,618 757,618 00000000000000000004225ee12582d9609e0d26bab5de0a406fca8b4ee50512 1,695 0.52/1.00 vMB 7
757,617 757,617 0000000000000000000183c222954252ee01fef8af9d5293474ad0e3a54fb293 1,168 0.79/1.00 vMB 2
757,616 757,616 00000000000000000008b2ca049f5fa39e7666f0039a2375320a6b74075cf2b2 2,740 1.00/1.00 vMB 11
757,615 757,615 00000000000000000003dc4fded25b9e2ed3c0873bd82f0aa8f0316e6dbec5ef 360 0.15/1.00 vMB 5
757,614 757,614 00000000000000000001dd7cab91e53a27c446f4c958ae2f307f64783df40322 256 0.09/1.00 vMB 8
757,613 757,613 00000000000000000004a1013a5058f0e9f01f1d90538f0cfe55e643b0a07466 2,101 0.91/1.00 vMB 8
757,612 757,612 000000000000000000014d2650119e4cee9cc60167755dc3cf2c73849ba55fc6 1,568 0.48/1.00 vMB 8
757,611 757,611 00000000000000000001be58063ed4a11ca1b9f1cbad832ee9ffce51b1bfe5a2 637 0.18/1.00 vMB 7
757,610 757,610 000000000000000000059eab6b14a89c8ea73c87c29fbf5ace480c4a43539544 1,430 0.87/1.00 vMB 6
757,609 757,609 000000000000000000024e01c1d1945752549f377f0a79e68aa7672bc8ca0544 906 0.95/1.00 vMB 6
757,608 757,608 000000000000000000057e5e256c2b8983f77668bbd93246afc180d40b0ed314 1,359 0.49/1.00 vMB 7
757,607 757,607 00000000000000000006c11951289d59d2094d8ccb02510c26e2aa441d55b307 2,653 0.94/1.00 vMB 7
757,606 757,606 00000000000000000001fde59f7d2daa9c6b3dae165fdc8829a91b32c7f6012e 465 0.20/1.00 vMB 8
757,605 757,605 00000000000000000004b59d5e4da8ac363c5a71389e5d7f805d2244067f929a 1,206 0.39/1.00 vMB 8
757,604 757,604 00000000000000000008b05ebb46f3874d440db1f38dc4edbbfbcb4413749e71 278 0.08/1.00 vMB 8
757,603 757,603 00000000000000000007adcf8e69498cfe51e3557f73d4d0b8edf37a67cdb08e 175 0.10/1.00 vMB 8
757,602 757,602 00000000000000000002ba83606afd52c96745eba324473a88cebccae8638f08 733 0.30/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 781.87 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: 643.36 GB
    • Received: 12.59 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.