Loading Tool

Explorer IconExplorer

Memory Pool

36,362 transactions
25.83 vMB
0.08501193 BTC
Random Selection Loading Transactions
Max Size: 132.28/200 MB

Candidate Block

Mining Attempt f751a71e89249bfcc6bc4451a965b924b435cacad6d7a3d76ac5cf8afa4dd419
Version 20000000
Previous Block 000000000000000000014148236613aff85e49d6e98bb36447af91d013881073
Merkle Root 79b844c4fe44a8c555084d7816c75e329b1de4b8976e554f1a672e10f6539994
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,000
Size: 1.00 vMB
Total Fees: 0.03770199 BTC
Feerates: 171.09 > 3.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,676 (341,671 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
573,005 573,005 0000000000000000000f214c1cdb3e703d803a99966c72b7f39ae98fb3c03517 2,149 1.00/1.00 vMB 54
573,004 573,004 0000000000000000002684b396bdc65a5b3c568c690e633ea45c18c9816b7cc8 2,321 1.00/1.00 vMB 24
573,003 573,003 0000000000000000001ad8f77556a33669fbaecf22eb2c5bf7644a3dd1992a6b 1,677 1.00/1.00 vMB 33
573,002 573,002 0000000000000000000dc2e047f594d5186dc8ac9c4697d8c4b73354584e2dd5 2,499 1.00/1.00 vMB 74
573,001 573,001 0000000000000000000d2a73373ef18822e0458651ce4ee6af1377d8377fb656 1,962 1.00/1.00 vMB 31
573,000 573,000 0000000000000000001331605bdd01a28b5784e30dddc0494d48d212442e43bd 2,489 1.00/1.00 vMB 71
572,999 572,999 000000000000000000057ef9e452d85177a335d6526b7f18ad437cb54bdc431a 2,595 1.00/1.00 vMB 102
572,998 572,998 00000000000000000001a51d2521eadeb5bf430dc223f1ef5795a56dd9322dc8 2,936 1.00/1.00 vMB 124
572,997 572,997 0000000000000000001ccef9799f379cafbb55a79445f99b6602dbd595078236 1,556 1.00/1.00 vMB 79
572,996 572,996 0000000000000000002a8e359ec3f0beb3d25b4670e5f8ea32db9115f95bd839 1,931 1.00/1.00 vMB 54
572,995 572,995 00000000000000000000f96537fcbe58b33a1a02bfe3badd731fe2219bcb15e2 2,568 1.00/1.00 vMB 63
572,994 572,994 00000000000000000023c16369e5567d59e27cc158ff0c474a4434c5321f5be0 2,727 1.00/1.00 vMB 113
572,993 572,993 00000000000000000013f0f47670047e51461f57a9a635c3fb0424d3883dc90b 2,653 1.00/1.00 vMB 127
572,992 572,992 0000000000000000002611dd3338f6dbf4f9908e74cdd025c6d5c25f2fecda3c 2,389 1.00/1.00 vMB 39
572,991 572,991 0000000000000000001e92e5bed4f38236affd7e2268ddb89099a7d9c9d689a2 3,437 1.00/1.00 vMB 43
572,990 572,990 00000000000000000012811de86a30f5095342d22d860c23fd1440314d5c311f 2,145 1.00/1.00 vMB 22
572,989 572,989 0000000000000000001d62fa35588d40e384ab208b547364a2a804019e7efb63 1,927 1.00/1.00 vMB 65
572,988 572,988 0000000000000000000a8932a329de88590344092258139f869672e0c0b92cb5 2,299 1.00/1.00 vMB 74
572,987 572,987 000000000000000000213f0fe425cbdb28a0ea0923a4eed7d3ae7bb3c64fb1f2 1,805 1.00/1.00 vMB 33
572,986 572,986 0000000000000000001c8992c9a3261b221fa0a3399f8bd727b237fe29f4b231 2,734 1.00/1.00 vMB 44
572,985 572,985 00000000000000000021e7db5aa339a4a9ef7da756fd7a63a1ddd2537b8ae9d6 2,389 1.00/1.00 vMB 77
Previous 10 blocks ↓
Total Size: 781.82 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 111
    • Outgoing: 10
  • Data Transfer:
    • Sent: 635.74 GB
    • Received: 12.33 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.